Sha256: 9629f62c7c0113c5820a704240d587f41a6324bb61d87f5bd5f4f1280174f680

Contents?: true

Size: 803 Bytes

Versions: 8

Compression:

Stored size: 803 Bytes

Contents

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

* http://www.opensource.org/licenses/MIT

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
railties-4.1.0.rc1 README.rdoc
railties-4.1.0.beta2 README.rdoc
railties-4.1.0.beta1 README.rdoc
challah-1.0.0 vendor/bundle/gems/railties-4.0.0/README.rdoc
railties-4.0.0 README.rdoc
railties-4.0.0.rc2 README.rdoc
railties-4.0.0.rc1 README.rdoc
railties-4.0.0.beta1 README.rdoc