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
...
|
*
|
|
Make ActionController#head pass rack-link
twinturbo
2012-05-03
1
-0
/
+60
*
|
|
|
Allows assert_redirected_to to accept a regular expression
Andy Lindeman
2012-05-03
1
-0
/
+4
*
|
|
|
added proc evaluation for action cache's layout parameter
Nico
2012-05-02
1
-1
/
+32
*
|
|
|
ActionPack: remove tests for hash_for_* methods
Bogdan Gusiev
2012-05-02
1
-18
/
+0
|
/
/
/
*
|
|
allow send_file/send_data to skip disposition header, closes #2973
Sergey Nartimov
2012-04-30
1
-0
/
+11
*
|
|
Add failing test case for #6053
Andrew White
2012-04-29
1
-0
/
+21
*
|
|
Add changelog entry for jsonp mimetype change, fix failing test
Carlos Antonio da Silva
2012-04-29
1
-1
/
+1
*
|
|
Don't convert params if the request isn't HTML - fixes #5341
Andrew White
2012-04-29
1
-2
/
+40
*
|
|
Merge pull request #2321 from omjokine/master
José Valim
2012-04-29
1
-1
/
+1
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'upstream/master'
Olli Jokinen
2011-12-01
24
-181
/
+600
|
|
\
\
\
|
*
|
|
|
fixed test case test_render_json_with_callback to use content_type applicatio...
Olli Jokinen
2011-07-28
1
-1
/
+1
*
|
|
|
|
Merge session arg with existing session instead of overwriting
Andrew White
2012-04-28
1
-0
/
+20
*
|
|
|
|
Remove default match without specified method
Jose and Yehuda
2012-04-24
21
-240
/
+240
*
|
|
|
|
Remove unused test code.
Rafael Mendonça França
2012-04-16
1
-5
/
+0
*
|
|
|
|
Merge pull request #5783 from rafaelfranca/default_url_options
Santiago Pastorino
2012-04-08
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
default_url_options does not receive one argument anymore
Rafael Mendonça França
2012-04-08
1
-1
/
+1
*
|
|
|
|
|
Revert "Merge pull request #5750 from ahoward/master"
Santiago Pastorino
2012-04-08
1
-18
/
+0
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5748 from ai/no_type_in_html5
Jeremy Kemper
2012-04-08
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Remove unnecessary in HTML 5 type attribute with default value
Andrey A.I. Sitnik
2012-04-05
1
-2
/
+2
*
|
|
|
|
|
Make url_for work when option is nil and default_url_options has
Rafael Mendonça França
2012-04-05
1
-0
/
+9
*
|
|
|
|
|
Merge pull request #5750 from ahoward/master
Aaron Patterson
2012-04-05
1
-0
/
+9
|
\
\
\
\
\
\
|
*
|
|
|
|
|
carefully and quickly merge url_for options
ara.t.howard
2012-04-04
1
-0
/
+9
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #4446 from ayamomiji/patch-1
José Valim
2012-04-05
1
-0
/
+7
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
prevent the cache sweeper ignores NoMethodError
ayaya
2012-03-29
1
-0
/
+7
*
|
|
|
|
|
Tests :if option of force_ssl method
Alexey Vakhov
2012-04-01
1
-0
/
+23
*
|
|
|
|
|
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
1
-0
/
+7
|
/
/
/
/
/
*
|
|
|
|
Set proper rendered_format when doing render :inline
Santiago Pastorino
2012-03-28
1
-0
/
+1
*
|
|
|
|
Cover one more case in auth_token and remote forms
Piotr Sarnacki
2012-03-28
1
-0
/
+7
*
|
|
|
|
config.action_view.embed_authenticity_token_in_remote_forms is true by default
Piotr Sarnacki
2012-03-28
1
-19
/
+14
*
|
|
|
|
Added config.action_view.embed_authenticity_token_in_remote_forms
Piotr Sarnacki
2012-03-28
1
-2
/
+48
*
|
|
|
|
Add test for default_url_options[:port]
Aaron Suggs
2012-03-28
1
-0
/
+12
*
|
|
|
|
If partial is rendered in controller, grab format from template
Piotr Sarnacki
2012-03-27
1
-0
/
+13
*
|
|
|
|
Merge pull request #5480 from drogus/rendering-issues
José Valim
2012-03-17
1
-0
/
+39
*
|
|
|
|
Should use an argument in http_digest_authentication_test.rb
kennyj
2012-03-17
1
-1
/
+1
*
|
|
|
|
fixed - warning: ambiguous first argument; put parentheses or even spaces
Sandeep
2012-03-16
1
-1
/
+1
*
|
|
|
|
fix typo in redirect test
Brian Lopez
2012-03-15
1
-1
/
+1
*
|
|
|
|
strip null bytes from Location header as well
Brian Lopez
2012-03-15
1
-0
/
+20
*
|
|
|
|
Remove ActionController::TestCase#rescue_action_in_public!
Piotr Sarnacki
2012-03-15
1
-5
/
+0
*
|
|
|
|
Allow you to force the authenticity_token to be rendered even on remote forms...
David Heinemeier Hansson
2012-03-14
1
-0
/
+11
*
|
|
|
|
Do not include the authenticity token in forms where remote: true as ajax for...
David Heinemeier Hansson
2012-03-14
1
-0
/
+13
*
|
|
|
|
Remove --http.
José Valim
2012-03-14
7
-197
/
+0
*
|
|
|
|
Merge pull request #5357 from bagilevi/sweeper-undefined-method-ignored
Piotr Sarnacki
2012-03-14
1
-0
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Don't ignore call to undefined method in Sweeper
Levente Bagi
2012-03-06
1
-0
/
+16
*
|
|
|
|
|
Add ActionController::HTTP
Santiago Pastorino
2012-03-14
7
-0
/
+197
*
|
|
|
|
|
Remove unused method
Santiago Pastorino
2012-03-12
1
-4
/
+0
*
|
|
|
|
|
Merge pull request #5326 from lest/patch-2
Michael Koziarski
2012-03-10
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
configure how unverified request will be handled
Sergey Nartimov
2012-03-09
1
-2
/
+2
*
|
|
|
|
|
|
@controller already includes url_helpers in with_routing method
Santiago Pastorino
2012-03-10
1
-1
/
+0
|
/
/
/
/
/
/
*
/
/
/
/
/
Add test case for #5307
Carlos Antonio da Silva
2012-03-07
1
-2
/
+6
|
/
/
/
/
/
*
|
|
|
|
Failing test for mime responder respond_with using a block.
Mario Visic
2012-03-05
1
-0
/
+36
[prev]
[next]