Reduces the confusion for newcomers by allowing rails
commands to be run via
rake
. Inspiration from @j3's presentation
Adventures on the Golden Path.
Add to your Gemfile:
gem 'rake-rails'
Install via:
$ bundle install
Use right away!
$ rake generate model Post title:string
$ rake console
$ rake server