.. |
erb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
testing
|
Action Pack Variants
|
2013-12-04 00:13:16 +01:00 |
active_model_helper_test.rb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
asset_tag_helper_test.rb
|
Example of setting data attributes for image_tag
|
2015-11-20 23:16:53 +05:30 |
atom_feed_helper_test.rb
|
remove redundant parenthesis.
|
2015-05-14 02:52:49 +05:30 |
capture_helper_test.rb
|
🚮 Unused method
|
2015-04-25 17:09:33 +09:00 |
compiled_templates_test.rb
|
handle <%== nil %> cases
|
2014-09-14 17:11:13 -07:00 |
controller_helper_test.rb
|
Override default form builder for a controller
|
2015-04-13 23:43:34 -04:00 |
date_helper_i18n_test.rb
|
Removed Mocha from Action View
|
2015-09-23 23:34:04 +05:30 |
date_helper_test.rb
|
making selected value to accept Hash like the default option. E.g. selected: {day: params[:day].to_i, month: params[:month].to_id}
|
2015-10-29 11:02:31 -06:00 |
dependency_tracker_test.rb
|
✂️ empty line at the top of files
|
2015-09-21 01:27:33 +09:00 |
digestor_test.rb
|
Add wildcard template dependencies.
|
2015-07-26 19:21:14 +02: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
|
Collection check boxes propagates input's id to the label's for attribute.
|
2015-10-20 16:39:05 -06:00 |
form_helper_test.rb
|
Fix week_field returning invalid value
|
2015-11-10 12:28:47 +00:00 |
form_options_helper_i18n_test.rb
|
Removed Mocha from ActionView part 1
|
2015-08-24 08:59:19 +05:30 |
form_options_helper_test.rb
|
Bring back === stubbing in time_zone_select test.
|
2015-11-22 16:15:46 +01:00 |
form_tag_helper_test.rb
|
Add test cases for checkbox_tag
|
2015-10-01 08:43:14 +05:30 |
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
|
Cleaning JavaScriptHelperTest
|
2015-03-14 16:37:42 -03:00 |
log_subscriber_test.rb
|
Removed Mocha from Action View
|
2015-09-23 23:34:04 +05:30 |
lookup_context_test.rb
|
Use Mime[:foo] instead of Mime::Type[:FOO] for back compat
|
2015-10-06 11:29:30 -07:00 |
number_helper_test.rb
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
|
2015-09-18 17:05:05 +09:00 |
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
|
Removed not needed includes, As record_tag_helper is moved to a gem we are not
|
2015-05-10 20:48:34 -04:00 |
render_test.rb
|
Respect value of :object if :object is false when rendering
|
2015-11-13 12:26:15 +09:00 |
resolver_patterns_test.rb
|
Fix method name typos
|
2013-09-05 10:43:57 +05:30 |
sanitize_helper_test.rb
|
Let strip_tags leave HTML escaping to Rails.
|
2015-03-10 20:04:01 +01:00 |
streaming_render_test.rb
|
fix ActionView::Template::Error when using Streaming with capture.
|
2015-03-01 16:20:27 +09:00 |
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
|
Deprecate exception#original_exception in favor of exception#cause
|
2015-11-03 06:54:34 -08:00 |
template_test.rb
|
Removed Mocha from ActionView part 1
|
2015-08-24 08:59:19 +05:30 |
test_case_test.rb
|
Removed Mocha from ActionView part 1
|
2015-08-24 08:59:19 +05:30 |
test_test.rb
|
Removed Mocha from Action View
|
2015-09-23 23:34:04 +05:30 |
text_helper_test.rb
|
Sometimes you need a specific break sequence while using word wrap and as today the only option we have is "\n" and is hardcoded.
|
2015-08-11 14:15:47 -07:00 |
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
|
Ignore scope in missing translation input.
|
2015-10-28 21:52:33 +01:00 |
url_helper_test.rb
|
Merge pull request #21241 from pdg137/master
|
2015-11-26 16:10:46 -05:00 |