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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixing a few test warnings
Aaron Patterson
2010-10-04
2
-2
/
+7
*
only forwarding enough methods to work. People should grab the delegate tempf...
Aaron Patterson
2010-10-04
1
-14
/
+8
*
making sure respond_to? works properly
Aaron Patterson
2010-10-04
1
-0
/
+15
*
raising an argument error if tempfile is not provided
Aaron Patterson
2010-10-04
1
-3
/
+9
*
if it walks like a duck and talks like a duck, it must be a duck
Aaron Patterson
2010-10-04
1
-7
/
+0
*
delegate to the @tempfile instance variable
Aaron Patterson
2010-10-04
1
-0
/
+18
*
adding tests for uploaded file
Aaron Patterson
2010-10-04
1
-0
/
+25
*
Ensure the proper content type is returned for static files.
José Valim
2010-10-04
1
-20
/
+27
*
moving fake model to the correct file
Aaron Patterson
2010-10-03
2
-13
/
+14
*
Move ETag and ConditionalGet logic from AD::Response to the middleware stack.
José Valim
2010-10-03
3
-172
/
+3
*
Rely on Rack::Session stores API for more compatibility across the Ruby world.
José Valim
2010-10-03
1
-12
/
+0
*
Rename _assigns to view_assigns in AV::TC
David Chelimsky
2010-10-03
1
-0
/
+31
*
added test for form_for with search_field
Aditya Sanghi
2010-10-02
1
-0
/
+15
*
removing more duplicate code. :'(
Aaron Patterson
2010-10-01
1
-13
/
+1
*
fixing warnings with regexps on assert_match
Aaron Patterson
2010-10-01
1
-2
/
+2
*
removing more duplicate code
Aaron Patterson
2010-10-01
3
-30
/
+17
*
delete repeated code
Aaron Patterson
2010-10-01
3
-36
/
+18
*
use a method that actually exists
Aaron Patterson
2010-10-01
1
-1
/
+1
*
Allow mounting engines at '/'
Piotr Sarnacki
2010-09-30
1
-16
/
+77
*
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
2
-2
/
+6
*
Ensure that named routes do not overwrite previously defined routes.
José Valim
2010-09-29
1
-0
/
+18
*
Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...
José Valim
2010-09-29
1
-1
/
+1
*
Merge remote branch 'miloops/warnings'
José Valim
2010-09-29
25
-85
/
+50
|
\
|
*
Fix test that wasn't running at all.
Emilio Tagua
2010-09-28
1
-1
/
+1
|
*
Remove methods to avoid warnings.
Emilio Tagua
2010-09-28
1
-0
/
+2
|
*
Change test to avoid warnings.
Emilio Tagua
2010-09-28
1
-1
/
+1
|
*
Redefine duplicated test name.
Emilio Tagua
2010-09-28
1
-1
/
+1
|
*
Redefine duplicated test name.
Emilio Tagua
2010-09-28
1
-1
/
+1
|
*
Use redefine_method since baz is already defined.
Emilio Tagua
2010-09-28
1
-1
/
+1
|
*
Fix more warnings by defining variables and using instance_variable_defined? ...
Emilio Tagua
2010-09-28
1
-2
/
+4
|
*
Use helper method here.
Emilio Tagua
2010-09-28
1
-6
/
+5
|
*
Silence warnings here, only setting Encoding.default_external for testing.
Emilio Tagua
2010-09-28
1
-2
/
+3
|
*
Silence warnings here, only setting Encoding.default_external for testing.
Emilio Tagua
2010-09-28
1
-2
/
+3
|
*
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 useless string line causing a warning.
Emilio Tagua
2010-09-28
1
-1
/
+0
|
*
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
|
*
Remove duplicated class test. copy/paste fail?
Emilio Tagua
2010-09-28
1
-32
/
+0
|
*
Initialize @trusted_proxies.
Emilio Tagua
2010-09-28
1
-0
/
+1
|
*
undef method if already defined.
Emilio Tagua
2010-09-28
1
-0
/
+1
|
*
Remove useless use of :: in void context.
Emilio Tagua
2010-09-28
1
-1
/
+0
|
*
Add parenthesis to avoid syntax warnings.
Emilio Tagua
2010-09-28
2
-2
/
+2
|
*
Remove duplicated method.
Emilio Tagua
2010-09-28
1
-2
/
+0
|
*
Initialize @_virtual_path path ivar.
Emilio Tagua
2010-09-28
1
-0
/
+1
[next]