· Ruby
How to create tons of Rails apps
Yes, I already now about the rails new command. But what if you want better defaults, like an existing controller, an existing view, or another way to to launch the Procfile?
Yes, I already now about the rails new command. But what if you want better defaults, like an existing controller, an existing view, or another way to to launch the Procfile?
Let's see the official way to create Rails application, as well as the minimalistic option.
A review of the benefits of Rails ActiveSupport, through an interview of a Rails teacher.
A review of simple web form, and how Ruby-on-Rails handle them. From scratch.
A review of simple web form, and how Ruby-on-Rails handle them. From scratch.
A very simple tutorial about Rails 8 and Bootstrap 5, since starting with Boostrap is given by the framework.