aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* 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 & 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
* Rename _snowman_ to _snowman to be in sync with _method and _csrf_token.José Valim2010-06-292-2/+2
* Restores the escaping of urls generated from hashes. [#4765 state:resolved]Andrew White2010-06-281-8/+4
* Strip_tags never ending attribute should not raise a TypeError [#4870 state:r...Bruno Michel2010-06-281-0/+4
* Fix several known web encoding issues:wycats2010-06-274-194/+253
* Normalize recall params when the route is not a standard route otherwise :con...Andrew White2010-06-271-0/+22
* Change reference to Test::Unit::AssertionFailedError to the generic ActiveSup...David Trasbo2010-06-261-1/+1
* Do not wrap hidden fields with error proc [#4962 state:resolved]Carlos Antonio da Silva2010-06-251-0/+7
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+5
* Expose view via the view() method in AV::TestCase::BehaviorDavid Chelimsky2010-06-231-12/+16
* In ActionView::TestCase::Behavior, assign variables right beforeDavid Chelimsky2010-06-231-0/+9
* make text_field and hidden_field omit the value attribute if the developer ex...Jeff Dean2010-06-231-0/+10
* Tidy up asset tag a bit and make railties tests green again.José Valim2010-06-231-2/+2
* refactored the javascript asset tag helpers and moved the default scripts set...Josh Kalderimis2010-06-231-15/+7
* test for #4862Neeraj Singh2010-06-221-0/+5
* Add support for specifying locals in view tests with assert template [#4927 s...David Chelimsky2010-06-221-2/+16
* Fixed date_select date_separator when discard_month and/or discard_day are tr...Thibaud Guillaume-Gentil2010-06-201-0/+27
* Adding missing test to autolink with other protocols (file) [#4886 state:reso...Carlos Antonio da Silva2010-06-201-0/+1
* Support render_template in view tests. Useful for specifying whichDavid Chelimsky2010-06-201-0/+8
* option_groups_from_collection_for_select should return HTML-safe string [#487...Wincent Colaiuta2010-06-191-18/+12
* form_for without :html and with :remote should not errorDavid Genord II2010-06-181-0/+20
* Make text_helpers methods which return valid html to return it as safe and sa...Santiago Pastorino2010-06-171-40/+28
* excerpt shoudn't return safe output test addedSantiago Pastorino2010-06-171-0/+4
* truncate() should not try to produce HTML-safe outputWincent Colaiuta2010-06-171-14/+4
* render(:inline) in a layout before yield replaces original contentNeeraj Singh2010-06-131-0/+6
* Change sanitize to escape in test names of text_helper_test [#4844 state:reso...rohit2010-06-121-9/+9