README.rdoc 765 B

1234567891011121314151617181920212223242526272829303132333435
  1. = Railties -- Gluing the Engine to the Rails
  2. Railties is responsible for gluing all frameworks together. Overall, it:
  3. * handles the bootstrapping process for a Rails application;
  4. * manages the +rails+ command line interface;
  5. * and provides the Rails generators core.
  6. == Download
  7. The latest version of Railties can be installed with RubyGems:
  8. * gem install railties
  9. Source code can be downloaded as part of the Rails project on GitHub
  10. * https://github.com/rails/rails/tree/3-2-stable/railties
  11. == License
  12. Railties is released under the MIT license.
  13. == Support
  14. API documentation is at
  15. * http://api.rubyonrails.org
  16. Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
  17. * https://github.com/rails/rails/issues