aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Include default headers by default in API modeKevin Deisz2018-04-061-0/+1
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Controller] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Include the content of the flash in the auto-generated etag (#26250)David Heinemeier Hansson2016-08-221-0/+1
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-0/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-13/+13
* Move Caching module to Abstract ControllerRafael Mendonça França2016-02-231-6/+4
* Re-add ActionController::ApiRenderingJon Moss2016-01-201-0/+4
* remove RackDelegation moduleAaron Patterson2015-08-261-1/+0
* Return 204 if render is not called in API controllersJorge Bejar2015-06-111-0/+1
* Remove Compatibility module since we don't remember why it was added :smile:Jorge Bejar2015-06-111-1/+0
* Remove api_rendering is not neededSantiago Pastorino2015-06-111-4/+0
* Add ActionController API functionalitySantiago Pastorino2015-06-111-0/+5
* Override default form builder for a controllerKevin McPhillips2015-04-131-0/+1
* Add ActionController::Rendererbrainopia2015-01-221-0/+1
* remove autoload HideActions, no longer existyuuji.yaginuma2015-01-111-1/+0
* Responder was removed at ee77770d57de9da87b05a2fe84b9d46ec6852c62Akira Matsuda2014-09-301-1/+0
* When your templates change, browser caches bust automatically.Jeremy Kemper2014-08-171-0/+1
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* Remove BasicRendering testsJosé Valim2013-09-091-1/+0
* Load HTML in ActionView not ActionPackŁukasz Strzałkowski2013-08-251-1/+0
* Fist stab on basic renderingŁukasz Strzałkowski2013-08-251-0/+1
* Do not load AV inside APŁukasz Strzałkowski2013-08-251-8/+0
* Remove deprecated constants autoloadCarlos Antonio da Silva2013-07-021-3/+0
* Remove ActionController::RecordIdentifier was deprecated.kennyj2013-06-011-4/+0
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-1/+0
* Add config.action_controller.permit_all_attributes to bypass StrongParameters...Guillermo Iguaran2012-09-161-0/+1
* Integrate ActionController::Parameters from StrongParameters gemGuillermo Iguaran2012-09-161-0/+1
* Sprockets-rails tests failDmitry Vorotilin2012-09-011-1/+0
* Don't require action_dispatch in ActionView::UrlHelpersPiotr Sarnacki2012-08-281-0/+4
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-1/+1
* Deprecate ActionController::RecordIdentifierPiotr Sarnacki2012-08-281-0/+4
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-4/+0
* Remove dependency on actionpack in ActionView::AssetPathsPiotr Sarnacki2012-08-281-0/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+6
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* defines a private require-hub active_support/railsXavier Noria2012-08-021-0/+1
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+1
* Remove --http.José Valim2012-03-141-1/+0
* Add ActionController::HTTPSantiago Pastorino2012-03-141-0/+1
* Remove unused ActionController::SessionManagementSantiago Pastorino2012-03-061-1/+0
* remove autoload UrlWriter, no longer existsVishnu Atrai2012-01-291-1/+0
* Revert the serializers API as other alternatives are now also under discussionJosé Valim2011-11-251-1/+0
* Initial commit of serializer supportJose and Yehuda2011-10-151-0/+1
* TODO fix explicitly loading exceptations, autoload removedVishnu Atrai2011-07-111-15/+0
* Restructure TemplateAssertions-related code to eliminate circular requires.wycats2011-05-221-6/+7
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+1