module Rails
Ruby on Rails 7.2.3
Since v2.2.3Railties – 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
railscommand 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
Namespace
Modules
- Rails::API
- Rails::Command
- Rails::Conductor
- Rails::Configuration
- Rails::ConsoleMethods
- Rails::Generators
- Rails::Info
- Rails::Initializable
- Rails::Paths
- Rails::Rack
- Rails::TestUnit
- Rails::VERSION
Classes
Extends
Attributes
Methods (defined here)
- self. application
- self. autoloaders
- self. backtrace_cleaner
- self. configuration
- self. env
- self. env=
- self. error
- self. gem_version
- self. groups
- self. public_path
- self. root
- self. version