incorporate feedback from vijaydev and dasch to rephrase this to sound more natural, and some grammar fixes.

This commit is contained in:
Waynn Lue 2011-08-24 23:00:43 -07:00 committed by Waynn Lue
parent 68424fb1cf
commit 6bdf4a3829

@ -1,12 +1,12 @@
= Railties -- Gluing the Engine to the Rails
Railties is responsible to glue all frameworks together. Overall, it:
Railties is responsible for gluing all frameworks together. Overall, it:
* handles all the bootstrapping process for a Rails application;
* handles the bootstrapping process for a Rails application;
* manages rails command line interface;
* manages the +rails+ command line interface;
* provides Rails generators core;
* and provides Rails generators core.
== Download