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
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0
Sven Fuchs
2010-12-04
1
-27
/
+40
*
Allow template handlers to store temp data.
José Valim
2010-11-24
1
-2
/
+27
*
Fix AssetIncludeTag ensuring that files are in the wrong directory [#6015 sta...
Henning Koch
2010-11-19
1
-0
/
+44
*
Revert "Remove deprecated form_for with strings or symbols"
José Valim
2010-11-18
3
-5
/
+35
*
Remove deprecated form_for with strings or symbols
Leonardo Capillera
2010-11-18
3
-35
/
+5
*
Pass the view object as parameter to the handler. Useful if you need to acces...
José Valim
2010-11-17
1
-0
/
+9
*
incorporated most of the feedback from José
Josh Kalderimis
2010-11-16
1
-2
/
+2
*
removed an assert from a test as it was testing a private method
Josh Kalderimis
2010-11-16
1
-1
/
+0
*
Tests added for rendering partial with layout, when the partial contains anot...
Santiago Pastorino
2010-11-13
1
-0
/
+15
*
provide better error message if path is uri [#5914 state:resolved]
Neeraj Singh
2010-11-11
1
-0
/
+11
*
fields_for should treat ActiveRecord::Relation as an array
Neeraj Singh
2010-11-11
1
-0
/
+21
*
Fix render partial with layout and no block
Carlos Antonio da Silva
2010-11-11
1
-0
/
+10
*
Fix issue with rendering partials and then yielding inside a render layout call
Carlos Antonio da Silva
2010-11-11
1
-0
/
+20
*
patching to ensure separator is printed with order [#5816 state:resolved]
Aditya Sanghi
2010-11-11
1
-0
/
+41
*
Added :negative_format option to number_to_currency function [#5894 state:res...
Don Wilson
2010-11-02
2
-1
/
+8
*
Test that capture doesn't escape twice
Santiago Pastorino
2010-11-02
1
-2
/
+7
*
Make sure capture's output gets html_escaped [#5545 state:resolved]
Jeff Kreeftmeijer
2010-11-02
2
-6
/
+6
*
Allow generated url helpers to be overriden [#5243 state:resolved]
Andrew White
2010-10-26
1
-0
/
+18
*
number_to_phone always return safe
Santiago Pastorino
2010-10-17
1
-1
/
+2
*
HTML5 data attribute helpers [#5825 state:resolved].
Stephen Celis
2010-10-18
1
-0
/
+7
*
Fix for ActionView::Template#refresh in rails 3.1.0.beta
André Camargo
2010-10-15
1
-2
/
+2
*
Remove :cache => true on lookup templates initialization.
José Valim
2010-10-14
2
-12
/
+0
*
render :once should consider the current controller prefix.
José Valim
2010-10-14
1
-3
/
+3
*
Fix test helpers to ensure get method forms are properly tested [#5753 state:...
Aditya Sanghi
2010-10-12
2
-9
/
+16
*
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
1
-0
/
+8
*
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
*
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
1
-2
/
+2
*
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
1
-0
/
+4
*
Allow cache to be temporarily disabled through lookup_context.
José Valim
2010-10-07
1
-0
/
+21
*
Remove locals dependency from template.
José Valim
2010-10-07
1
-0
/
+1
*
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
*
delete repeated code
Aaron Patterson
2010-10-01
1
-18
/
+0
*
Fix test that wasn't running at all.
Emilio Tagua
2010-09-28
1
-1
/
+1
*
Redefine duplicated test name.
Emilio Tagua
2010-09-28
1
-1
/
+1
*
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
*
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
*
Rename tests to avoid name collisions and warnings when running rake task.
Emilio Tagua
2010-09-28
1
-5
/
+5
[next]