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
*
fixing space error
Aaron Patterson
2010-09-29
1
-1
/
+1
*
We can't assign @view_context_class here, define super() in test instead if w...
Emilio Tagua
2010-09-29
1
-0
/
+1
*
_ is not a valid scheme name character, \w includes it and also is redundant ...
Emilio Tagua
2010-09-29
1
-0
/
+7
*
Test correct method behaviour.
Emilio Tagua
2010-09-29
1
-1
/
+5
*
Merge remote branch 'miloops/warnings'
José Valim
2010-09-29
8
-4
/
+20
|
\
|
*
Remove methods to avoid warnings.
Emilio Tagua
2010-09-28
1
-0
/
+2
|
*
Redefine duplicated test name.
Emilio Tagua
2010-09-28
1
-1
/
+1
|
*
Remove more warnings on AP.
Emilio Tagua
2010-09-28
1
-1
/
+1
|
*
Define @title to avoid warnings.
Emilio Tagua
2010-09-28
1
-0
/
+4
|
*
Use instance_variable_defined? instead instance_variable_get in tests.
Emilio Tagua
2010-09-28
1
-2
/
+2
|
*
Initialize ivars in tests.
Emilio Tagua
2010-09-28
3
-0
/
+3
|
*
Remove more warnings by initializing variables in test.
Emilio Tagua
2010-09-28
1
-0
/
+6
|
*
Remove more warnings: no need to define attr_accessor if already exists. Init...
Emilio Tagua
2010-09-28
1
-0
/
+1
*
|
renderer calls object.to_json when rendering :json => object [#5655 state:res...
Diego Carrion
2010-09-27
1
-0
/
+13
|
/
*
Rename duplicated test name.
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Fix indentation.
Emilio Tagua
2010-09-27
1
-19
/
+18
*
Use parentheses when using assert_match followed by a regexp to avoid warnings.
Emilio Tagua
2010-09-27
7
-24
/
+24
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
6
-17
/
+18
*
Fix logging when cache key contains % sign [#5570 state:resolved]
Krekoten' Marjan
2010-09-25
1
-0
/
+16
*
Make redirect_to accept blocks [#5643 state:resolved]
Nando Vieira
2010-09-24
1
-0
/
+38
*
Exception handling more readable
Thiago Pradi
2010-09-19
1
-8
/
+8
*
removing some warnings
Aaron Patterson
2010-09-18
2
-6
/
+6
*
Fix header capitalization by explicitly upcasing first letter of every word, ...
Maxim Chernyak
2010-09-18
1
-0
/
+11
*
get csrf_meta_tag back to the generated layout in deference to existing print...
Xavier Noria
2010-09-14
1
-1
/
+1
*
added block arguments to ActionController::Metal#use
Collin Miller
2010-09-12
1
-0
/
+22
*
revises implementation and documentation of csrf_meta_tags, and aliases csrf_...
Xavier Noria
2010-09-11
1
-2
/
+6
*
Cleanup Action Dispatch assertions tests
Carlos Antonio da Silva
2010-09-06
1
-108
/
+37
*
Cleanup deprecations in Action Dispatch
Carlos Antonio da Silva
2010-09-06
2
-28
/
+6
*
Cleanup deprecation warnings in Action Controller
Carlos Antonio da Silva
2010-09-06
3
-55
/
+1
*
Remove a few tests from old router that do not make sense with the new one.
José Valim
2010-09-05
2
-67
/
+3
*
Deleted test with extended regexp - it fails with no reason, probably rack-mo...
Piotr Sarnacki
2010-09-05
1
-21
/
+0
*
Fixed 2 broken tests for router.
Łukasz Strzałkowski
2010-09-05
1
-3
/
+3
*
This test is invalid for new router
Łukasz Strzałkowski
2010-09-05
1
-20
/
+0
*
Removed tests for setting default value of *path in route
Łukasz Strzałkowski
2010-09-05
1
-25
/
+0
*
Made test_generate pass
Łukasz Strzałkowski
2010-09-05
1
-9
/
+1
*
If it's unused there's no reason to keep it commented. It will always remain ...
Łukasz Strzałkowski
2010-09-05
1
-11
/
+0
*
Fixed routes to use new API in a few more actionpack tests
Piotr Sarnacki
2010-09-05
5
-18
/
+56
*
Removed rest of errors and failures in routing_test.rb. Almost all squashed, ...
Łukasz Strzałkowski
2010-09-05
1
-92
/
+79
*
raise error on invalid HTTP methods or :head passed with :via in routes
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Implemented resources :foos, :except => :all option
Piotr Sarnacki
2010-09-05
1
-3
/
+9
*
Test for recognizing routes with http method set
Łukasz Strzałkowski
2010-09-05
1
-1
/
+40
*
Fixed about half of broken tests in routing_test
Łukasz Strzałkowski
2010-09-05
1
-125
/
+82
*
Fixed almost all resources tests
Piotr Sarnacki
2010-09-05
1
-159
/
+213
*
Fixed url_for test
Łukasz Strzałkowski
2010-09-05
1
-1
/
+1
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
17
-552
/
+536
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
4
-4
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
4
-0
/
+4
*
Remove deprecated support to <% form_for %> and several ActionController::Bas...
José Valim
2010-08-29
3
-77
/
+2
*
Ensure that inherited helper_methods are available after calling clear_helper...
Jesse Storimer
2010-08-28
1
-0
/
+31
*
Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)
José Valim
2010-08-26
1
-0
/
+12
[next]