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
/
test
/
controller
/
new_base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-1
/
+1
*
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-1
/
+0
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-2
/
+2
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-2
/
+2
*
Set the content-type to `text/html` if the options[:html] is true
akihiro17
2015-08-29
1
-1
/
+0
*
remove RackDelegation module
Aaron Patterson
2015-08-26
1
-2
/
+0
*
include ActionView::Rendering in the minimal controller
Aaron Patterson
2015-08-26
1
-0
/
+1
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
3
-2
/
+4
*
Fix another rack SPEC violation
Aaron Patterson
2015-08-25
1
-1
/
+1
*
rack SPEC doesn't allow `first` on the body
Aaron Patterson
2015-08-25
1
-8
/
+12
*
remove vestigial code
Aaron Patterson
2015-08-07
1
-43
/
+0
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
4
-16
/
+16
*
Add deprecation warning for `render :text`
Prem Sichanugrist
2015-07-17
1
-11
/
+42
*
Fix test messages use directly true, false and nil instead of their symbol
Akshay Vishnoi
2015-03-19
1
-3
/
+3
*
Removing old helper that was necessary for compatibility with Ruby 1.8.x
Thiago Pradi
2015-02-22
2
-5
/
+3
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
7
-15
/
+15
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
7
-15
/
+15
*
Add `ActionController::Metal#set_request!`
brainopia
2015-01-21
1
-0
/
+9
*
Fix actionpack test cases broken by #16888
Godfrey Chan
2014-09-26
2
-29
/
+9
*
Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]
Santosh Wadghule
2014-07-14
1
-2
/
+2
*
Removed single space padding from empty response body.
Godfrey Chan
2014-07-10
4
-16
/
+16
*
Prevent state leak.
Guo Xiang Tan
2014-06-05
1
-0
/
+2
*
The correct status to test should be :switching_protocols.
Zuhao Wan
2014-05-25
1
-2
/
+2
*
Only accept actions without File::SEPARATOR in the name.
Rafael Mendonça França
2014-05-06
1
-1
/
+16
*
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-17
/
+12
*
Introduce `render :html` for render HTML string
Prem Sichanugrist
2014-02-18
1
-0
/
+190
*
Introduce `render :plain` for render plain text
Prem Sichanugrist
2014-02-18
1
-0
/
+168
*
Update hash format for render_text_test
Prem Sichanugrist
2014-02-18
1
-18
/
+18
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-0
/
+175
*
Raise RuntimeErrors with inspectable and MRI-independent messages.
Federico Ravasio
2013-11-24
2
-4
/
+4
*
Reset ActionView::Base.logger instead of AC::Base.logger
Akira Matsuda
2013-09-10
1
-1
/
+1
*
Make AC standalone rendering work
Santiago Pastorino
2013-09-10
1
-0
/
+15
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-1
/
+1
*
Reset ActionView::Base.logger instead of AC::Base.logger
Akira Matsuda
2013-07-26
1
-1
/
+1
*
Fix typos in AP: "overriden" => "overridden"
Carlos Antonio da Silva
2013-03-30
2
-23
/
+23
*
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
2
-2
/
+2
*
Override <%== to always behave as literal text rather than toggling based on ...
Jeremy Kemper
2012-12-03
1
-2
/
+8
*
cleanup, remove trailing whitespace within actionpack
Yves Senn
2012-10-27
2
-3
/
+3
*
Use ActionView::Base.logger instead of AC::Base.logger
Piotr Sarnacki
2012-08-28
1
-1
/
+1
*
Collapsed dual checks (one for content headers and one for content) into a si...
Armand du Plessis
2012-08-02
1
-0
/
+30
*
html_escape should escape single quotes
Santiago Pastorino
2012-07-31
1
-1
/
+1
*
deprecate `describe` without a block.
Aaron Patterson
2012-07-09
3
-12
/
+0
*
mispelling errors in render_text_test.rb and sqlite_specific_schema
angelo giovanni capilleri
2012-05-12
1
-2
/
+2
*
Remove content-length as well
twinturbo
2012-05-03
1
-0
/
+6
*
Make ActionController#head pass rack-link
twinturbo
2012-05-03
1
-0
/
+60
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
4
-6
/
+6
*
Remove unnecessary in HTML 5 type attribute with default value
Andrey A.I. Sitnik
2012-04-05
1
-2
/
+2
*
Moved all the logger methods to active support logger
Karunakar (Ruby)
2012-01-06
1
-1
/
+1
*
remove more conditions for Fiber available in ruby19
Vishnu Atrai
2011-12-31
1
-1
/
+1
*
Show detailed exceptions no longer returns true if the request is local in pr...
José Valim
2011-12-16
1
-0
/
+6
[next]