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
*
better clarity of params source in ActionController::Base documentation [ci s...
Colby Swandale
2015-06-11
1
-3
/
+3
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-06-05
1
-1
/
+1
|
\
|
*
[ci skip] Upcase `is`
yui-knk
2015-05-25
1
-1
/
+1
*
|
Merge pull request #19094 from phoet/have_bearer_be_valid_as_well
Rafael Mendonça França
2015-06-01
1
-1
/
+1
|
\
\
|
*
|
allow `Bearer` as well as `Token`
phoet
2015-06-01
1
-1
/
+1
*
|
|
Merge pull request #20138 from tgxworld/deprecated_assert_template
Rafael Mendonça França
2015-06-01
2
-188
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
2
-188
/
+3
*
|
|
Use `any?` rather than `present?` to check args
eileencodes
2015-05-31
1
-1
/
+1
|
/
/
*
|
Remove unused code.
Guo Xiang Tan
2015-05-29
1
-2
/
+0
*
|
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-0
/
+1
*
|
Merge pull request #19808 from byroot/action-parameter
Rafael Mendonça França
2015-05-27
1
-15
/
+12
|
\
\
|
*
|
Allow to parameters named `action` or `controller` from AC::TestCase helpers
Jean Boussier
2015-04-18
1
-15
/
+12
*
|
|
Spelling/typo/grammatical fixes [ci skip]
karanarora
2015-05-23
4
-5
/
+5
*
|
|
[ci skip] Remove comments about Rails 3.1
claudiob
2015-05-11
2
-5
/
+4
*
|
|
Move `TemplateAssertions` to their own file
eileencodes
2015-05-09
2
-188
/
+189
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-05-08
1
-1
/
+1
|
\
\
|
*
|
Add missing "of" to RequestForgeryProtection doc.
Hendy Tanata
2015-04-27
1
-1
/
+1
*
|
|
Give authentication methods the ability to customize response message.
Keenan Brock
2015-05-03
1
-14
/
+16
*
|
|
Use `args` instead of `*args` in `kwargs_request?` method
eileencodes
2015-05-02
1
-3
/
+3
*
|
|
Updated request_forgery_protection docs [ci skip]
Prathamesh Sonpatki
2015-04-28
1
-5
/
+6
|
|
/
|
/
|
*
|
remove extra `=` in form builder example [ci skip]
yuuji.yaginuma
2015-04-15
1
-1
/
+1
*
|
Merge pull request #19757 from Strech/http-auth-realm-unquoting
Arthur Nogueira Neves
2015-04-14
1
-2
/
+2
|
\
\
|
*
|
Tiny optimization of http auth Realm unquoting
Strech (Sergey Fedorov)
2015-04-14
1
-2
/
+2
|
|
/
*
|
Fix typos in the documentation [ci skip]
Rafael Mendonça França
2015-04-14
1
-1
/
+1
*
|
Merge pull request #19736 from kmcphillips/master
Rafael Mendonça França
2015-04-14
2
-0
/
+49
|
\
\
|
|
/
|
/
|
|
*
Override default form builder for a controller
Kevin McPhillips
2015-04-13
2
-0
/
+49
*
|
Add note regarding CSRF for APIs, as a use-case for skipping it [ci skip]
Zachary Scott
2015-04-12
1
-0
/
+4
*
|
Apply comments from @jeremy regarding why HTML and Javascript requests
Zachary Scott
2015-04-12
1
-0
/
+5
*
|
update request_forgery_protection docs [ci skip]
Vladimir Lyzo
2015-04-12
1
-7
/
+8
*
|
Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...
Santiago Pastorino
2015-04-12
2
-6
/
+3
|
/
*
fix fails to force_ssl_redirection if session_store is disabled
Taishi Kasuga
2015-04-09
2
-3
/
+6
*
Merge pull request #19666 from mikej/master
Santiago Pastorino
2015-04-06
1
-1
/
+1
|
\
|
*
fix missing "if" in API docs for ActionController::Parameters#permit
Michael Josephson
2015-04-06
1
-1
/
+1
*
|
Fix ActionPack tests after changes to missing template logger
eileencodes
2015-04-06
1
-1
/
+1
|
/
*
head no_content when there is no template or action performed
Stephen Bussey
2015-04-05
1
-1
/
+6
*
Fix a few typos [ci skip]
Robin Dupret
2015-04-05
1
-3
/
+3
*
Freeze static arguments for gsub
brainopia
2015-04-02
2
-3
/
+3
*
Prefer string patterns for gsub
brainopia
2015-04-02
2
-3
/
+3
*
Merge pull request #19544 from shuhei/fix-parameters-const-missing
Xavier Noria
2015-03-28
1
-1
/
+1
|
\
|
*
Return super in ActionController::Parameters.const_missing
Shuhei Kagawa
2015-03-28
1
-1
/
+1
*
|
Provide friendlier access to request variants
George Claghorn
2015-03-24
1
-6
/
+7
|
/
*
Merge pull request #19291 from hired/return-truthy-value-from-head
Rafael Mendonça França
2015-03-13
1
-0
/
+2
|
\
|
*
Return true from head method
Joel Hayhurst
2015-03-12
1
-0
/
+2
*
|
Use request.session.id instead of request.session_options[:id]
Brian John
2015-03-12
1
-1
/
+1
|
/
*
Fix documentation of url_for module [ci skip]
Prathamesh Sonpatki
2015-03-06
1
-1
/
+4
*
Doc fix [ci skip]
Sushruth Sivaramakrishnan
2015-03-05
1
-1
/
+1
*
Doc fix [ci skip]
Sushruth Sivaramakrishnan
2015-03-05
1
-1
/
+1
*
Doc fix [ci skip]
Sushruth Sivaramakrishnan
2015-03-05
1
-1
/
+1
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-03-03
1
-1
/
+1
*
[ci skip] Add documentation for Helpers#all_helpers_from_path
Anton Davydov
2015-03-03
1
-0
/
+4
[next]