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
...
*
Use "instance_accessor" for flash types class attribute
Carlos Antonio da Silva
2012-07-07
1
-1
/
+0
*
Added support add_flash_types
kennyj
2012-07-07
1
-0
/
+26
*
Remove unused code.
kennyj
2012-07-07
1
-4
/
+0
*
Prevent conflict between mime types and Object methods
Mircea Pricop
2012-07-06
1
-1
/
+3
*
Merge branch 'master' into testclean
Aaron Patterson
2012-07-05
1
-0
/
+5
|
\
|
*
Add the options method to action_controller testcase.
François de Metz
2012-07-04
1
-0
/
+5
*
|
test should be testing to_param not to_s, remove Array subclass
Aaron Patterson
2012-07-03
1
-2
/
+2
|
/
*
AS::Callbacks: deprecate monkey patch code
Bogdan Gusiev
2012-06-26
1
-0
/
+12
*
Merge pull request #6805 from tim-vandecasteele/uploadedfile-paramify
Carlos Antonio da Silva
2012-06-23
1
-0
/
+7
|
\
|
*
Don't paramify ActionDispatch::Http::UploadedFile in tests
Tim Vandecasteele
2012-06-22
1
-0
/
+7
*
|
Removed warnings.
Arun Agrawal
2012-06-21
1
-3
/
+3
|
/
*
Merge pull request #6777 from route/logger_in_metal_tests
Carlos Antonio da Silva
2012-06-19
1
-0
/
+17
|
\
|
*
Added test for case when view doesn't have logger method when using ActionCon...
Dmitry Vorotilin
2012-06-19
1
-0
/
+17
*
|
Ensure that cache-control headers are merged
James Tucker
2012-06-18
1
-0
/
+12
|
/
*
Support unicode character route in config/routes.rb.
kennyj
2012-06-16
1
-0
/
+5
*
adding a test for #6459
Aaron Patterson
2012-06-14
1
-0
/
+10
*
This consider_all_requests_local doesn't make sense
Santiago Pastorino
2012-06-12
1
-18
/
+0
*
Return proper format on exceptions
Santiago Pastorino
2012-06-11
1
-0
/
+43
*
stop `to_s`ing method names
Akira Matsuda
2012-06-06
1
-16
/
+16
*
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-0
/
+19
*
Extracted redirect logic from ActionController::Force::ClassMethods.force_ssl
Jeremy Friesen
2012-05-31
1
-0
/
+31
*
no need to pass an empty block to button_to helper
Sergey Nartimov
2012-05-30
1
-2
/
+2
*
Fix sorting of helpers from different paths
Piotr Sarnacki
2012-05-28
1
-0
/
+30
*
Merge pull request #2549 from trek/RoutingErrorForMissingControllers
Aaron Patterson
2012-05-21
1
-0
/
+10
|
\
|
*
When a route references a missing controller, raise ActionController::Routing...
Trek Glowacki
2011-08-16
1
-0
/
+10
*
|
Escape the extension when normalizing the action cache path.
Andrew White
2012-05-20
1
-1
/
+30
*
|
Raise Assertion instead of RoutingError for routing assertion failures.
David Chelimsky
2012-05-20
1
-5
/
+5
*
|
Show in log correct wrapped keys
Dmitry Vorotilin
2012-05-20
1
-0
/
+8
*
|
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
[prev]
[next]