aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add config.middleware.api_only!Carlos Antonio da Silva and Santiago Pastorino2012-03-051-4/+4
* Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)Piotr Sarnacki2012-03-031-4/+4
* Reverted build_original_fullpath method, as per discussion at https://github....Nathan Broadbent2012-01-281-1/+9
* Refactored watchable_args and build_original_fullpath methods in railties/lib...Nathan Broadbent2012-01-151-13/+2
* config.force_ssl should mark the session as secure.José Valim2012-01-131-0/+3
* Rails::Plugin has goneSantiago Pastorino2012-01-031-3/+2
* A few doc changesVijay Dev2011-12-241-9/+2
* Add ORIGINAL_FULLPATH to envPiotr Sarnacki2011-12-211-0/+17
* Allow a custom exceptions app to set.José Valim2011-12-161-1/+1
* Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-161-1/+1
* Fix diagnostics page for routing errors.José Valim2011-12-151-0/+1
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-131-1/+1
* Move hooks back to initializers (we need an API that allows hooks to be repla...José Valim2011-12-131-32/+0
* Add config.file_watcher so developers can provide their own watchers (for ins...José Valim2011-12-131-2/+1
* Revert "Provide a unique point for running initializers."José Valim2011-12-131-5/+5
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-2/+38