aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix label form helper to use I18n and html options, without the need of 'nil'...Carlos Antonio da Silva2010-08-011-2/+9
* Makes form_helper use overriden model accessorsSantiago Pastorino2010-08-011-0/+17
* link_to_function now expects a piece of javascript code for the onclick param...Rodrigo Dominguez2010-07-291-4/+5
* Removed deprecated APIs in text and number helpers [#5156 state:resolved]Łukasz Strzałkowski2010-07-261-27/+0
* Add assertion to link_to_function test with block and capture, and more expre...Carlos Antonio da Silva2010-07-251-5/+4
* Change returning with tapSantiago Pastorino2010-07-251-1/+1
* Fixed output_buffer encoding problem [#5179]Sebastian A. Espindola2010-07-251-0/+9
* These tests are trusting in the order of the elements so use OrderedHash inst...Santiago Pastorino2010-07-211-13/+9
* remote_function patch with more detailed testAndrew Kaspick2010-07-211-0/+6
* select :include_blank or :prompt should return escaped string [#5099 state:re...Ivan Torres2010-07-181-0/+23
* remove size attribute from tag generated by file_field helper [#5084 state:re...Miles Egan2010-07-131-0/+5
* Refactor recall parameter normalization [#5021 state:resolved]Andrew White2010-07-031-2/+27
* We are trying to test that & escapes here not that &amp; is being escaped, al...Santiago Pastorino2010-06-291-3/+2
* s/escape_once/html_escape/, since html safety is the contract that now says w...Xavier Noria2010-06-302-4/+4
* url_for no longer escapes HTML, the :escape option is also goneXavier Noria2010-06-301-16/+4