rails--rails/actionpack/test/template
Jeremy Kemper 403752e289 Explicit source encoding 2010-04-24 18:35:12 -07:00
..
erb changed from :object_name to :as on form_for api 2010-04-05 18:55:37 -03:00
html-scanner deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08:00
active_model_helper_test.rb Rename fieldWithErrors style to field_with_errors. Remove unused alert style. 2010-04-24 15:02:12 -07:00
asset_tag_helper_test.rb adds #favicon_link_tag back, rdoc explains why it is useful, and how to get a link for Mobile Safari with it 2010-04-08 18:13:23 -07: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 Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed. 2010-03-17 16:29:35 -07:00
capture_helper_test.rb All tests pass without memoizing view_context 2010-03-18 15:52:43 -07:00
compiled_templates_test.rb Optimize and clean up how details key get expired. 2010-03-10 22:13:29 +01: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 Make form helpers work with <%= 2010-03-09 23:44:12 -08:00
erb_util_test.rb fisting codes so it will parse [#4430 state:resolved] 2010-04-17 15:57:36 -04:00
form_helper_test.rb fields_for returns block result when outside ERB 2010-04-11 19:26:00 -07: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 Mark the result of grouped_options_for_select as HTML safe [#4322 state:committed] 2010-04-16 15:05:41 -07:00
form_tag_helper_test.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
javascript_helper_test.rb link_to_function is here to stay 2010-03-16 22:06:16 -05:00
log_subscriber_test.rb Fix failing Action Pack tests 2010-03-02 14:41:12 -08:00
lookup_context_test.rb Improve performance of the rendering stack by freezing formats as a sign that they shouldn't be further modified. 2010-03-19 17:20:20 +01:00
number_helper_i18n_test.rb Rename unsignificant to insignificant. 2010-03-23 00:26:12 +01:00
number_helper_test.rb Add a test that used to fail but is fixed now [#3417 state:resolved] 2010-04-12 21:57:40 -07:00
output_buffer_test.rb All tests pass without memoizing view_context 2010-03-18 15:52:43 -07:00
prototype_helper_test.rb Refactored url_for in AV to have its own instances of the helpers instead of proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win) 2010-04-03 02:44:02 -07: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 Expect an incompatible encoding exception when a template with a magic comment renders a partial without one and its source encoding doesn't match the default external encoding 2010-04-08 20:22:07 -07: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 Refactored url_for in AV to have its own instances of the helpers instead of proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win) 2010-04-03 02:44:02 -07:00
tag_helper_test.rb Deprecate block_called_from_erb? pending a solution for getting it into apps 2010-03-09 23:44:12 -08:00
test_case_test.rb Consistent routing language 2010-03-30 14:05:42 -05: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 Explicit source encoding 2010-04-24 18:35:12 -07:00
translation_helper_test.rb Changed translate helper so that it doesn’t mark every translation as safe HTML. Only keys with a "_html" suffix and keys named "html" are considered to be safe HTML. All other translations are left untouched. 2010-04-13 17:35:10 -07:00
url_helper_test.rb params already has a setted controller and action here 2010-04-21 17:46:37 -07:00