index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
active_support/rails has to be required via abstract_controller.rb
Akira Matsuda
2019-07-12
1
-1
/
+0
*
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
1
-0
/
+1
*
Include default headers by default in API mode
Kevin Deisz
2018-04-06
1
-0
/
+1
*
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
1
-0
/
+1
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-2
/
+2
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
[Action Controller] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Include the content of the flash in the auto-generated etag (#26250)
David Heinemeier Hansson
2016-08-22
1
-0
/
+1
*
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
1
-0
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-13
/
+13
*
Move Caching module to Abstract Controller
Rafael Mendonça França
2016-02-23
1
-6
/
+4
*
Re-add ActionController::ApiRendering
Jon Moss
2016-01-20
1
-0
/
+4
*
remove RackDelegation module
Aaron Patterson
2015-08-26
1
-1
/
+0
*
Return 204 if render is not called in API controllers
Jorge Bejar
2015-06-11
1
-0
/
+1
*
Remove Compatibility module since we don't remember why it was added :smile:
Jorge Bejar
2015-06-11
1
-1
/
+0
*
Remove api_rendering is not needed
Santiago Pastorino
2015-06-11
1
-4
/
+0
*
Add ActionController API functionality
Santiago Pastorino
2015-06-11
1
-0
/
+5
*
Override default form builder for a controller
Kevin McPhillips
2015-04-13
1
-0
/
+1
*
Add ActionController::Renderer
brainopia
2015-01-22
1
-0
/
+1
*
remove autoload HideActions, no longer exist
yuuji.yaginuma
2015-01-11
1
-1
/
+0
*
Responder was removed at ee77770d57de9da87b05a2fe84b9d46ec6852c62
Akira Matsuda
2014-09-30
1
-1
/
+0
*
When your templates change, browser caches bust automatically.
Jeremy Kemper
2014-08-17
1
-0
/
+1
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
Remove BasicRendering tests
José Valim
2013-09-09
1
-1
/
+0
*
Load HTML in ActionView not ActionPack
Łukasz Strzałkowski
2013-08-25
1
-1
/
+0
*
Fist stab on basic rendering
Łukasz Strzałkowski
2013-08-25
1
-0
/
+1
*
Do not load AV inside AP
Łukasz Strzałkowski
2013-08-25
1
-8
/
+0
*
Remove deprecated constants autoload
Carlos Antonio da Silva
2013-07-02
1
-3
/
+0
*
Remove ActionController::RecordIdentifier was deprecated.
kennyj
2013-06-01
1
-4
/
+0
*
extract PerformanceTest into rails-performance_tests gem
Yves Senn
2013-01-10
1
-1
/
+0
*
Add config.action_controller.permit_all_attributes to bypass StrongParameters...
Guillermo Iguaran
2012-09-16
1
-0
/
+1
*
Integrate ActionController::Parameters from StrongParameters gem
Guillermo Iguaran
2012-09-16
1
-0
/
+1
*
Sprockets-rails tests fail
Dmitry Vorotilin
2012-09-01
1
-1
/
+0
*
Don't require action_dispatch in ActionView::UrlHelpers
Piotr Sarnacki
2012-08-28
1
-0
/
+4
*
Move action_controller/vendor/html-scanner to action_view
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Deprecate ActionController::RecordIdentifier
Piotr Sarnacki
2012-08-28
1
-0
/
+4
*
Move ActionController::RecordIdentifier to ActionView
Piotr Sarnacki
2012-08-28
1
-4
/
+0
*
Remove dependency on actionpack in ActionView::AssetPaths
Piotr Sarnacki
2012-08-28
1
-0
/
+1
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-0
/
+6
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
defines a private require-hub active_support/rails
Xavier Noria
2012-08-02
1
-0
/
+1
*
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
1
-0
/
+1
*
Remove --http.
José Valim
2012-03-14
1
-1
/
+0
*
Add ActionController::HTTP
Santiago Pastorino
2012-03-14
1
-0
/
+1
*
Remove unused ActionController::SessionManagement
Santiago Pastorino
2012-03-06
1
-1
/
+0
*
remove autoload UrlWriter, no longer exists
Vishnu Atrai
2012-01-29
1
-1
/
+0
*
Revert the serializers API as other alternatives are now also under discussion
José Valim
2011-11-25
1
-1
/
+0
*
Initial commit of serializer support
Jose and Yehuda
2011-10-15
1
-0
/
+1
*
TODO fix explicitly loading exceptations, autoload removed
Vishnu Atrai
2011-07-11
1
-15
/
+0
[next]