rails--rails/railties
Richard Hulse cfd785f910 Move css data URI into css/erb section 2011-09-01 21:20:26 +12:00
..
bin
guides Move css data URI into css/erb section 2011-09-01 21:20:26 +12:00
lib Set default location of manifest with config.assets.manifest 2011-08-31 13:12:25 -05:00
test Fix asset debugging tests to reflect last changes in 3-1-stable 2011-08-31 13:12:25 -05:00
.gitignore
CHANGELOG
MIT-LICENSE
README.rdoc
Rakefile
railties.gemspec

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