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
*
remove `present?` calls
Aaron Patterson
2016-01-12
1
-4
/
+4
*
monkey patch `recycle!` on to controllers once
Aaron Patterson
2016-01-12
1
-4
/
+4
*
AC::Parameters#at_json: restore Rails 4.2’s value
claudiob
2016-01-12
1
-1
/
+2
*
Unneeded &block parameters
Akira Matsuda
2016-01-12
1
-2
/
+2
*
[ci skip] Fix typo Renderering --> Rendering
Akshay Vishnoi
2016-01-09
1
-1
/
+1
*
Merge pull request #22275 from mastahyeti/per-form-csrf
Rafael França
2016-01-06
1
-11
/
+54
|
\
|
*
add option for per-form CSRF tokens
Ben Toews
2016-01-04
1
-11
/
+54
*
|
Group related methods together
Benjamin Fleischer
2016-01-03
1
-67
/
+67
*
|
Add ActionController:Renderers test
Benjamin Fleischer
2016-01-03
1
-0
/
+9
|
/
*
Test ActionController::Renderers::use_renderers
Benjamin Fleischer
2015-12-31
1
-0
/
+34
*
Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2
Kasper Timm Hansen
2015-12-31
1
-6
/
+6
|
\
|
*
Fix AC::Parameters#to_unsafe_h to return all unfiltered values
Prathamesh Sonpatki
2015-12-31
1
-6
/
+6
*
|
Avoid `Time.parse` for static date
Rafaël Blais Masson
2015-12-30
1
-1
/
+1
|
/
*
Add AC::Parameters#include?
Justin Coyne
2015-12-29
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-12-20
1
-1
/
+1
|
\
|
*
Add missing punctuation mark [ci skip]
Gaurav Sharma
2015-11-18
1
-1
/
+1
*
|
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
1
-1
/
+0
|
\
\
|
*
|
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-1
/
+0
*
|
|
Document when fallback_location is used [ci-skip]
Derek Prior
2015-12-17
1
-2
/
+8
*
|
|
Only dup Ruby's Hash and Array.
Kasper Timm Hansen
2015-12-17
1
-2
/
+18
*
|
|
Deprecate `redirect_to :back`
Derek Prior
2015-12-16
1
-10
/
+6
*
|
|
Add `redirect_back` for safer referrer redirects
Derek Prior
2015-12-16
1
-0
/
+23
*
|
|
Merge pull request #14212 from tylerhunt/fix-token-regex
Sean Griffin
2015-12-15
1
-1
/
+1
|
\
\
\
|
*
|
|
Handle tab in token authentication header.
Tyler Hunt
2014-02-26
1
-1
/
+1
*
|
|
|
Remove warning of shadowing variable
Rafael Mendonça França
2015-12-15
1
-1
/
+1
*
|
|
|
Add fragment_cache_key macro for controller-wide fragment cache key prefixes
Sam Stephenson
2015-12-14
1
-3
/
+42
*
|
|
|
Remove ActionView::Helpers::CacheHelper#fragment_cache_key
Sam Stephenson
2015-12-14
1
-0
/
+6
*
|
|
|
Make Parameters#to_h and #to_unsafe_h return HWIA
Prem Sichanugrist
2015-12-14
1
-5
/
+7
|
|
/
/
|
/
|
|
*
|
|
Remove ActionController::TestCase from documentation
eileencodes
2015-12-12
1
-0
/
+4
*
|
|
Fix `make_response!` when called by `serve` in `RouteSet`
eileencodes
2015-12-09
1
-6
/
+1
*
|
|
Change the `protect_from_forgery` prepend default to `false`
eileencodes
2015-12-07
1
-7
/
+7
*
|
|
Merge pull request #22475 from claudiob/missing-require
Matthew Draper
2015-12-08
1
-0
/
+1
|
\
\
\
|
*
|
|
Add missing require to strong_parameters.rb
claudiob
2015-12-04
1
-0
/
+1
*
|
|
|
Push `before_sending` to super class
eileencodes
2015-12-06
1
-6
/
+0
|
/
/
/
*
|
|
Merge pull request #22263 from mastahyeti/csrf-origin-check
Rafael França
2015-11-26
1
-2
/
+28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add option to verify Origin header in CSRF checks
Ben Toews
2015-11-25
1
-2
/
+28
*
|
|
[ci skip] Fix <tt> in doc
claudiob
2015-11-15
1
-1
/
+1
|
/
/
*
|
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
2
-8
/
+13
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-31
1
-2
/
+2
|
\
\
|
*
|
Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...
amitkumarsuroliya
2015-10-09
1
-2
/
+2
*
|
|
use `dispatch` instead of `process` to run requests though
eileencodes
2015-10-29
2
-8
/
+8
*
|
|
Remove unnecessary method
eileencodes
2015-10-29
1
-3
/
+0
*
|
|
Write the cookie jar it was not committed in TestCase
Rafael Mendonça França
2015-10-28
1
-1
/
+1
*
|
|
fix rdoc markup [ci skip]
yuuji.yaginuma
2015-10-25
1
-4
/
+4
*
|
|
Merge pull request #22003 from yui-knk/remove_needless_require_as
Yves Senn
2015-10-20
2
-2
/
+0
|
\
\
\
|
*
|
|
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
2
-2
/
+0
*
|
|
|
Show helpful messages on invalid param. encodings
Agis Anastasopoulos
2015-10-19
1
-5
/
+3
|
/
/
/
*
|
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
5
-16
/
+16
*
|
|
move file sending to the response object
Aaron Patterson
2015-10-05
2
-26
/
+6
|
/
/
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
2
-1
/
+3
|
\
\
[next]