c6f37c890b
= Railties -- Gluing the Engine to the Rails Railties is responsible to glue all frameworks together. Overall, it: * handles all the bootstrapping process for a Rails application; * manager rails command line interface; * provides Rails generators core; This is for Ruby on Rails 5.1.
11 lines
290 B
Text
11 lines
290 B
Text
= Railties -- Gluing the Engine to the Rails
|
|
|
|
Railties is responsible to glue all frameworks together. Overall, it:
|
|
|
|
* handles all the bootstrapping process for a Rails application;
|
|
|
|
* manager rails command line interface;
|
|
|
|
* provides Rails generators core;
|
|
|
|
This is for Ruby on Rails 5.1.
|