1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties
2017-09-04 05:44:45 +09:30
..
bin
exe
lib Merge pull request #30323 from yhirano55/support_multiple_version_for_gem_method 2017-08-31 16:00:18 +09:30
test Don't need the layout here 2017-09-04 05:44:45 +09:30
.gitignore
CHANGELOG.md Support multiple versions arguments for gem method of Generators 2017-08-19 15:04:52 +09:00
MIT-LICENSE
railties.gemspec
Rakefile Run all railties tests before reporting failure 2017-09-03 05:15:14 +09:30
RDOC_MAIN.rdoc Update RDOC_MAIN.rdoc [ci skip] 2017-08-31 06:00:25 +09:00
README.rdoc Update MIT licenses link [ci skip] 2017-08-22 08:46:02 +09: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.


== Download

The latest version of Railties can be installed with RubyGems:

* gem install railties

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:

* https://opensource.org/licenses/MIT

== Support

API documentation is at

* http://api.rubyonrails.org

Bug reports can be filed for the Ruby on Rails project here:

* https://github.com/rails/rails/issues

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core