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
Andrew Kaspick a1a41a3939 remote_function patch with more detailed test
Signed-off-by: wycats <wycats@gmail.com>
2010-07-21 10:04:55 -07:00
..
erb Fix several known web encoding issues: 2010-06-27 21:13:55 -07:00
html-scanner Strip_tags never ending attribute should not raise a TypeError [#4870 state:resolved] 2010-06-28 11:40:27 +02:00
testing add NullResolver 2010-05-02 22:45:54 +02:00
active_model_helper_test.rb Do not wrap hidden fields with error proc [#4962 state:resolved] 2010-06-25 09:49:29 +02:00
asset_tag_helper_test.rb Tidy up asset tag a bit and make railties tests green again. 2010-06-23 01:34:25 +02: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
capture_helper_test.rb Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited] 2010-05-16 14:32:53 +02: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 Fixed date_select date_separator when discard_month and/or discard_day are true [#4856 state:resolved] 2010-06-20 12:33:02 +02: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 remove size attribute from tag generated by file_field helper [#5084 state:resolved] 2010-07-13 08:30:08 +02: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 select :include_blank or :prompt should return escaped string [#5099 state:resolved] 2010-07-18 11:32:00 +02:00
form_tag_helper_test.rb Rename _snowman_ to _snowman to be in sync with _method and _csrf_token. 2010-06-29 18:02:39 +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 Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
lookup_context_test.rb Make AP test suite green once again and speed up performance in layouts lookup for some cases. 2010-06-07 10:13:41 +02:00
number_helper_i18n_test.rb Added default currency values to NumberHelper and pass them to I18n.translate 2010-05-17 17:39:33 +02: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 remote_function patch with more detailed test 2010-07-21 10:04:55 -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 render(:inline) in a layout before yield replaces original content 2010-06-13 13:56:08 +02: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 s/escape_once/html_escape/, since html safety is the contract that now says whether something has to be escaped 2010-06-30 00:32:26 +02:00
template_test.rb Update template to allow handlers to more cleanly handle encodings (ht: nex3) 2010-05-30 11:37:35 +02:00
test_case_test.rb Change reference to Test::Unit::AssertionFailedError to the generic ActiveSupport::TestCase::Assertion [#4987 state:commited] 2010-06-26 18:45:20 -07: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 Adding missing test to autolink with other protocols (file) [#4886 state:resolved] 2010-06-20 12:32:41 +02:00
translation_helper_test.rb i18n: t() handles single keys returning an Array, also 2010-05-24 20:30:21 -07:00
url_helper_test.rb Refactor recall parameter normalization [#5021 state:resolved] 2010-07-03 10:06:07 +02:00