Railties is responsible for gluing all frameworks together. Overall, it: - handles the bootstrapping process for a Rails application; - manages the rails command line interface; - and provides the Rails generators core.
5 lines
220 B
Plaintext
5 lines
220 B
Plaintext
Railties is responsible for gluing all frameworks together. Overall, it:
|
|
- handles the bootstrapping process for a Rails application;
|
|
- manages the rails command line interface;
|
|
- and provides the Rails generators core.
|