aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Fix test that wasn't running at all.Emilio Tagua2010-09-281-1/+1
* Redefine duplicated test name.Emilio Tagua2010-09-281-1/+1
* Use helper method here.Emilio Tagua2010-09-281-6/+5
* Silence warnings here, only setting Encoding.default_external for testing.Emilio Tagua2010-09-281-2/+3
* Silence warnings here, only setting Encoding.default_external for testing.Emilio Tagua2010-09-281-2/+3
* Add parenthesis to avoid syntax warnings.Emilio Tagua2010-09-282-2/+2
* Remove duplicated method.Emilio Tagua2010-09-281-2/+0
* Initialize @_virtual_path path ivar.Emilio Tagua2010-09-281-0/+1
* Rename tests to avoid name collisions and warnings when running rake task.Emilio Tagua2010-09-281-5/+5
* Rename duplicated test, and give it a correct name. Remove nonsense line.Emilio Tagua2010-09-281-2/+1
* Remove duplicated test.Emilio Tagua2010-09-281-20/+0
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-1/+1
* Remove more warnings shadowing outer local variable.Emilio Tagua2010-09-271-1/+1
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-275-16/+16
* Remove last tests with deprecated form_for and cleanup form_for helperCarlos Antonio da Silva2010-09-261-63/+49
* Select tags with array options are deprecated, removingCarlos Antonio da Silva2010-09-261-6/+0
* Review most of the form_for deprecated tests, missing tests with index like []Carlos Antonio da Silva2010-09-261-405/+321
* Remove duplicate helper methodKrekoten' Marjan2010-09-251-3/+0
* These tests shouldn't depend on local time to pass or fail, we can use utc here.Emilio Tagua2010-09-242-2/+2
* file_field propagates up multipart property even inside of fields_forSantiago Pastorino2010-09-201-0/+21
* application.js should be the last file on javascript_include_tag(:all)Santiago Pastorino2010-09-191-8/+8
* argument error is done for usAaron Patterson2010-09-181-0/+6
* file_field makes the enclosing form multipartSantiago Pastorino2010-09-181-0/+18
* Allow view helper's #initialize method to be called. [#5061 state:resolved]Carl Lerche2010-09-131-0/+13
* Start cleanup of deprecations in ActionViewCarlos Antonio da Silva2010-09-061-8/+0
* Merge remote branch 'drogus/remove_deprecated_routes'José Valim2010-09-054-7/+6
|\
| * Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-054-7/+6
* | Make number_to_human and number_with_precision work with negativesSantiago Pastorino2010-09-051-0/+2
* | Fix indentation errorsSantiago Pastorino2010-09-051-47/+47
* | Fix number_to_human(0) exception [#5532 state:resolved]Ben Sharpe2010-09-051-0/+1
|/
* Remove namespace for isolated namespaced models in formsPiotr Sarnacki2010-09-031-0/+17
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-0/+23
* Extended url_for to handle specifying which router should be used.Piotr Sarnacki2010-09-032-51/+41
* Removing unnecessary code from render_testThiago Pradi2010-09-021-2/+0
* Removing unnecessary codeThiago Pradi2010-09-021-7/+0
* Added :format option for form_for helper and spec for this [#5226 state:resol...Alex Chrome2010-09-011-2/+18
* Remove NonConcattingString.José Valim2010-08-291-2/+0
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-292-43/+10
* password_field renders with nil value by defaultSantiago Pastorino2010-08-281-1/+4
* Make InstanceTagMethods#value_before_type_cast raise if the model don't respo...Santiago Pastorino2010-08-271-0/+13
* Move encoding settings for testing purposes to abstract_unit fileSantiago Pastorino2010-08-211-8/+1
* Revert "It's snowing!"wycats2010-08-182-2/+2
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-1/+1
* select tags coerce the :selected option, options to strings before comparison...Subba Rao Pasupuleti2010-08-151-0/+62
* Making time_zone_options_for_select return a html_safe stringMikel Lindsaar2010-08-151-0/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-1416-104/+104
* It's snowing!Jeremy Kemper2010-08-122-2/+2
* Replace snowman with utf8=✓wycats2010-08-112-2/+2
* layout_for works again with objects as specified in the documentation and Rai...José Valim & Carlos Antonio da Silva2010-08-111-0/+5
* rename _snowman to _ewycats2010-08-092-2/+2