rails/railties/README.rdoc

40 lines
896 B
Plaintext
Raw Normal View History

= Railties -- Gluing the Engine to the \Rails
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.
2010-07-21 18:37:05 +08:00
== Download
2011-08-05 16:34:43 +08:00
The latest version of Railties can be installed with RubyGems:
2010-07-21 18:37:05 +08:00
* gem install railties
2023-05-29 14:14:44 +08:00
Source code can be downloaded as part of the \Rails project on GitHub
2011-10-16 03:42:00 +08:00
* https://github.com/rails/rails/tree/main/railties
2011-10-16 03:42:00 +08:00
== License
Railties is released under the MIT license:
2017-08-22 07:46:02 +08:00
* https://opensource.org/licenses/MIT
== Support
API documentation is at
* https://api.rubyonrails.org
Bug reports can be filed for the Ruby on \Rails project here:
* https://github.com/rails/rails/issues
2011-03-04 01:50:28 +08:00
Feature requests should be discussed on the rails-core mailing list here:
* https://discuss.rubyonrails.org/c/rubyonrails-core