Skip to content

Reduces the confusion for newcomers by allowing `rails` commands to be run via `rake`

License

Notifications You must be signed in to change notification settings

alindeman/rake-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reduces the confusion for newcomers by allowing `rails` commands to be run via `rake`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages