method
call

Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Rails::Engine
- 1.0.0
- 1.1.6
- 1.2.6
- 2.0.3
- 2.1.0
- 2.2.1
- 2.3.8
- 3.0.0
- 3.0.9
- 3.1.0 (0)
- 3.2.1 (0)
- 3.2.8 (0)
- 3.2.13 (0)
- 4.0.2
- 4.1.8
- 4.2.1
- 4.2.7
- 4.2.9
- 5.0.0.1
- 5.1.7
- 5.2.3
- 6.0.0
- 6.1.3.1
- 6.1.7.7
- 7.0.0
- 7.1.3.2
- 7.1.3.4
- What's this?
Related methods
- Class methods (34)
-
_all_autoload_once_paths
-
_all_autoload_paths
-
_all_load_paths
-
app
-
build_middleware
-
build_request
-
call
-
config
-
default_middleware_stack
-
eager_load!
-
endpoint
-
env_config
-
find
-
find_root
-
find_root_with_flag
-
fixtures_in_root_and_not_in...
-
has_migrations?
-
helpers
-
helpers_paths
-
inherited
-
initialize
-
isolate_namespace
-
load_config_initializer
-
load_console
-
load_generators
-
load_runner
-
load_seed
-
load_server
-
load_tasks
-
railties
-
routes
-
routes?
-
run_tasks_blocks
-
with_inline_jobs
(<= v6.0.0)
- Instance methods (25)
-
_all_autoload_once_paths
(<= v3.2.13)
-
_all_autoload_paths
(<= v3.2.13)
-
_all_load_paths
(<= v3.2.13)
-
app (<= v3.2.13)
-
call (<= v3.2.13)
-
config (<= v3.2.13)
-
default_middleware_stack
(<= v3.2.13)
-
eager_load! (<= v3.2.13)
-
endpoint (<= v3.2.13)
-
env_config (<= v3.2.13)
-
find_root_with_flag
(<= v3.2.13)
-
has_migrations?
(<= v3.2.13)
-
helpers (<= v3.2.13)
-
helpers_paths (<= v3.2.13)
-
initialize_generators
(<= v3.2.13)
-
initializers (<= v3.2.13)
-
load_console (<= v3.2.13)
-
load_generators (<= v3.2.13)
-
load_seed (<= v3.2.13)
-
load_tasks (<= v3.2.13)
-
ordered_railties (<= v3.2.13)
-
railties (<= v3.2.13)
-
routes (<= v3.2.13)
-
routes?
(<= v3.2.13)
-
routes_url_helpers (<= v3.2.13)
= private
= protected
Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.
These similar methods exist in v7.1.3.2:
- Rails::Rack::Logger#call
- ActionDispatch::ShowExceptions#call
- ActionDispatch::Static#call
- ActionDispatch::Callbacks#call
- ActionDispatch::Cookies#call
- ActiveSupport::LogSubscriber#call
- ActionDispatch::FileHandler#call
- ActionView::Template::Handlers::Builder#call
- ActionView::Template::Handlers::ERB#call
- ActionView::Template::Handlers::ERB#call
- ActiveSupport::Cache::Strategy::LocalCache::Middleware#call
- ActionDispatch::DebugExceptions#call
- ActionDispatch::PublicExceptions#call
- ActionDispatch::RequestId#call
- ActionDispatch::Routing::Redirect#call
- ActionView::DependencyTracker::ERBTracker#call
- ActionView::Template::Handlers::Raw#call
- ActiveRecord::Migration::CheckPending#call
- ActiveSupport::Logger::SimpleFormatter#call
- Rails::Engine#call
- ActiveSupport::TaggedLogging::Formatter#call
- ActionMailer::Preview#call
- ActiveRecord::PredicateBuilder::ArrayHandler#call
- ActiveRecord::PredicateBuilder::RelationHandler#call
- ActiveSupport::Callbacks::Conditionals::Value#call
- ActionCable::Server::Base#call
- ActionDispatch::Executor#call
- ActionView::Template::Handlers::Html#call
- ActiveRecord::PredicateBuilder::BasicObjectHandler#call
- ActiveRecord::PredicateBuilder::RangeHandler#call
- ActionDispatch::DebugLocks#call
- ActionDispatch::ContentSecurityPolicy::Middleware#call
- ActionDispatch::ActionableExceptions#call
- ActionDispatch::HostAuthorization#call
- ActionDispatch::MiddlewareStack::InstrumentationProxy#call
- ActiveRecord::Middleware::DatabaseSelector#call
- ActiveRecord::Middleware::DatabaseSelector::Resolver#call
- ActiveRecord::Middleware::DatabaseSelector::Resolver::Session#call
- ActionDispatch::PermissionsPolicy::Middleware#call
- ActionDispatch::HostAuthorization::DefaultResponseApp#call
- ActionDispatch::AssumeSSL#call
- ActionDispatch::Response::RackBody#call
- ActionDispatch::ServerTiming#call
- ActionDispatch::ServerTiming::Subscriber#call
- ActionView::DependencyTracker::RipperTracker#call
- ActiveRecord::Associations::Preloader#call
- ActiveRecord::Associations::Preloader::Batch#call
- ActiveRecord::Middleware::ShardSelector#call
- ActiveSupport::ParameterFilter#call
- ActiveSupport::Subscriber#call
- RailInspector::Changelog::Formatter#call
- RailInspector::Changelog::Parser#call
- RailInspector::Changelog::Runner#call
- RailInspector::Configuring::CachedParser#call
- RailInspector::Configuring::Check::GeneralConfiguration::AccessorParser#call
- ActiveRecord::QueryLogs#call
call(env)
public No documentation
This method has no description. You can help the Ruby on Rails community by adding new notes.
Hide source
# File railties/lib/rails/engine.rb, line 478 def call(env) app.call(env.merge!(env_config)) end