How to create tons of Rails applications
And why it's actually useful...

Search for a command to run...
Articles tagged with #ruby-on-rails
And why it's actually useful...

Article originally published here : https://www.bootrails.com/blog/rails-add-column/ Introduction Let's say you have a table named "books", and an associated model named "Book". You want to add the column "author". Tools used in this tutorial : Rails...

Article was originally published here : https://bootrails.com/blog/rails-form-tutorial Introduction : why a new tutorial about forms ? "Form" is an old standard from the web, and handling form with Rails is almost as old as Rails itself. So why bothe...

article originally published here : https://bootrails.com/blog/rails-7-a-preview I'm not part of the Rails team, I'm just a daily Rails developer. So this list comes only from my imagination. Let's dream. Hot reloading just works™ Hot reloading mea...

Content originally published here : https://bootrails.com/blog/rails-bootstrap-custom-theme 0. Prerequisite You will need both Rails and Bootstrap for this tutorial. I already wrote a tutorial about this, so just follow the steps, or checkout the cor...
