.. |
active_record_helper_i18n_test.rb
|
Add support for error_messages_for(@obj)
|
2009-07-28 19:06:14 -07:00 |
active_record_helper_test.rb
|
Add support for error_messages_for(@obj)
|
2009-07-28 19:06:14 -07:00 |
asset_tag_helper_test.rb
|
Don't raise exceptions for missing javascript_include_tag or stylesheet_link_tag sources unless the :cache or :concat options are given. [#2738 state:resolved]
|
2009-09-03 14:01:01 -05:00 |
atom_feed_helper_test.rb
|
Don't call additional methods on builders passed to the atom_feed helper.
|
2009-08-09 13:10:08 +12: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
|
Use response_body rather than performed?
|
2009-08-09 04:12:09 -03:00 |
capture_helper_test.rb
|
Add content_for?(:name) helper to check if content_for(:name) is present [#1311 state:resolved]
|
2009-06-21 17:07:22 +01:00 |
compiled_templates_test.rb
|
Refactor ActionView::Resolver
|
2009-09-03 11:18:57 -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
|
Allow fields_for on a nested_attributes association to accept an explicit collection to be used. [#2648 state:resolved]
|
2009-09-12 15:50:05 +02:00 |
form_options_helper_i18n_test.rb
|
I18n: use I18n for select helpers' prompt text
|
2009-08-26 13:55:57 -07:00 |
form_options_helper_test.rb
|
Restore split between require-time and runtime load path mungery. Simplifies vendor requires.
|
2009-09-24 18:38:18 -07:00 |
form_tag_helper_test.rb
|
Add :include_blank option for select_tag [#1987 status:resolved]
|
2009-08-08 17:58:27 +01:00 |
javascript_helper_test.rb
|
Got tests to pass with some more changes.
|
2009-08-15 12:32:02 -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
|
Fix number_to_precision rounding error [#2071 state:resolved]
|
2009-08-08 02:05:10 +01: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
|
Got tests to pass with some more changes.
|
2009-08-15 12:32:02 -07:00 |
record_tag_helper_test.rb
|
AMo conversion helper
|
2009-07-21 00:51:57 -05:00 |
render_test.rb
|
Ensure changes to I18n locale get reset during tests
|
2009-09-19 13:22:09 -05: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
|
Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza, Nick Quaranto]
|
2009-08-08 22:21:32 +01:00 |
test_test.rb
|
AMo conversion helper
|
2009-07-21 00:51:57 -05:00 |
text_helper_test.rb
|
Fix that RedCloth shouldn't be required to run tests
|
2009-08-09 11:02:34 -07: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
|
Move helpers specific to functional tests out of TestProcess into AC::TestCase
|
2009-09-23 23:03:24 -05:00 |