Allow POST calls to a route
To allow POST calls to a route whitout get the "InvalidAuthenticityToken" error, the param "protect_from_forgery" is needed. [ read ]
To allow POST calls to a route whitout get the "InvalidAuthenticityToken" error, the param "protect_from_forgery" is needed. [ read ]
Connect Ruby to MySQL database and execute a SQL query. [ read ]
Call and execute a thask in a background process in a Ruby file that not stop the currect task. [ read ]
Run a Ruby script on the server background as a daemon [ read ]
Generate a Sitemap XML dinamicly from database items. So, it's automaticly updated on database inserts. [ read ]
Background and foreground text colorization for output in terminal. [ read ]
This code on a class definition get a slug from the name variable. [ read ]
Installation of Ruby on Rails framework for backend web development with MySQL database. [ read ]