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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for extra options to `force_ssl`
Andrew White
2013-04-25
1
-14
/
+106
*
Use `request.fullpath` to build redirect url in `force_ssl`
Andrew White
2013-04-25
1
-0
/
+63
*
Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...
Derek Watson
2013-04-18
1
-0
/
+7
*
Merge pull request #9604 from sgrif/live_streaming_exceptions
Rafael Mendonça França
2013-04-08
1
-1
/
+75
|
\
|
*
Exception handling for controllers using ActionController::Live
Sean Griffin
2013-03-18
1
-1
/
+75
*
|
Remove comments about removing LegacyKeyGenerator in 4.1
Trevor Turk
2013-04-03
2
-2
/
+0
*
|
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
2
-4
/
+4
*
|
fix request methods test
Vipul A M
2013-03-31
1
-6
/
+2
*
|
Fix typos in AP: "overriden" => "overridden"
Carlos Antonio da Silva
2013-03-30
3
-31
/
+31
*
|
Refactored to remove unused variable
Anupam Choudhury
2013-03-28
1
-1
/
+1
*
|
Merge pull request #8458 from lucisferre/improve-layout-override-fallback-beh...
Rafael Mendonça França
2013-03-27
1
-0
/
+24
|
\
\
|
*
|
Provides standard layout lookup behavior for method and proc cases
Chris Nicola
2013-03-27
1
-0
/
+24
*
|
|
Update tests for #9704, named route collisions
Jeremy Kemper
2013-03-24
1
-5
/
+6
*
|
|
Fix broken ActionController#action_missing
Janko Luin
2013-03-20
1
-0
/
+12
*
|
|
Digest auth should not 500 when given a basic header.
Brad Dunbar
2013-03-18
1
-0
/
+8
|
|
/
|
/
|
*
|
Merge pull request #9753 from jbarreneche/bug/render-locale-fallbacks
Carlos Antonio da Silva
2013-03-18
1
-0
/
+9
|
\
\
|
*
|
Include I18n fallbacks in :locale lookup context
Juan Barreneche
2013-03-16
1
-0
/
+9
*
|
|
remove ancient TODOs [ci skip].
Yves Senn
2013-03-18
1
-2
/
+0
*
|
|
Fix rake test warnings in actionpack
Mack Earnhardt
2013-03-17
1
-1
/
+1
|
/
/
*
|
`Http::Headers` directly modifies the passed environment.
Yves Senn
2013-03-15
1
-0
/
+22
*
|
Handle conditional get in live requests - this will prevent error when using ...
Bernard Potocki
2013-03-14
1
-0
/
+15
*
|
allow headers and env to be passed in `IntegrationTest`.
Yves Senn
2013-03-13
1
-0
/
+15
*
|
Fix warnings
Carlos Antonio da Silva
2013-03-07
1
-2
/
+2
*
|
Allow use of assert_template with the :file option.
Justin Coyne
2013-03-01
1
-0
/
+35
*
|
Add tests for #9441
Francesco Rodriguez
2013-02-26
1
-0
/
+16
|
/
*
fix respond_to without blocks not working if one of the blocks is all
grosser
2013-02-24
1
-0
/
+21
*
Rack::Test::UploadedFile is a permitted scalar
Fabio Kreusch
2013-02-21
1
-1
/
+2
*
Remove XML Parser from ActionDispatch
Prem Sichanugrist
2013-02-20
1
-131
/
+15
*
Fix #9168 Initialize NullCookieJar with all options needed for KeyGenerator
Andrey Chernih
2013-02-08
1
-0
/
+35
*
Missing or unneeded require extract_options
Akira Matsuda
2013-02-01
2
-0
/
+2
*
Remove yaml Proc param parser test
Brendon Murphy
2013-01-28
1
-13
/
+0
*
Merge pull request #9032 from firmhouse/head-breaks-csrf
Santiago Pastorino
2013-01-28
1
-0
/
+4
|
\
|
*
Added a test that shows that a HEAD request does not normally pass CSRF prote...
Michiel Sikkes
2013-01-22
1
-0
/
+4
*
|
ActionDispatch::Http::UploadedFile is a permitted scalar [Closes #9051]
Xavier Noria
2013-01-23
1
-1
/
+2
|
/
*
Lets kepp using Ruby 1.9 syntax
Rafael Mendonça França
2013-01-22
2
-37
/
+37
*
Restore I18n.locale after running tests
Akira Matsuda
2013-01-22
1
-1
/
+7
*
Make sure to reset default_url_options
Akira Matsuda
2013-01-22
1
-1
/
+5
*
Add missing assert calls
Carlos Antonio da Silva
2013-01-20
1
-2
/
+2
*
strong parameters filters permitted scalars
Xavier Noria
2013-01-20
2
-17
/
+164
*
Restore and adapt the implementation reverted at
Rafael Mendonça França
2013-01-19
2
-8
/
+8
*
Added ability to raise or log on unpermitted params.
Thomas Drake-Brockman
2013-01-20
2
-0
/
+83
*
Remove useless || operation
Carlos Antonio da Silva
2013-01-17
1
-1
/
+1
*
Removing : warning: ambiguous first argument;
Arun Agrawal
2013-01-17
1
-4
/
+4
*
Deprecate direct calls to AC::RecordIdentifier.dom_id and dom_class
Carlos Antonio da Silva
2013-01-16
1
-0
/
+34
*
Remove warnings: "(...) interpreted as grouped expression"
Carlos Antonio da Silva
2013-01-16
1
-2
/
+2
*
strong parameters exception handling
Brian Alexander
2013-01-15
1
-9
/
+6
*
Change the behavior of route defaults
Andrew White
2013-01-15
1
-0
/
+31
*
Ensure port is set when passed via the process method
Andrew White
2013-01-15
1
-0
/
+52
*
Merge pull request #8821 from jamis/master
Rafael Mendonça França
2013-01-10
1
-2
/
+2
|
\
|
*
evaluate the dependency blocks at the instance level, not class level
Jamis Buck
2013-01-08
1
-2
/
+2
[next]