.. |
asset_tag_helpers
|
No need for a regexp here.
|
2011-05-03 12:42:42 +02:00 |
active_model_helper.rb
|
Start cleanup of deprecations in ActionView
|
2010-09-06 13:42:46 +02:00 |
asset_paths.rb
|
No need for a regexp here.
|
2011-05-03 12:42:42 +02:00 |
asset_tag_helper.rb
|
Merged pull request #277 from kuinak/master.
|
2011-04-25 17:00:52 -07:00 |
atom_feed_helper.rb
|
s/ERb/ERB/g
|
2011-04-03 12:47:51 +09:00 |
cache_helper.rb
|
Issue one Cache#read command instead of two in the case of a fragment cache hit
|
2011-01-18 09:52:11 -08:00 |
capture_helper.rb
|
More cleanup and moving responsibilities around.
|
2011-05-01 13:40:12 +02:00 |
controller_helper.rb
|
More AV::Base cleanup.
|
2011-05-04 12:07:37 +02:00 |
csrf_helper.rb
|
Make csrf_meta_tags use the tag helper
|
2011-04-08 02:21:08 +02:00 |
date_helper.rb
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-04-19 21:54:10 +02:00 |
debug_helper.rb
|
|
|
form_helper.rb
|
Remove dependency from _template.
|
2011-05-01 13:40:12 +02:00 |
form_options_helper.rb
|
Improve select helpers by allowing a selected value of false. This is useful when using a select helper with a boolean attribute, and the attribute is false. (e.g. f.select :allow_comments)
|
2011-01-09 15:45:55 -08:00 |
form_tag_helper.rb
|
Fixed documentation of select tag; options with html need to pass through html_safe
|
2011-05-08 08:58:48 -06:00 |
javascript_helper.rb
|
removes ActionView::Helpers::PrototypeHelper
|
2011-04-13 13:24:32 +02:00 |
number_helper.rb
|
added a :prefix option to number_to_human_size
|
2011-04-27 20:29:03 -03:00 |
output_safety_helper.rb
|
Removed Array#safe_join in AS core_ext and moved it to a view helper with the same same. This also changes how safe_join works, if items or the separator are not html_safe they are html_escape'd, a html_safe string is always returned.
|
2011-02-10 16:51:30 +01:00 |
record_tag_helper.rb
|
Remove HTML escaping from Record Tag Helper docs.
|
2011-04-22 23:12:14 +08:00 |
rendering_helper.rb
|
Add a shared entry point for AV and AC render which can be used as extension in the future.
|
2011-05-03 16:51:47 +02:00 |
sanitize_helper.rb
|
Fixing another example result
|
2011-04-15 22:09:23 -04:00 |
sprockets_helper.rb
|
No need for a regexp here.
|
2011-05-03 12:42:42 +02:00 |
tag_helper.rb
|
Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]
|
2011-02-12 22:22:18 -02:00 |
text_helper.rb
|
removing auto_link and moving it to the rails_autolink gem. 💣
|
2011-05-02 15:43:33 -07:00 |
translation_helper.rb
|
Remove dependency from _template.
|
2011-05-01 13:40:12 +02:00 |
url_helper.rb
|
Replace example hostname with "example.com".
|
2011-04-21 16:32:02 +02:00 |