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-08-29 21:15:00 -03:00
..
erb Remove deprecated support to <% form_for %> and several ActionController::Base methods. 2010-08-29 21:08:14 -03:00
html-scanner Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03: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 code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
capture_helper_test.rb Remove NonConcattingString. 2010-08-29 21:15:00 -03:00
compiled_templates_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
date_helper_i18n_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
date_helper_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
erb_util_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
form_helper_test.rb password_field renders with nil value by default 2010-08-28 05:23:34 -03:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb select tags coerce the :selected option, options to strings before comparison [#5056 state:resolved] 2010-08-15 16:46:32 -03:00
form_tag_helper_test.rb Revert "It's snowing!" 2010-08-18 16:49:06 -07:00
javascript_helper_test.rb link_to_function now expects a piece of javascript code for the onclick parameter 2010-07-29 13:11:53 -03: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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03: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
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 Remove deprecated support to <% form_for %> and several ActionController::Base methods. 2010-08-29 21:08:14 -03:00
sanitize_helper_test.rb
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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
template_test.rb Move encoding settings for testing purposes to abstract_unit file 2010-08-21 22:37:53 -03: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
text_helper_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
translation_helper_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
url_helper_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00