1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/template
Darragh Curran 7e4ea5f4a2 Allow overriding id for feed and entry with atom_feed_builder. [#485 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-08-21 13:37:26 +01:00
..
active_record_helper_i18n_test.rb Removed unnecessary or condition in #error_messages_for 2008-07-08 17:41:18 +02:00
active_record_helper_test.rb error_message_on takes an options hash instead of ordered parameters [#704 state:resolved] 2008-07-27 16:34:20 -05:00
asset_tag_helper_test.rb Set asset-cached file ctime and mtime to the max mtime of the combined files. Allows for consistent ETag generation without having a shared filesystem. 2008-08-12 20:18:03 -07:00
atom_feed_helper_test.rb Allow overriding id for feed and entry with atom_feed_builder. [#485 state:resolved] 2008-08-21 13:37:26 +01:00
benchmark_helper_test.rb Fixed tests (and the weird assumption that no logger would mean that the code wasnt run) 2008-04-30 15:00:15 -05:00
compiled_templates_test.rb Fixed bc5896e, and added test case for the caching bug it originally introduced. 2008-07-23 13:47:30 -05:00
date_helper_i18n_test.rb Refactor DateHelper to use DateTimeSelector presenter pattern 2008-08-07 13:13:47 -05:00
date_helper_test.rb Refactor DateHelper to use DateTimeSelector presenter pattern 2008-08-07 13:13:47 -05:00
erb_util_test.rb add json_escape ERB util to escape html entities in json strings that are output in HTML pages. [rick] 2008-04-08 04:52:01 +00:00
form_country_helper_test.rb moving country helpers from form_options_helper to form_country_helper again 2008-07-16 11:30:57 -07:00
form_helper_test.rb Fixed index and auto index for nested fields_for [#327 state:resolved] 2008-07-19 15:10:12 -05:00
form_options_helper_test.rb moving country helpers from form_options_helper to form_country_helper again 2008-07-16 11:30:57 -07:00
form_tag_helper_test.rb Fix that label_tag doesn't take a symbol for a name. [#719 state:resolved] 2008-07-29 12:39:21 +01:00
javascript_helper_test.rb JavaScriptGenerator should only sets output_buffer for the duration of the update block 2008-07-15 18:42:22 -07:00
number_helper_i18n_test.rb Fixed i18n bulk translate issues in NumberHelper 2008-08-04 22:26:14 -05:00
number_helper_test.rb Updated NumberHelper: Full i18n support (except number_to_phone), consolidated API (almost all methods now support :precision, :delimiter and :separator). Added deprecation notices for old API. Added tests for new options [#716 state:resolved] 2008-07-29 21:47:02 -05:00
prototype_helper_test.rb In javascript helpers option[:type] = :synchronous should work as described in docs. 2008-07-31 21:28:12 +02:00
record_tag_helper_test.rb Check whether blocks are called from erb using a special __in_erb_template variable visible in block binding. 2008-06-19 22:21:56 -07:00
render_test.rb Return nil instead of a space when passing an empty collection or nil to 'render :partial' [#791 state:resolved] 2008-08-19 19:09:04 -05:00
sanitize_helper_test.rb Introduce ActionView::TestCase for testing view helpers. 2008-04-19 13:08:24 -05:00
scriptaculous_helper_test.rb Introduce ActionView::TestCase for testing view helpers. 2008-04-19 13:08:24 -05:00
tag_helper_test.rb Check whether blocks are called from erb using a special __in_erb_template variable visible in block binding. 2008-06-19 22:21:56 -07:00
test_test.rb Introduce ActionView::TestCase for testing view helpers. 2008-04-19 13:08:24 -05:00
text_helper_test.rb Refactored TextHelper#truncate, highlight, excerpt, word_wrap and auto_link to accept options hash [#705 state:resolved] 2008-07-27 16:49:19 -05:00
translation_helper_test.rb fixing another timezone dependent test 2008-07-16 11:07:08 -07:00
url_helper_test.rb mail_to should use decodeURIcomponent instead of unescape to be utf friendly. 2008-08-08 15:31:02 +02:00