aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Make sure non-escaped urls aren't considered safeMichael Koziarski2009-10-151-0/+5
* ActionView.url_for doesn't escape by defaultPhil Darnowsky2009-10-151-3/+13
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-143-0/+16
* Fix failing safe buffer test. We don't patch CGI.escapeHTML, only ERB:Util.Joshua Peek2009-10-101-1/+1
* Move safe buffer into test/templateJoshua Peek2009-10-101-0/+41
* API change: content_tag_for outputs prefixed class nameJoshua Peek2009-10-081-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-089-5/+60
* Use with_routing helper in tests instead of modifying global route setJoshua Peek2009-10-031-14/+23
* Moved shared form helper models into fake_modelsJoshua Peek2009-10-032-99/+2
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-039-0/+1230
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-282-7/+7
* Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 d...John Trupiano2009-09-282-21/+37
* Enhancing distance_of_time_in_words to prefix year output with over and about...Jay Pignata2009-09-281-7/+8
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Move helpers specific to functional tests out of TestProcess into AC::TestCaseJoshua Peek2009-09-231-11/+3
* Ensure changes to I18n locale get reset during testsJoshua Peek2009-09-191-9/+5
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Define weblog controller for url helper testJoshua Peek2009-09-131-0/+1
* Allow fields_for on a nested_attributes association to accept an explicit col...Andrew France2009-09-121-0/+36
* Cleanup hacky routing with controller_path in url helper tests. This doesn't ...Joshua Peek2009-09-061-62/+56
* Don't raise exceptions for missing javascript_include_tag or stylesheet_link_...Sam Pohlenz2009-09-031-4/+58
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-0/+3
* I18n: use I18n for select helpers' prompt textAkira Matsuda2009-08-261-0/+27
* Revert "I18n: use I18n for select helpers' prompt text"Jeremy Kemper2009-08-261-22/+0
* I18n: use I18n for select helpers' prompt textAkira Matsuda2009-08-261-0/+22
* Got tests to pass with some more changes.Yehuda Katz2009-08-153-0/+10
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-151-1/+1
* Clean up ActionView some:Yehuda Katz2009-08-151-11/+23
* Introduce grouped_collection_select helper.codeape2009-08-091-0/+34
* Make sure link_to generates the form with the specified :href if any [#2254 s...Max Lapshin2009-08-101-0/+8
* Fixed to_label_tag to accept id attribute without changing for attribute [#26...Matt Duncan2009-08-091-0/+16
* Fix that RedCloth shouldn't be required to run testsJeremy Kemper2009-08-091-12/+18
* Support passing Redcloth options via textilize helper [#2973 state:resolved]rizwanreza2009-08-091-0/+17
* Use response_body rather than performed?Yehuda Katz2009-08-091-1/+1
* Don't call additional methods on builders passed to the atom_feed helper.Michael Koziarski2009-08-091-0/+29
* Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza...rizwanreza2009-08-081-0/+13
* Allow radio buttons to work with booleans.José Valim2009-08-081-0/+10
* Add :include_blank option for select_tag [#1987 status:resolved]rizwanreza2009-08-081-0/+12
* Fix number_to_precision rounding error [#2071 state:resolved]wmoxam2009-08-081-0/+1
* Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or...Matthew Rudy Jacobs2009-08-051-2/+6
* Fix tag helpers so that all HTML element boolean attributes render according ...Marc Love2009-07-301-4/+4
* Add support for error_messages_for(@obj)Yehuda Katz2009-07-282-2/+15
* AMo conversion helperJoshua Peek2009-07-217-17/+33
* Rename ActiveRecordHelper to ActiveModelHelperYehuda Katz2009-07-202-2/+2
* Finish convert_to_object updatesYehuda Katz2009-07-201-0/+6
* Update some tests and add a to_model to form helpersYehuda Katz2009-07-203-6/+7
* Define ActiveModel API ComplianceYehuda Katz2009-07-206-18/+23
* Move default_form_builder to ActionView so it'll work in environments not usi...Yehuda Katz2009-07-191-3/+3
* Separate ActionView::Context so something else can easily be made into an AV ...Yehuda Katz2009-07-191-1/+1
* Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML ...Emilio Tagua2009-07-071-4/+36