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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
1
-0
/
+1
*
Add quotes to code in rdoc comment in ActionController [ci skip]
Eddie Lebow
2018-04-30
1
-1
/
+1
*
Include default headers by default in API mode
Kevin Deisz
2018-04-06
1
-6
/
+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
*
Add action_controller_api, action_controller_base on_load hook
Julian Nadeau
2017-04-10
1
-0
/
+1
*
Do not include default response headers for AC::Metal
Jon Moss
2017-03-29
1
-0
/
+6
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-4
/
+4
*
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
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
[ci skip] Add 'params' formatting in ActionController::Base
Alex Kitchens
2016-06-30
1
-4
/
+4
*
Implement helpers proxy in controller instance level
Rafael Mendonça França
2016-05-05
1
-1
/
+1
*
Move protected instance variable to the right place
Rafael Mendonça França
2016-05-05
1
-3
/
+4
*
Fix actionpack typos [ci skip]
Tom Kadwill
2016-05-04
1
-1
/
+1
*
eagerly allocate the renderer object
Aaron Patterson
2015-09-14
1
-0
/
+1
*
Merge pull request #21298 from rodzyn/remove_dead_code
Rafael Mendonça França
2015-09-01
1
-4
/
+0
|
\
|
*
Remove dead code
Marcin Olichwirowicz
2015-08-19
1
-4
/
+0
*
|
remove RackDelegation module
Aaron Patterson
2015-08-26
1
-1
/
+0
*
|
remove ivars from the "protected" list
Aaron Patterson
2015-08-26
1
-1
/
+1
|
/
*
stop using @_env in the controller instance
Aaron Patterson
2015-08-07
1
-1
/
+1
*
Merge pull request #21008 from svenwin/patch-1
Yves Senn
2015-08-01
1
-1
/
+1
|
\
|
*
Add documentation to get a running custom base controller [ci skip]
Sven Winkler
2015-07-23
1
-1
/
+1
|
/
*
fixed sring to be string in ActiveRecord::Base params documentation
Colby Swandale
2015-06-12
1
-1
/
+1
*
better clarity of params source in ActionController::Base documentation [ci s...
Colby Swandale
2015-06-11
1
-3
/
+3
*
Override default form builder for a controller
Kevin McPhillips
2015-04-13
1
-0
/
+1
*
Remove ActionController::HideActions (closes #18336)
brainopia
2015-01-06
1
-1
/
+0
*
:scissors:
Rafael Mendonça França
2014-11-26
1
-1
/
+1
*
getting the location of the server
dilpreet92
2014-11-26
1
-2
/
+2
*
When your templates change, browser caches bust automatically.
Jeremy Kemper
2014-08-17
1
-0
/
+1
*
Update Docs in favor to use render plain instead of text option
robertomiranda
2014-02-18
1
-1
/
+1
*
Require action_view explicitly in AC::Base
Łukasz Strzałkowski
2013-12-08
1
-0
/
+1
*
Retain ActionPack dependency on ActionView
Łukasz Strzałkowski
2013-12-05
1
-15
/
+3
*
Use genderless pronouns in API docs
Guillermo Iguaran
2013-12-01
1
-1
/
+1
*
calculate the ivars to remove in advance as a set and cache them in a
Aaron Patterson
2013-11-06
1
-3
/
+10
*
Typo fix [ci skip]
Arun Agrawal
2013-10-09
1
-1
/
+1
*
[ci skip] escape unintended url in docs
Chris Ciollaro
2013-09-26
1
-1
/
+1
*
Fixing comment typo in ActionController::Base
Attila Domokos
2013-09-13
1
-1
/
+1
*
Remove BasicRendering and remove template functionality from AbsC::Rendering
José Valim
2013-09-09
1
-2
/
+1
*
Move BasicRendering to AbstractController
Łukasz Strzałkowski
2013-09-03
1
-1
/
+1
*
Revert "Port all remaining self.protected_instance_variables to class methods"
Łukasz Strzałkowski
2013-09-02
1
-6
/
+5
*
Port all remaining self.protected_instance_variables to class methods
Łukasz Strzałkowski
2013-08-29
1
-5
/
+6
*
Fist stab on basic rendering
Łukasz Strzałkowski
2013-08-25
1
-0
/
+1
*
Do not include action_view/layouts
Łukasz Strzałkowski
2013-08-25
1
-1
/
+0
*
Change documentation of metal anonymous class
Łukasz Strzałkowski
2013-08-25
1
-5
/
+10
*
Load AV::Layouts dynamicly via railties
Łukasz Strzałkowski
2013-08-25
1
-1
/
+0
*
Code formatting & typo fixes
Łukasz Strzałkowski
2013-08-25
1
-1
/
+1
*
Move anonymous class to the top, add documentation
Łukasz Strzałkowski
2013-08-25
1
-4
/
+9
[next]