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
...
*
|
raise exceptions on header set after response committed
Aaron Patterson
2012-07-29
1
-0
/
+21
*
|
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
1
-0
/
+42
*
|
adding a buffered stream to the response object
Aaron Patterson
2012-07-29
1
-1
/
+1
*
|
initialize ivars, refactor recycle! to call initialize
Aaron Patterson
2012-07-29
1
-9
/
+1
*
|
issue a warning when we cannot construct a controller
Aaron Patterson
2012-07-28
1
-2
/
+10
*
|
threads can wait on responses to be committed
Aaron Patterson
2012-07-27
1
-0
/
+1
*
|
* Do not convert digest auth strings to symbols. CVE-2012-3424
Aaron Patterson
2012-07-26
1
-2
/
+2
|
/
*
copy-edits 9674d2c
Xavier Noria
2012-07-21
1
-2
/
+2
*
Merge pull request #7100 from shigeya/fix_mime_responds_to_doc
Xavier Noria
2012-07-20
1
-1
/
+2
|
\
|
*
Clarification to doc of ActionController::MimeResponse.respond_to
Shigeya Suzuki
2012-07-19
1
-1
/
+2
*
|
Clean up Sweeper controller accessor when an Error is raised
Brian John
2012-07-20
1
-2
/
+7
|
/
*
Fix code comment to reflect its intent.
Selem Delul
2012-07-11
1
-1
/
+1
*
Don't raise an error if http auth token isn't well formatted
Piotr Sarnacki
2012-07-11
1
-4
/
+6
*
deprecate `describe` without a block.
Aaron Patterson
2012-07-09
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-07-07
1
-3
/
+0
|
\
|
*
ActionDispatch::ClosedError no longer is raised. See d142572567 for more info.
Nick Howard
2012-06-30
1
-3
/
+0
*
|
Use "instance_accessor" for flash types class attribute
Carlos Antonio da Silva
2012-07-07
1
-3
/
+3
*
|
Added support add_flash_types
kennyj
2012-07-07
1
-8
/
+23
*
|
Revert "push parameter instantiation to one method"
Aaron Patterson
2012-07-05
1
-1
/
+1
*
|
Merge branch 'master' into testclean
Aaron Patterson
2012-07-05
1
-2
/
+7
|
\
\
|
*
|
Add the options method to action_controller testcase.
François de Metz
2012-07-04
1
-2
/
+7
*
|
|
push parameter instantiation to one method
Aaron Patterson
2012-07-03
1
-1
/
+1
*
|
|
add Mime.fetch so we can have default mime types
Aaron Patterson
2012-07-03
1
-2
/
+1
*
|
|
make the default environment have actual defaults
Aaron Patterson
2012-07-03
1
-2
/
+9
*
|
|
assing the request on the response only once
Aaron Patterson
2012-07-03
1
-4
/
+5
*
|
|
group things that are alike
Aaron Patterson
2012-07-03
2
-10
/
+10
*
|
|
push functional test specific methods to it's own module
Aaron Patterson
2012-07-03
2
-9
/
+15
*
|
|
test should be testing to_param not to_s, remove Array subclass
Aaron Patterson
2012-07-03
1
-5
/
+1
*
|
|
push the cookie writing stuff out of the controller
Aaron Patterson
2012-07-03
2
-23
/
+8
*
|
|
extend the controller with special logic on recycle
Aaron Patterson
2012-07-03
2
-16
/
+28
*
|
|
push req / res setting to the test runner
Aaron Patterson
2012-07-03
2
-5
/
+10
*
|
|
extract response setting to a method
Aaron Patterson
2012-07-03
1
-2
/
+8
|
/
/
*
|
push response creation down since third param is never used.
Aaron Patterson
2012-07-02
1
-3
/
+3
*
|
Remove ActiveModel dependency from ActionPack
Guillermo Iguaran
2012-06-30
2
-3
/
+17
|
/
*
AS::Callbacks: deprecate monkey patch code
Bogdan Gusiev
2012-06-26
1
-0
/
+6
*
Merge pull request #6805 from tim-vandecasteele/uploadedfile-paramify
Carlos Antonio da Silva
2012-06-23
1
-1
/
+1
|
\
|
*
Don't paramify ActionDispatch::Http::UploadedFile in tests
Tim Vandecasteele
2012-06-22
1
-1
/
+1
*
|
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-14
2
-8
/
+26
|
\
|
*
moar copy edits [ci skip]
Vijay Dev
2012-06-14
1
-2
/
+1
|
*
copy editing [ci skip]
Vijay Dev
2012-06-14
1
-4
/
+7
|
*
fixed http token authentication formatting
Jakub Kuźma
2012-06-12
1
-8
/
+13
|
*
on CSRF whitelisting the argument for :if must be a symbol
Daniel Lopes
2012-06-07
1
-1
/
+1
|
*
fix typos on the CSRF whitelisting doc
Daniel Lopes
2012-06-07
1
-3
/
+3
|
*
Document the CSRF whitelisting on get requests
Daniel Lopes
2012-06-07
1
-5
/
+16
*
|
ActionController::Caching depends on RackDelegation and AbstractController::C...
Santiago Pastorino
2012-06-13
1
-0
/
+3
*
|
Symbol responds_to :upcase & :downcase in Ruby >= 1.9
Akira Matsuda
2012-06-06
1
-1
/
+1
|
/
*
Extracted redirect logic from ActionController::Force::ClassMethods.force_ssl
Jeremy Friesen
2012-05-31
1
-7
/
+15
*
Fix sorting of helpers from different paths
Piotr Sarnacki
2012-05-28
1
-2
/
+2
*
Escape the extension when normalizing the action cache path.
Andrew White
2012-05-20
1
-2
/
+3
[prev]
[next]