aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
Commit message (Expand)AuthorAgeFilesLines
* Made asset_tag_helper use config.perform_caching instead of ActionController:...Denis Odorcic2010-03-121-18/+18
* %= works for content_tag and does not require parenthesis on method callJosé Valim2010-03-121-2/+2
* Make all AP tests pass for Ruby 1.9.1.José Valim2010-03-121-3/+1
* Fix testJeremy Kemper2010-03-111-1/+1
* simplify alt tag generation for imagesEaden McKee2010-03-111-1/+4
* Add tests for lookup context.José Valim2010-03-111-0/+167
* Merge branch 'master' of github.com:rails/railswycats2010-03-102-7/+4
|\
| * Optimize and clean up how details key get expired.José Valim2010-03-102-7/+4
* | Make form helpers work with <%= wycats2010-03-095-112/+132
* | Deprecate block_called_from_erb? pending a solution for getting it into appsCarlhuda2010-03-093-21/+67
|/
* Get rid of the instance-level URL rewriterwycats2010-03-091-2/+0
* Reinstate default_url_options and remove url_options= writerJeremy Kemper2010-03-081-1/+1
* Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-082-4/+4
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-072-4/+4
* Adds disable option to date_helpers generated hidden fields when html_options...Santiago Pastorino2010-03-051-0/+55
* Solved a problem that prevented render :file => work in layoutsJose Fernandez2010-03-051-0/+5
* remove_method is privateCarlhuda2010-03-041-2/+2
* Move stuff from compatibility.rb to deprecated.rbCarlhuda2010-03-041-1/+0
* Safely cleans up a test to avoid relying on a particular test orderwycats2010-03-041-10/+23
* Fix a bunch of failing AP / AM specs created from the previous AbstractContro...Carl Lerche2010-03-041-27/+15
* Move the original config method onto AbstractControllerCarl Lerche2010-03-031-1/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-033-24/+8
* Fix tests for the request refactorCarl Lerche2010-03-031-18/+34
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-3/+0
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-20/+18
* Fix failing Action Pack testsCarlhuda2010-03-021-1/+1
* Fix some tests that relied on hardcoded Exception information (ht: evan)Yehuda Katz2010-03-021-2/+2
* Change AV formats so they can delegate to the controller. Now users (or plugi...Carlhuda2010-03-012-0/+2
* Silence test deprecation warningsCarlhuda2010-02-261-1/+1
* WIP: Remove the global routerCarlhuda2010-02-251-1/+1
* add time_separator for minutes only if minutes aren't hiddenSantiago Pastorino2010-02-251-0/+41
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-215-34/+28
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-3/+3
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-0/+3
* Revert "i18n translate with arrays issue solved"Yehuda Katz2010-02-191-5/+0
* i18n translate with arrays issue solvedSantiago Pastorino2010-02-191-0/+5
* i18n translate with arrays issue solvedSantiago Pastorino2010-02-181-0/+5
* Merge master.José Valim2010-02-171-1/+4
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+4
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-6/+6
|/
* content_tag should escape its inputBruno Michel2010-02-143-9/+11
* simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino]David Heinemeier Hansson2010-02-121-0/+12
* Fix pluralization for numbers formatted like '1.00'Gabriel Mansour2010-02-071-0/+2
* Fix nested attributes with specified collection.José Valim2010-02-071-0/+22
* Configuration values should be on AV::Base.José Valim2010-02-021-3/+3
* Modify the behavior of `radio_button_tag` to use `sanitize_to_id` for consist...Prem Sichanugrist2010-02-021-0/+4
* Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S...Santiago Pastorino2010-01-311-41/+0
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-315-7/+7
* data-remote needs to be on the form and not the submit when using button_to :...Erik St. Martin2010-01-311-0/+7