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
2010-02-26 15:34:12 -08:00
..
html-scanner deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08:00
active_model_helper_i18n_test.rb errors in ActionView should not be namespaced as well. 2010-01-07 15:31:50 +01:00
active_model_helper_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
asset_tag_helper_test.rb Include prototype ujs adapter with new apps 2010-01-30 19:20:49 -06:00
atom_feed_helper_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +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 Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 days return '2 days'. 2009-09-28 14:37:31 +13:00
date_helper_test.rb add time_separator for minutes only if minutes aren't hidden 2010-02-25 08:31:02 -08:00
erb_util_test.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00
form_helper_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
form_options_helper_i18n_test.rb Use helpers.label instead of views.labels. 2010-01-07 15:31:50 +01: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 content_tag should escape its input 2010-02-14 12:03:28 -08:00
javascript_helper_test.rb Move link_to_function and link_to_remote into prototype_legacy_helper 2010-01-30 15:20:00 -06:00
log_subscriber_test.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08: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 Ruby 1.9: fix number precision test 2009-11-04 16:10:24 -08: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 AMo #key is now #to_key and CI is probably happy 2010-02-20 20:17:29 -08:00
raw_output_helper_test.rb Switch to on-by-default XSS escaping for rails. 2009-10-08 09:31:20 +13:00
record_tag_helper_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
render_test.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
sanitize_helper_test.rb Switch to on-by-default XSS escaping for rails. 2009-10-08 09:31:20 +13: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 content_tag should escape its input 2010-02-14 12:03:28 -08:00
test_case_test.rb WIP: Remove the global router 2010-02-25 17:53:00 -08:00
test_test.rb Start rewriting some internal tests to use the new routing dsl 2009-10-20 16:03:55 -05:00
text_helper_test.rb simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino] 2010-02-12 17:24:04 -08:00
translation_helper_test.rb Revert "i18n translate with arrays issue solved" 2010-02-19 15:05:46 -08:00
url_helper_test.rb Silence test deprecation warnings 2010-02-26 15:34:12 -08:00