1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/source
José Valim 11bc3487ab Remove allow_concurrency as a flag
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`
2012-08-21 14:46:12 -03:00
..
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 remove reference to humans.txt from release notes 2012-08-16 00:23:37 +05:30
_license.html.erb
_welcome.html.erb
action_controller_overview.textile corrected grammar [ci skip] 2012-08-14 20:54:28 -04:00
action_mailer_basics.textile add breathing to reading sentences for flow, cut down the run-ons [ci skip] 2012-08-13 23:57:53 -04:00
action_view_overview.textile
active_model_basics.textile add breathing to reading sentences for flow, cut down the run-ons [ci skip] 2012-08-13 23:57:53 -04:00
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 Merge branch 'master' of github.com:lifo/docrails 2012-08-16 00:07:17 +05:30
association_basics.textile
caching_with_rails.textile
command_line.textile
configuring.textile Remove allow_concurrency as a flag 2012-08-21 14:46:12 -03:00
contributing_to_ruby_on_rails.textile Merge branch 'master' of github.com:lifo/docrails 2012-08-16 00:07:17 +05:30
credits.html.erb
debugging_rails_applications.textile
documents.yaml
engines.textile
form_helpers.textile
generators.textile
getting_started.textile
i18n.textile tiny formatting fix in i18n guide [ci skip] 2012-08-15 23:48:41 +05:30
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 Use instance_accessor: false instead of instance_writer. 2012-08-21 23:40:28 +09:00