Rails Feb 6, 2011 1 min read
RubyOnRails: Create a Controller and Views for it using a single command
Lets create a controller named 'home' with views 'index', 'view2' view3'. Fortunately, you can do that in a single command. Enter this command in your terminal: $ rails…