Skip to content

alindeman/rake-rails

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 

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