Skip to content

Files

This branch is 69023 commits behind rails/rails:main.

railties

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 12, 2011
Oct 7, 2011
Oct 8, 2011
Oct 8, 2011
Oct 17, 2009
Oct 2, 2011
Feb 22, 2011
Sep 21, 2011
Sep 10, 2011
Jun 28, 2011

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

Documentation can be found at

License

Railties is released under the MIT license.