Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 454 Bytes

rake-rails

Reduces the confusion for newcomers by allowing rails commands to be run via rake. Inspiration from @j3's presentation Adventures on the Golden Path.

Usage

Add to your Gemfile:

gem 'rake-rails'

Install via:

$ bundle install

Use right away!

$ rake generate model Post title:string
$ rake console
$ rake server