aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...Trevor Turk2013-03-241-0/+1
* Initialize @app_env_config now that the var name has changedCarlos Antonio da Silva2013-03-191-1/+1
* Use @app_env_config instead of @env_configJosé Valim2013-03-181-1/+1
* Renumbering the comments in the application boot process.wangjohn2013-03-091-4/+4
* Bring config.allow_concurrency backJosé Valim2013-03-031-18/+40
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-291-4/+0
* Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-5/+1
* Improve secret_token deprecation messageSantiago Pastorino2012-12-301-3/+4
* remove duplication from Rails::Application docsHrvoje Šimić2012-12-241-2/+0
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-8/+1
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-0/+2
* Add UpgradeSignatureToEncryptionCookieStoreSantiago Pastorino2012-11-161-0/+2
* Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-6/+6
* Cache generated keys per KeyGenerator instance using salt + key_sizeSantiago Pastorino2012-11-031-5/+8
* Allow users to change the default salt if they want, shouldn't be necessarySantiago Pastorino2012-11-031-7/+15
* Use derived keys everywhere, http_authentication was missing itSantiago Pastorino2012-11-031-2/+3
* Warn config.derive_keys will be true by default in 4.1Santiago Pastorino2012-11-031-9/+17
* Sign cookies using key deriverSantiago Pastorino2012-11-031-1/+8
* Don't use action_controller.perform_caching to enable rack-rack.Rafael Mendonça França2012-10-181-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-5/+5
* Remove the queue container. Premature consolidation. Set up and maintain queu...Jeremy Kemper2012-10-121-5/+1
* config.action_dispatch.rack_cache should set explicitly to enable Rack::CacheGuillermo Iguaran2012-10-041-0/+9
* Merge pull request #6952 from NZKoz/key_generatorMichael Koziarski2012-10-021-1/+10
|\
| * Provide access to the application's KeyGeneratorMichael Koziarski2012-10-011-1/+10
* | Use Rack::Cache middleware only if is in GemfileGuillermo Iguaran2012-10-011-0/+6
|/
* Clarify the documentation on the Rails::Application#call methodDavid Czarnecki2012-09-151-2/+2
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-1/+2
* Update the ducumentation about the before_eager_load callback [ci skip]Rafael Mendonça França2012-08-221-1/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-7/+0
* Remove allow_concurrency as a flagJosé Valim2012-08-211-2/+2
* Allow users to choose when to eager_load the application or not.José Valim2012-08-211-1/+9
* Restoring documentation for env_config per #7070Justin Mazzi2012-08-011-0/+11
* Remove ActionDispatch::Head middleware in favor of Rack::HeadSantiago Pastorino2012-07-231-1/+1
* adding Rails::Queueing::ContainerAaron Patterson2012-07-191-1/+1
* move route_inspector to actionpack@schneems and @mattt2012-07-071-2/+2
* Remove unused responsibilities and add a few load definitions to enginesJosé Valim2012-06-291-67/+63
* Remove unnecessary Railties structure now that plugins are goneJosé Valim2012-06-291-59/+68
* Add support runner hook.kennyj2012-05-291-0/+11
* Fix railties_order when application object is passedPiotr Sarnacki2012-05-271-1/+1
* use File.join to decrease dependencies on PathnameAaron Patterson2012-05-231-1/+1
* initialize instance variablesAaron Patterson2012-05-221-2/+6
* Allow configuring a different queue consumerCarlos Antonio da Silva2012-05-041-1/+1
* Define only writer method for queue, as reader is declaredCarlos Antonio da Silva2012-04-281-1/+2
* add a factory method for queue construction so that apps can have multiple qu...Aaron Patterson2012-04-271-1/+5
* Initial queue implementationYehuda Katz2012-04-261-1/+5
* Remove not needed requiresSantiago Pastorino2012-03-311-1/+0
* Rails.initialized? can be called at any time without raising an exception [Cl...Franck Verrot2012-03-281-0/+4
* Rack::SSL -> ActionDispatch::SSLRafael Mendonça França2012-03-171-2/+1
* Remove remaining http_only? calls.José Valim2012-03-141-4/+4
* Change api_only to http_onlyCarlos Antonio da Silva2012-03-101-4/+4