rails--rails/railties/README.rdoc

41 lines
892 B
Plaintext
Raw Normal View History

2010-07-21 10:37:05 +00:00
= 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 10:37:05 +00:00
== Download
2011-08-05 08:34:43 +00:00
The latest version of Railties can be installed with RubyGems:
2010-07-21 10:37:05 +00:00
* gem install railties
2011-10-15 19:42:00 +00:00
Source code can be downloaded as part of the Rails project on GitHub
* https://github.com/rails/rails/tree/main/railties
2011-10-15 19:42:00 +00:00
== License
Railties is released under the MIT license:
2017-08-21 23:46:02 +00: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-03 17:50:28 +00:00
Feature requests should be discussed on the rails-core mailing list here:
* https://discuss.rubyonrails.org/c/rubyonrails-core