Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampton Catlin committed Feb 17, 2012
1 parent af36fde commit a137e71
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,16 @@ while still keeping your controllers trim and readable.

== Get it!

Rails
Rails 3.0+

$ ruby script/plugin install git://github.com/hcatlin/make_resourceful.git
gem "make_resourceful" #ZOMG, SO EASY

Git

$ git clone git://github.com/hcatlin/make_resourceful.git

== Use it!

The easiest way to start with make_resourceful
is to run the resource_scaffold generator.
It uses the same syntax as the Rails scaffold_resource generator:

$ script/generate resource_scaffold post title:string body:text

It does, however, require {Haml}[http://haml-lang.com].
You _are_ using Haml, right? No?
I'll wait here while you go fall in love with it.

If you want to try make_resourceful on one of your current controllers,
just replace the mess of repetition with this:

Expand Down

0 comments on commit a137e71

Please sign in to comment.