mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
11bc3487ab
The flag was mainly used to add a Rack::Lock middleware to the stack, but the only scenario the lock is desired is in development. If you are deploying on a not-threaded server, the Rack::Lock does not provide any benefit since you don't have concurrent accesses. On the other hand, if you are on a threaded server, you don't want the lock, since it defeats the purpose of using a threaded server. If there is someone out there, running on a thread server and does want a lock, it can be added to your environment as easy as: `use Rack::Lock` |
||
---|---|---|
.. | ||
kindle | ||
2_2_release_notes.textile | ||
2_3_release_notes.textile | ||
3_0_release_notes.textile | ||
3_1_release_notes.textile | ||
3_2_release_notes.textile | ||
4_0_release_notes.textile | ||
_license.html.erb | ||
_welcome.html.erb | ||
action_controller_overview.textile | ||
action_mailer_basics.textile | ||
action_view_overview.textile | ||
active_model_basics.textile | ||
active_record_basics.textile | ||
active_record_querying.textile | ||
active_record_validations_callbacks.textile | ||
active_support_core_extensions.textile | ||
active_support_instrumentation.textile | ||
ajax_on_rails.textile | ||
api_documentation_guidelines.textile | ||
asset_pipeline.textile | ||
association_basics.textile | ||
caching_with_rails.textile | ||
command_line.textile | ||
configuring.textile | ||
contributing_to_ruby_on_rails.textile | ||
credits.html.erb | ||
debugging_rails_applications.textile | ||
documents.yaml | ||
engines.textile | ||
form_helpers.textile | ||
generators.textile | ||
getting_started.textile | ||
i18n.textile | ||
index.html.erb | ||
initialization.textile | ||
layout.html.erb | ||
layouts_and_rendering.textile | ||
migrations.textile | ||
nested_model_forms.textile | ||
performance_testing.textile | ||
plugins.textile | ||
rails_application_templates.textile | ||
rails_on_rack.textile | ||
routing.textile | ||
ruby_on_rails_guides_guidelines.textile | ||
security.textile | ||
testing.textile | ||
upgrading_ruby_on_rails.textile |