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
/
lib
/
action_view
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-1
/
+1
*
Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow]
Pratik Naik
2008-03-05
1
-1
/
+1
*
Fix syntax errors in the documentation for image submit tag. Closes #11073 [...
Michael Koziarski
2008-03-02
1
-3
/
+3
*
Allow html_options to be passed to all the date helpers. Closes #6000 [h-lam...
Michael Koziarski
2008-03-02
2
-45
/
+58
*
Make date_helper use tag and content_tag. Move to assert_dom_equal instead o...
Michael Koziarski
2008-02-20
1
-18
/
+26
*
Check the host string contains %d before using String#%, this avoids warning...
Michael Koziarski
2008-02-18
1
-1
/
+1
*
Ensure that :confirm doesn't need extra quotes when using drop_receiving_elem...
Michael Koziarski
2008-02-16
1
-0
/
+3
*
Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers]
Rick Olson
2008-02-07
1
-1
/
+1
*
Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer]
Jeremy Kemper
2008-02-03
1
-2
/
+1
*
Introduce the :index option for form_for and fields_for to simplify multi-mod...
Jeremy Kemper
2008-02-02
1
-6
/
+15
*
Fix number_to_human_size incorrectly removing trailing zeros. Closes #10099 [...
Jeremy Kemper
2008-02-02
1
-1
/
+1
*
Don't repeatedly add relative_url_root to asset sources. Closes #10767 [tomt...
Michael Koziarski
2008-01-27
1
-5
/
+11
*
Handle corner case with image_tag when passed 'messed up' image names. Closes...
Michael Koziarski
2008-01-25
1
-1
/
+1
*
Add label_tag helper for generating elements. Closes #10802 [DefV]
Michael Koziarski
2008-01-21
1
-0
/
+18
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-1
/
+1
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-1
/
+1
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-1
/
+1
*
Make render :partial recognise form builders and use the _form partial. Clos...
Michael Koziarski
2008-01-16
1
-0
/
+15
*
Correct docs on caching and all.js
Michael Koziarski
2008-01-14
1
-1
/
+1
*
Allow users to declare other namespaces when using the atom feed helpers. Clo...
Michael Koziarski
2008-01-13
1
-2
/
+28
*
Fix a few caching errors, expose a case thats still not working (ref #107330 ...
David Heinemeier Hansson
2008-01-12
1
-2
/
+2
*
Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_for...
David Heinemeier Hansson
2008-01-11
1
-3
/
+10
*
Move fragment caching from special helper methods to TemplateHandler. Closes ...
Jeremy Kemper
2008-01-10
1
-17
/
+2
*
Fix CacheHelper#cache (closes #10733) [mindforge]
David Heinemeier Hansson
2008-01-10
1
-8
/
+7
*
Don't append the forgery token to an ajax request if it's serializing a form,...
Michael Koziarski
2008-01-08
1
-2
/
+2
*
Replace labelled_form_for example with one that will actually work. Referenc...
Michael Koziarski
2008-01-08
1
-2
/
+3
*
Doc fixes for #atom_feed_helper. Closes #10715 [hasmanyjosh]
Rick Olson
2008-01-07
1
-3
/
+3
*
Use explicit toplevel namespace for constant reference in AS::BasicObject
Jeremy Kemper
2008-01-07
1
-1
/
+1
*
Ruby 1.9 compat: truncate and excerpt helpers
Jeremy Kemper
2008-01-07
1
-52
/
+84
*
Ruby 1.9 compat: remove stray colon
Jeremy Kemper
2008-01-07
1
-1
/
+1
*
The asset_host block takes the controller request as an optional second argum...
Jeremy Kemper
2008-01-06
1
-3
/
+23
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-6
/
+10
*
Made fragment caching in views work for rjs and builder as well (closes #6642...
David Heinemeier Hansson
2008-01-03
1
-1
/
+15
*
Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]
Rick Olson
2008-01-02
1
-14
/
+18
*
Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...
Rick Olson
2007-12-28
1
-1
/
+1
*
Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru...
Jeremy Kemper
2007-12-28
1
-5
/
+1
*
Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung]
Jeremy Kemper
2007-12-27
1
-0
/
+5
*
Add :default option to time_zone_select. Closes #10590.
Jeremy Kemper
2007-12-21
1
-1
/
+12
*
Ruby 1.9 compat: date helper
Jeremy Kemper
2007-12-21
1
-6
/
+6
*
Ruby 1.9 compat: form helper test
Jeremy Kemper
2007-12-21
1
-1
/
+1
*
Ruby 1.9 compat: url helper encoding
Jeremy Kemper
2007-12-21
1
-9
/
+5
*
Docfix (closes #10493)
David Heinemeier Hansson
2007-12-16
1
-2
/
+2
*
Added option to pass proc to ActionController::Base.asset_host for maximum co...
David Heinemeier Hansson
2007-12-16
1
-8
/
+38
*
Fix javascript_tag method name collision. Closes #10337.
Jeremy Kemper
2007-12-10
1
-3
/
+3
*
Ensure asset cache directories are automatically created. Closes #10337.
Jeremy Kemper
2007-12-10
1
-38
/
+30
*
Fixed documentation that made rdoc bark
David Heinemeier Hansson
2007-12-06
1
-1
/
+1
*
Fixed documentation that made rdoc bark
David Heinemeier Hansson
2007-12-06
1
-2
/
+2
*
Update documentation to reflect increased accuracy of date interval calculati...
Marcel Molina
2007-12-05
1
-4
/
+3
*
Add documentation examples to prototype helper. Closes #7211 [manfred]
Marcel Molina
2007-12-05
1
-2
/
+23
*
Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
Marcel Molina
2007-12-05
1
-1
/
+1
[next]