1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/README.rdoc

41 lines
911 B
Text
Raw Normal View History

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