mirror of https://github.com/rails/rails
incorporate feedback from vijaydev and dasch to rephrase this to sound more natural, and some grammar fixes.
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue