1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/template
Ulisses Almeida 362557eb41 Fix regression when passing a value different of String.
The previous version of rails(4.2.0) you can pass objects
to the default option of translation helper.

For example:

```ruby
  t('foo', default: 1)
```

But on rails 4.2.1 version this kind of use stopped to work,
because started only to accept String types.

Now with this fix we can use orther value types on this
helper again.
2015-02-26 19:04:00 -03:00
..
erb
testing
active_model_helper_test.rb
asset_tag_helper_test.rb Allow to pass a string value to size option in image_tag and video_tag 2015-02-16 12:58:34 +01:00
atom_feed_helper_test.rb Fixed test for deprecation warning in actionview, renaming from baf14ae513 2015-01-31 21:54:33 +05:30
capture_helper_test.rb Revert "Re-enable capture'ing non-String values" 2014-12-15 21:20:54 -02:00
compiled_templates_test.rb handle <%== nil %> cases 2014-09-14 17:11:13 -07:00
date_helper_i18n_test.rb
date_helper_test.rb Use directly TZInfo::Timezone without proxy 2015-01-04 20:08:18 +03:00
dependency_tracker_test.rb Fix dependency tracker bug 2015-02-25 14:57:29 +02:00
digestor_test.rb Make sure restoration always happen. 2014-06-14 15:55:52 +08:00
erb_util_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
form_collections_helper_test.rb Fix invalid css selectors in form_collections_helper_test.rb. 2014-06-16 21:04:25 +02:00
form_helper_test.rb Fixed undefined method `i18n_key' for nil:NilClass for labels in non AR form_for 2015-02-06 22:44:48 +01:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb Fixed #select form builder helper to support block with html output 2014-08-05 17:23:00 +03:00
form_tag_helper_test.rb Fix select_tag generating tag when set to false. 2014-11-21 17:44:24 +08:00
html_test.rb Use the reference for the mime type to get the format 2014-02-18 16:12:51 -03:00
javascript_helper_test.rb Avoid hard-coded value in test setup and teardown. 2014-06-14 16:12:44 +08:00
log_subscriber_test.rb
lookup_context_test.rb Fix the resolver cache and stop mutating the lookup_context 2014-03-14 17:32:32 -03:00
number_helper_test.rb reload I18n as we are defining :ts locale 2014-06-15 01:11:13 +05:30
output_safety_helper_test.rb In tag helper, honor html_safe on array parameters; also make safe_join more similar to Array.join by first calling flatten. 2014-06-12 15:30:40 -07:00
partial_iteration_test.rb Build only one PartialIteration object for loop 2014-07-16 14:54:22 -03:00
record_identifier_test.rb Better tests for AV::RecordIdentifier 2014-12-23 01:59:25 +01:00
record_tag_helper_test.rb Remove RecordTagHelper, add extraction notices 2015-02-16 11:35:27 -08:00
render_test.rb Merge pull request #18948 from kaspth/automatic-collection-caching 2015-02-25 11:54:07 -03:00
resolver_patterns_test.rb
sanitize_helper_test.rb Ship with rails-html-sanitizer instead. 2014-09-03 20:27:59 +02:00
streaming_render_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
tag_helper_test.rb Test to ensure content_tag works when fixing #17661 2014-12-16 17:37:26 +01:00
template_error_test.rb
template_test.rb Error message testing fix 2015-02-20 21:23:36 -02:00
test_case_test.rb Error message testing fix 2015-02-20 21:23:36 -02:00
test_test.rb simplified route method name generation 2014-05-12 15:54:43 -07:00
text_helper_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
text_test.rb Use the reference for the mime type to get the format 2014-02-18 16:12:51 -03:00
translation_helper_test.rb Fix regression when passing a value different of String. 2015-02-26 19:04:00 -03:00
url_helper_test.rb Merge pull request #17143 from kuldeepaggarwal/fix-mailTo 2015-02-20 14:58:51 -02:00