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
...
|
*
|
|
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
1
-1
/
+1
*
|
|
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-17
7
-531
/
+109
|
\
\
\
\
|
*
|
|
|
`responders` 1.x won't do it. Told you to RTFM for details!
Godfrey Chan
2014-08-17
1
-3
/
+6
|
*
|
|
|
The gem is called 'responders'
Godfrey Chan
2014-08-17
1
-2
/
+2
|
*
|
|
|
Raise a more helpful error for people who are using these extracted features
Godfrey Chan
2014-08-17
1
-1
/
+16
|
*
|
|
|
Move respond_with to the responders gem
José Valim
2014-08-17
2
-528
/
+3
|
*
|
|
|
When your templates change, browser caches bust automatically.
Jeremy Kemper
2014-08-17
3
-6
/
+82
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge pull request #16027 from tgxworld/template_assertions
Yves Senn
2014-08-14
1
-0
/
+9
|
|
\
\
\
|
|
*
|
|
Fix assert_template for files.
Guo Xiang Tan
2014-08-14
1
-0
/
+9
|
*
|
|
|
[ci skip] correct default cache store class
Aditya Kapoor
2014-08-13
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-12
10
-92
/
+67
|
\
|
|
|
|
*
|
|
Pass block for logging.
Guo Xiang Tan
2014-08-09
1
-4
/
+6
|
*
|
|
Remove ActionController::RaiseActionExceptions.
Guo Xiang Tan
2014-08-07
1
-34
/
+0
|
*
|
|
refactor Redirecting so we do not need a controller instance
Aaron Patterson
2014-08-06
1
-3
/
+5
|
*
|
|
avoid testing only_path
Aaron Patterson
2014-08-04
1
-2
/
+1
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-08-02
1
-1
/
+2
|
|
\
\
|
|
*
|
copy edits[ci skip]
Vijay Dev
2014-08-02
1
-3
/
+1
|
|
*
|
Performed Returns true if redirect/render has happened
Gaurish Sharma
2014-07-19
1
-1
/
+4
|
*
|
|
just set the host, no need for another hash allocation / merge!
Aaron Patterson
2014-08-01
1
-1
/
+1
|
*
|
|
Simplify code branch, remove #tap
Carlos Antonio da Silva
2014-07-31
1
-7
/
+6
|
*
|
|
Avoid a new hash object
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
|
*
|
|
Fix protect_from_forgery docs
David Albert
2014-07-27
1
-1
/
+1
|
*
|
|
docs, add ref where to find valid `head` status symbols.
Yves Senn
2014-07-25
1
-0
/
+2
|
*
|
|
Bug fix for assert_template when opening a new session.
Guo Xiang Tan
2014-07-25
1
-5
/
+9
|
*
|
|
Fix AC::TemplateAssertions instance variables not resetting.
Guo Xiang Tan
2014-07-21
1
-5
/
+7
|
*
|
|
Prefer to pass block when logging.
Guo Xiang Tan
2014-07-18
1
-25
/
+26
|
*
|
|
Don't accept parameters as argument for redirect to [via @homakov]
Santiago Pastorino
2014-07-16
1
-0
/
+1
|
|
/
/
|
*
|
Removed single space padding from empty response body.
Godfrey Chan
2014-07-10
1
-6
/
+2
*
|
|
We don't need loofah for the assertions
Rafael Mendonça França
2014-07-15
1
-1
/
+0
*
|
|
Merge pull request #11218 from kaspth/loofah-integration
Rafael Mendonça França
2014-07-10
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Moved html_document to ActionDispatch::Assertions. Included the Rails::Dom::T...
Timm
2014-06-16
1
-6
/
+1
|
*
|
Support for changes in SelectorAssertions.
Timm
2014-06-16
1
-0
/
+14
|
*
|
Moved ActionView::Assertions dependency from Action Pack's lib to abstract_un...
Timm
2014-06-16
1
-2
/
+0
|
*
|
Require ActionView::Assertions in ActionController test_case.rb.
Timm
2014-06-16
1
-0
/
+1
|
*
|
Moved Dom and Selector assertions from ActionDispatch to ActionView.
Timm
2014-06-16
1
-0
/
+1
*
|
|
Merge branch 'rosetta_flash' of https://github.com/gcampbell/rails into gcamp...
Aaron Patterson
2014-07-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Address CVE-2014-4671 (JSONP Flash exploit)
Greg Campbell
2014-07-09
1
-1
/
+1
*
|
|
|
Reduce number of subscriptions created.
Guo Xiang Tan
2014-07-08
1
-17
/
+13
|
/
/
/
*
|
|
Merge pull request #16013 from tgxworld/remove_symbolized_path_parameters
Rafael Mendonça França
2014-07-04
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-1
/
+0
*
|
|
|
Merge pull request #16011 from xjlu/token_and_options
Rafael Mendonça França
2014-07-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Improve token_and_options regex and test
Xinjiang Lu
2014-07-01
1
-1
/
+1
|
|
/
/
/
*
/
/
/
Change the JSON renderer to enforce the 'JS' Content Type
Lucas Mazza
2014-07-02
1
-1
/
+4
|
/
/
/
*
|
|
Merge pull request #15933 from rafael/master
Rafael Mendonça França
2014-06-27
2
-5
/
+24
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improvements per code review.
Rafael Chacón
2014-06-27
1
-4
/
+3
|
*
|
Add always_permitted_parameters as an option.
Rafael Chacón
2014-06-26
2
-5
/
+25
*
|
|
`:nodoc: all` does not remove the constants from the API. [ci skip]
Yves Senn
2014-06-24
1
-1
/
+1
*
|
|
Merge pull request #15537 from tgxworld/fix_state_leak
Matthew Draper
2014-06-20
1
-1
/
+0
|
\
\
\
|
*
|
|
Prevent state leak.
Guo Xiang Tan
2014-06-05
1
-1
/
+0
*
|
|
|
[ci skip] /javascript/ ~> JavaScript
Aditya Kapoor
2014-06-17
1
-3
/
+3
[prev]
[next]