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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copy use_sprockets config
Joshua Peek
2011-03-29
1
-0
/
+1
*
Improve testing of cookies in functional tests:
Andrew White
2011-03-06
1
-1
/
+10
*
Action Pack typos.
R.T. Lechow
2011-03-05
2
-2
/
+2
*
Fix Action caching bug where an action that has a non-cacheable response alwa...
Cheah Chu Yeow
2011-03-02
1
-3
/
+5
*
prefer composition over inheritance with AD::MS
Aaron Patterson
2011-03-01
1
-1
/
+1
*
Prepend the CSRF filter to make it much more difficult to execute application...
Michael Koziarski
2011-02-23
1
-1
/
+1
*
merges docrails
Xavier Noria
2011-02-18
1
-0
/
+37
|
\
|
*
add some docs for ActionController::Renderers
Gabriel Horner
2011-02-10
1
-0
/
+37
*
|
Remove misleading reference to polymorphic_url.
José Valim
2011-02-11
1
-2
/
+0
*
|
Change the CSRF whitelisting to only apply to get requests
Michael Koziarski
2011-02-08
1
-10
/
+9
*
|
Use Mime::Type references.
José Valim
2011-02-08
1
-1
/
+1
*
|
Allow page_cache_directory to be set as a Pathname
Andre Arko
2011-02-06
1
-1
/
+1
|
/
*
revises a metal example
Xavier Noria
2011-02-02
1
-4
/
+4
*
copy-edits 2446b13
Xavier Noria
2011-02-02
1
-14
/
+13
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-02
1
-5
/
+55
|
\
|
*
Provide documentation for ActionController::Metal
Bernerd Schaefer
2011-02-02
1
-5
/
+55
*
|
If I want to set respond_body to nil then it
Neeraj Singh
2011-01-25
1
-1
/
+1
*
|
A patch so that http status codes are still included in logs even during an e...
Doug Fales
2011-01-25
1
-1
/
+5
|
/
*
html_safe.to_str makes no sense
Santiago Pastorino
2011-01-11
1
-1
/
+1
*
ActionController::Base.helpers.sanitize ignores case in protocol
Timothy N. Tsvetkov
2010-12-30
1
-1
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-12-29
1
-1
/
+1
|
\
|
*
.erb => .html.erb
Akira Matsuda
2010-12-25
1
-1
/
+1
*
|
No need to symbolize these.
José Valim
2010-12-27
1
-2
/
+2
*
|
#948 template_inheritance
artemave
2010-12-26
1
-2
/
+2
|
/
*
Edits to caching/fragments.
Rizwan Reza
2010-12-23
1
-17
/
+39
*
Fix respond_with example code so it makes sense
Will
2010-12-19
1
-2
/
+2
*
Correct deprecated AR usage in ActionController::MimeResponds documentation
Will
2010-12-19
1
-4
/
+4
*
Set proper engine's asset directories when assets are served from engine.
Piotr Sarnacki
2010-12-15
1
-0
/
+8
*
Ensure that while caching a page rails takes into
Neeraj Singh
2010-12-09
1
-7
/
+13
*
Clean up asset_host and asset_path.
José Valim
2010-12-09
1
-2
/
+2
*
makes a pass to the action caching rdoc
Xavier Noria
2010-12-08
1
-32
/
+41
*
Add to documentation that action caching does
Neeraj Singh
2010-12-06
1
-0
/
+5
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2010-11-27
1
-3
/
+7
|
\
|
*
Add explicit statement that verify_authenticity_token can be turned off for a...
Ryan Bigg
2010-11-27
1
-3
/
+7
*
|
implicit self here
Santiago Pastorino
2010-11-25
1
-1
/
+1
*
|
move the setting up of the mime collector into the collector on init
Josh Kalderimis
2010-11-25
1
-3
/
+3
*
|
If a user wants json output then try best to render json output. In such case...
Neeraj Singh
2010-11-24
1
-1
/
+1
|
/
*
:subdomain, :domain and :tld_length options can now be used in url_for, allow...
Josh Kalderimis
2010-11-23
1
-1
/
+3
*
Remove unused constant
Santiago Pastorino
2010-11-22
1
-2
/
+0
*
There's no need for ternary op here
Santiago Pastorino
2010-11-22
1
-1
/
+1
*
Remove unneeded metaprogramming and method generation in favor of direct defi...
Santiago Pastorino
2010-11-22
1
-24
/
+10
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
2
-4
/
+6
*
Fix indentation
Santiago Pastorino
2010-11-20
1
-24
/
+23
*
Add config.action_controller.include_all_helpers, by default it is set to true.
Piotr Sarnacki
2010-11-18
2
-2
/
+5
*
Move @assigns from the controller to the test itself
Santiago Pastorino
2010-11-06
2
-1
/
+1
*
Fix problems trying to functional test AC::Metal controllers
Santiago Pastorino
2010-11-06
2
-11
/
+3
*
Correctly handle the case of an API response that returns a hash by treating ...
Chris Eppstein
2010-11-06
1
-1
/
+1
*
AC::Caching DRYup
Krekoten' Marjan
2010-10-18
1
-5
/
+1
*
Reset assert_template instance variables between requests [#5832 state:resolved]
Andrew White
2010-10-18
1
-0
/
+7
*
replace if ! with unless
Neeraj Singh
2010-10-17
1
-1
/
+1
[next]