rails/railties
Aaron Patterson e9c68566a8
Require and register the Rails minitest plugin
This commit requires and manually registers the Rails minitest plugin
2024-06-12 15:26:37 -07:00
..
bin
exe
lib Require and register the Rails minitest plugin 2024-06-12 15:26:37 -07:00
test Merge pull request #52100 from jdlubrano/fix-activerecord-configs-shadowing 2024-06-12 15:44:34 -04:00
.gitignore
CHANGELOG.md Changelog tweak for lazy routes 2024-06-06 11:37:31 -05:00
MIT-LICENSE
RDOC_MAIN.md
README.rdoc
Rakefile Enable Rails minitest plugin in our rake tasks 2024-05-23 16:16:37 +00:00
railties.gemspec Register Rails console commands/helpers with its latest extension APIs 2024-05-01 22:14:53 +00:00

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/main/railties

== License

Railties is released under the MIT license:

* https://opensource.org/licenses/MIT

== Support

API documentation is at

* https://api.rubyonrails.org

Bug reports can be filed for the Ruby on \Rails project here:

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

Feature requests should be discussed on the rails-core mailing list here:

* https://discuss.rubyonrails.org/c/rubyonrails-core