.. |
asset_tag_helpers
|
escape options for the stylesheet_link_tag method
|
2011-09-25 09:40:49 +04:00 |
active_model_helper.rb
|
Start cleanup of deprecations in ActionView
|
2010-09-06 13:42:46 +02:00 |
asset_paths.rb
|
Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess.
|
2011-06-21 11:24:05 -03:00 |
asset_tag_helper.rb
|
Changed a few instances of of words in the API docs written in British English to
|
2011-07-24 10:21:42 +00:00 |
atom_feed_helper.rb
|
find(:all) => all
|
2011-07-08 06:13:21 +09:00 |
cache_helper.rb
|
Only mark the sliced buffer as safe, if it was safe to begin with.
|
2011-06-20 13:52:21 -04:00 |
capture_helper.rb
|
Merge pull request #2799 from tomstuart/3-1-stable
|
2011-09-05 10:11:43 -03:00 |
controller_helper.rb
|
Make utf8 enforcer param customizeable
|
2011-06-11 01:58:26 -07:00 |
csrf_helper.rb
|
Make csrf_meta_tags use the tag helper
|
2011-04-08 02:21:08 +02:00 |
date_helper.rb
|
Fixes an issue when creating a date select with too many options.
|
2011-10-08 18:02:15 -07:00 |
debug_helper.rb
|
remove warning: assigned but unused variable
|
2011-06-08 00:26:09 -03:00 |
form_helper.rb
|
Rename new method to_path to to_partial_path to avoid conflicts with File#to_path and similar.
|
2011-08-01 11:42:00 +02:00 |
form_options_helper.rb
|
just check to see that the first item in the list is an array
|
2011-10-07 16:56:18 -07:00 |
form_tag_helper.rb
|
if ... nil? is more expensive than unless
|
2011-09-04 10:44:08 -05:00 |
javascript_helper.rb
|
Revert "Simplify JavaScriptHelper#escape_javascript"
|
2011-08-24 13:22:37 -03:00 |
number_helper.rb
|
checked all .rb files in the project tree for missing magic comments, one was missing
|
2011-07-23 14:50:29 +02: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
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-09-08 18:06:43 +05:30 |
rendering_helper.rb
|
closes #3241 - partial doc fix
|
2011-10-07 23:53:12 +05:30 |
sanitize_helper.rb
|
Remove extra white spaces on ActionPack docs.
|
2011-05-23 20:22:33 -03:00 |
tag_helper.rb
|
Remove extra white spaces on ActionPack docs.
|
2011-05-23 20:22:33 -03:00 |
text_helper.rb
|
ActionView::Helpers::TextHelper#simple_format should not change the text in place. Now it duplicates it.
|
2011-08-04 13:34:47 -04:00 |
translation_helper.rb
|
now the documentation reflects the actual returned value for a missing translation
|
2011-07-23 08:26:18 -07:00 |
url_helper.rb
|
Make button_to helper support "form" option which is the form attributes.
|
2011-09-29 01:40:15 +08:00 |