rails--rails/actionpack/test/template
Joshua Peek c50b03b754 Add :concat option to asset tag helpers to force concatenation.
This is useful for working around IE's stylesheet limit.

  stylesheet_link_tag :all, :concat => true
2009-06-15 10:23:23 -05:00
..
active_record_helper_i18n_test.rb Object names with underscore do the wrong lookup in I18n on error_messages_for. 2009-04-05 21:08:14 +12:00
active_record_helper_test.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
asset_tag_helper_test.rb Add :concat option to asset tag helpers to force concatenation. 2009-06-15 10:23:23 -05:00
atom_feed_helper_test.rb Temporarily modifies setup to call super directly. This can support more T::U runners. 2009-04-08 17:33:41 -07:00
benchmark_helper_test.rb Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH] 2009-01-01 18:53:16 +01:00
body_parts_test.rb Get all template tests passing on new base 2009-05-26 15:19:39 -07:00
compiled_templates_test.rb Refactor ActionView::Template 2009-04-27 11:49:11 -07:00
date_helper_i18n_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
date_helper_test.rb Stops date select helpers from defaulting the selected date to today if :prompt option has been used 2009-02-13 22:04:27 +13:00
erb_util_test.rb ActionPack components should no longer have undeclared dependencies. 2009-06-08 13:34:07 -07:00
form_helper_test.rb Made label target radio button tags with values. Radio button now respects inherited :index options when generating id. 2009-06-09 20:28:43 +12:00
form_options_helper_test.rb Allow strings to be sent as collection to select. 2009-05-15 15:30:17 +12:00
form_tag_helper_test.rb Sanitized the id generated by text_area_tag helper method. text_area_tag('item[description]') should return: <textarea id="item_description" name="item[description]"></textarea> instead of: <textarea id="item[description]" name="item[description]"></textarea> The old id was causing HTML validation failures. 2009-06-09 20:36:45 +12:00
javascript_helper_test.rb Added the :rjs render option 2009-05-21 16:35:40 -07:00
number_helper_i18n_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
number_helper_test.rb ActionPack components should no longer have undeclared dependencies. 2009-06-08 13:34:07 -07:00
output_buffer_test.rb Ruby 1.9: flushing the output buffer preserves its encoding 2009-05-28 17:12:48 -05:00
prototype_helper_test.rb Added the :rjs render option 2009-05-21 16:35:40 -07:00
record_tag_helper_test.rb Temporarily modifies setup to call super directly. This can support more T::U runners. 2009-04-08 17:33:41 -07:00
render_test.rb ActionPack components should no longer have undeclared dependencies. 2009-06-08 13:34:07 -07:00
sanitize_helper_test.rb Include all helpers into ActionView::Helper 2008-08-25 21:50:26 -05:00
scriptaculous_helper_test.rb Temporarily modifies setup to call super directly. This can support more T::U runners. 2009-04-08 17:33:41 -07:00
tag_helper_test.rb Tag helper should output an attribute with the value 'false' instead of omitting the attribute, if the associated option is false but not nil. 2008-11-13 21:55:58 +01:00
test_test.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
text_helper_test.rb Truncate helper accepts a :separator for a more legible result [#1807 state:resolved] 2009-05-18 20:46:19 +02:00
translation_helper_test.rb Added partial scoping to TranslationHelper#translate, so if you call translate('.foo') from the people/index.html.erb template, you'll actually be calling I18n.translate(people.index.foo) [DHH] 2009-02-10 12:57:12 +01:00
url_helper_test.rb Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00