rails--rails/railties
Sergey Nartimov 4f6af26a88 remove AS whiny nil extension and deprecate config.whiny_nils 2011-12-22 10:28:36 +03:00
..
bin
guides remove Proces.daemon from core_ext 2011-12-22 08:43:42 +03:00
lib remove AS whiny nil extension and deprecate config.whiny_nils 2011-12-22 10:28:36 +03:00
test just require things once 2011-12-21 15:03:43 -07:00
.gitignore
CHANGELOG.md rails version order fixed and formatted in railties changelog 2011-12-21 15:12:50 +01:00
MIT-LICENSE
README.rdoc
Rakefile
railties.gemspec Updated gemspec for ruby 1.9.3 2011-12-21 11:09:01 +05:30

README.rdoc

= 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.

== Support

API documentation is at

* http://api.rubyonrails.org

Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:

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