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
*
mispelling errors in render_text_test.rb and sqlite_specific_schema
angelo giovanni capilleri
2012-05-12
1
-2
/
+2
*
Refactor the handling of default_url_options in integration tests
Andrew White
2012-05-10
1
-0
/
+80
*
Add failing test re #3436 which demonstrates content_type is not respected wh...
Kunal Shah
2012-05-08
1
-0
/
+21
*
Merge pull request #5368 from andhapp/remove-max-stale
José Valim
2012-05-07
1
-4
/
+4
|
\
|
*
Removed max-stale from the tests since it's a request cache-control directive...
Anuj Dutta
2012-03-10
1
-4
/
+4
*
|
added an integration test that checks ActionController::UnknownFormat renders...
Steven Soroka
2012-05-06
1
-0
/
+9
*
|
Raise a rescuable exception when Rails doesn't know what to do with the forma...
Steven Soroka
2012-05-06
1
-13
/
+19
*
|
Merge pull request #4445 from nragaz/role_based_params_wrapping
José Valim
2012-05-04
1
-2
/
+15
*
|
Improve assert_template layout checking
Alexey Vakhov
2012-05-04
1
-0
/
+15
*
|
Fix assert_template :layout => nil assertion
Alexey Vakhov
2012-05-04
1
-0
/
+12
*
|
Fix assert_template assertion with :layout option
Alexey Vakhov
2012-05-04
1
-0
/
+10
*
|
Force given path to http methods in mapper to skip canonical action checking
Carlos Antonio da Silva
2012-05-04
1
-2
/
+2
*
|
Merge pull request #6148 from twinturbo/head-fix
José Valim
2012-05-03
1
-0
/
+66
|
\
\
|
*
|
Remove content-length as well
twinturbo
2012-05-03
1
-0
/
+6
|
*
|
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
[next]