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
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
3
-22
/
+1
*
render :once should consider the current controller prefix.
José Valim
2010-10-14
2
-10
/
+33
*
Show exceptions rescues the original exception
Les Hill and Sandro Turriate
2010-10-12
1
-0
/
+20
*
Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state...
Szymon Nowak
2010-10-12
1
-0
/
+19
*
Fix test helpers to ensure get method forms are properly tested [#5753 state:...
Aditya Sanghi
2010-10-12
2
-9
/
+16
*
make sure request parameters are accessible after rack throws an exception pa...
Miles Egan
2010-10-12
1
-0
/
+12
*
data-disable-with in button_to helper
Paco Guzman
2010-10-11
1
-0
/
+21
*
Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don...
Santiago Pastorino
2010-10-10
1
-30
/
+0
*
Do not allow templates coming from Fallback resolvers to store a virtual path.
José Valim
2010-10-10
2
-3
/
+14
*
Use identifiers for template equality.
José Valim
2010-10-10
2
-9
/
+16
*
Clean up unused methods from AV::Base and pass in the template object on rend...
José Valim
2010-10-10
3
-11
/
+13
*
Add expire! and rerender to the template API. This will be used by SASS templ...
José Valim
2010-10-10
1
-2
/
+47
*
Add some unit tests to Template#refresh.
José Valim
2010-10-10
1
-4
/
+28
*
Add support to render :once.
José Valim
2010-10-10
1
-0
/
+73
*
Fix a few bugs when trying to use Head standalone
wycats
2010-10-10
1
-0
/
+15
*
Resolvers now consider timestamps.
José Valim
2010-10-10
1
-0
/
+45
*
Deprecate old template handler API. Remove old handlers.
José Valim
2010-10-10
18
-29
/
+29
*
Add more docs and tests to templates.
José Valim
2010-10-09
1
-0
/
+12
*
Fix 1.9.2 failures.
José Valim
2010-10-08
1
-4
/
+4
*
fix rendering a partial with an array as its :object [#5746 state:resolved]
Michael Koziarski
2010-10-08
2
-0
/
+5
*
Allow cache to be temporarily disabled through lookup_context.
José Valim
2010-10-07
2
-1
/
+33
*
render :template => 'foo/bar.json' now works as it should.
José Valim
2010-10-07
2
-3
/
+29
*
Remove locals dependency from template.
José Valim
2010-10-07
1
-0
/
+1
*
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
[next]