mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
bf2b9d2de3
Conflicts: RELEASING_RAILS.rdoc actionpack/lib/sprockets/railtie.rb actionpack/test/template/sprockets_helper_test.rb activerecord/test/cases/calculations_test.rb railties/guides/source/3_1_release_notes.textile railties/guides/source/active_resource_basics.textile railties/guides/source/command_line.textile |
||
---|---|---|
.. | ||
bin | ||
guides | ||
lib | ||
test | ||
.gitignore | ||
CHANGELOG | ||
MIT-LICENSE | ||
railties.gemspec | ||
Rakefile | ||
README.rdoc |
= 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; * manages rails command line interface; * provides Rails generators core; == Download The latest version of Railties can be installed with RubyGems: * gem install railties Documentation can be found at * http://api.rubyonrails.org == License Railties is released under the MIT license.