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
*
Add prepend option to protect_from_forgery.
Josef Šimánek
2015-01-08
1
-1
/
+8
*
Remove ActionController::HideActions (closes #18336)
brainopia
2015-01-06
2
-41
/
+0
*
Improve protect_from_forgery documentation. [ci skip].
Josef Šimánek
2015-01-06
1
-3
/
+3
*
Reset template assertions without warnings
brainopia
2015-01-05
1
-2
/
+4
*
Document all options for protect_from_forgery.
Josef Šimánek
2015-01-04
1
-8
/
+2
*
Remove unused require
Carlos Antonio da Silva
2015-01-04
1
-1
/
+0
*
Remove respond_to/respond_with placeholder methods
Carlos Antonio da Silva
2015-01-04
1
-20
/
+0
*
Remove Struct#to_h backport
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-23
/
+1
*
Merge pull request #17978 from kommen/fixed-pr-14903
Rafael Mendonça França
2015-01-02
1
-4
/
+7
|
\
|
*
Ensure append_info_to_payload is called even if an exception is raised.
Dieter Komendera
2014-12-10
1
-4
/
+7
*
|
Integration requests should work in contexts without setup and teardown
brainopia
2015-01-02
1
-1
/
+2
*
|
Correctly use the response's status code calling head
Robin Dupret
2014-12-31
2
-5
/
+2
*
|
stop referencing `env` in url_for
Aaron Patterson
2014-12-30
1
-1
/
+1
*
|
use methods on the request rather than direct hash access
Aaron Patterson
2014-12-30
1
-2
/
+2
*
|
Remove single space response body for head request
Prathamesh Sonpatki
2014-12-30
1
-2
/
+2
*
|
Minor documentation edits [ci skip]
Robin Dupret
2014-12-28
1
-1
/
+1
*
|
Update example test documentation
Ben Prew
2014-12-28
1
-4
/
+2
*
|
Remove ActionController::ModelNaming
claudiob
2014-12-25
1
-12
/
+0
*
|
Merge pull request #18102 from arthurnn/nodoc_constant
Arthur Nogueira Neves
2014-12-19
1
-0
/
+1
*
|
Revert "Merge pull request #18003 from sikachu/permit_all_parameters-thread-s...
Godfrey Chan
2014-12-19
1
-11
/
+6
*
|
Fix typo in nodoc should be `:nodoc:` for RDoc to parse correctly
Zachary Scott
2014-12-17
1
-1
/
+1
*
|
Merge pull request #17995 from jethroo/fix/assert_template_with_unsupported_l...
Rafael Mendonça França
2014-12-16
1
-0
/
+2
|
\
\
|
*
|
adding that assert_template with :layout will raise ArgumentError for unknown...
Carsten Wirth
2014-12-16
1
-0
/
+2
|
|
/
*
|
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
1
-9
/
+0
*
|
Merge pull request #18006 from sikachu/add-params-to_unsafe_h
Rafael Mendonça França
2014-12-12
1
-0
/
+6
|
\
\
|
*
|
Add AC::Parameters#to_unsafe_h
Prem Sichanugrist
2014-12-12
1
-0
/
+6
|
|
/
*
/
Make AC::Params.permit_all_parameters thread safe
Prem Sichanugrist
2014-12-12
1
-1
/
+10
|
/
*
remove unused #await_close
Sergey Alekseev
2014-12-04
1
-6
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Merge pull request #17186 from tgxworld/header_authentication_token
Matthew Draper
2014-11-27
1
-2
/
+9
|
\
|
*
Allow authentication header to not have to specify 'token=' key.
Guo Xiang Tan
2014-10-10
1
-2
/
+9
*
|
Remove extra empty line
Artur Cygan
2014-11-26
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
*
|
Deprecate `use_route` in controller tests
Godfrey Chan
2014-11-23
1
-1
/
+22
*
|
Wrap code snippets in +, not backticks, in sdoc
claudiob
2014-11-20
2
-5
/
+5
*
|
Use request method instead of ActionDispatch::Request#request_method instead ...
Ilya Katz
2014-11-20
1
-1
/
+1
*
|
Make sure assert_select can assert body tag
Rafael Mendonça França
2014-11-18
1
-4
/
+4
*
|
document_root_element need to be public
Rafael Mendonça França
2014-11-17
1
-4
/
+4
*
|
Pass the route name explicitly
Godfrey Chan
2014-11-10
1
-1
/
+2
*
|
Removed documentation that still mentioned using respond_with in place
Robert Evans
2014-11-05
2
-18
/
+5
*
|
Call gsub with a Regexp instead of a String for better performance
Pablo Herrero
2014-11-01
1
-1
/
+1
*
|
let's warn with heredocs
Xavier Noria
2014-10-28
1
-4
/
+7
*
|
UrlGenerationError are not catched as 404 anymore
Jean Boussier
2014-10-27
1
-1
/
+1
*
|
Use AS secure_compare for CSRF token comparison
Guillermo Iguaran
2014-10-23
1
-2
/
+2
*
|
remove duplicate method (_status_code) in action_dispatch
Abdelkader Boudih
2014-10-19
1
-1
/
+1
*
|
Make _status_code methods nodoc
Prathamesh Sonpatki
2014-10-19
1
-3
/
+3
*
|
Replace (slower) block.call with (faster) yield
claudiob
2014-10-17
1
-2
/
+2
|
/
*
Rephrasing sentences
Neeraj Singh
2014-10-07
1
-2
/
+2
[next]