aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
* Made asset_tag_helper use config.perform_caching instead of ActionController:...Denis Odorcic2010-03-121-18/+18
* Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-121-104/+52
* %= 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-123-9/+8
* 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-113-1/+170
* Merge branch 'master' of github.com:rails/railswycats2010-03-103-10/+9
|\
| * Merge branch 'master' of gitproxy:rails/railsJosé Valim2010-03-103-8/+8
| |\
| * | Optimize and clean up how details key get expired.José Valim2010-03-102-7/+4
| * | Merge branch 'master' of gitproxy:rails/railsJosé Valim2010-03-094-32/+24
| |\ \
| * | | Clean up the API required from ActionView::Template.José Valim2010-03-091-3/+5
* | | | 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
| |_|/ |/| |
* | | skip_relative_url_root url_for option is deadJoshua Peek2010-03-091-1/+1
* | | Allow default_url_options to be set on route setJoshua Peek2010-03-091-0/+4
* | | RouteSet#rewrite => url_forJoshua Peek2010-03-092-3/+3
* | | Move AC::UrlRewriter onto route setJoshua Peek2010-03-092-7/+3
| |/ |/|
* | Reinstate dom_id in controllers.Justin Ko2010-03-091-0/+8
* | Get rid of the instance-level URL rewriterwycats2010-03-093-32/+16
|/
* Reinstate default_url_options and remove url_options= writerJeremy Kemper2010-03-082-24/+20
* Clean LookupContext API.José Valim2010-03-081-3/+3
* Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount ...Carlhuda2010-03-081-0/+36
* Merge master.José Valim2010-03-082-1/+10
|\
| * Make sure nested singular resources get the correct nameJan De Poorter2010-03-071-0/+10
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+0
* | Move details to lookup_context and make resolvers use the cache key.José Valim2010-03-081-41/+1
* | Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-082-4/+4
* | More refactoring on the views side of rendering.José Valim2010-03-082-51/+84
* | Finally moved the find template logic to the views.José Valim2010-03-081-2/+2
* | Move layout lookup to views.José Valim2010-03-081-1/+1
* | Added template lookup responsible to hold all information used in template lo...José Valim2010-03-073-61/+4
* | First take on ViewPaths clean up.José Valim2010-03-071-2/+2
|/
* 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-052-0/+7
* Remove the ability to set the mountpoint when initializing a route set.Carl Lerche2010-03-041-24/+4
* Tweak out url_for uses :script_name and add some testsCarl Lerche2010-03-041-0/+58
* Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...Carlhuda2010-03-041-2/+2
* Refactor cache_store to use ActionController configCarlhuda2010-03-042-9/+15
* remove_method is privateCarlhuda2010-03-041-2/+2
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-042-4/+4
* Move stuff from compatibility.rb to deprecated.rbCarlhuda2010-03-041-1/+0
* Clarify cookie jar testJeremy Kemper2010-03-041-6/+1
* Safely cleans up a test to avoid relying on a particular test orderwycats2010-03-041-10/+23
* Fixes test ordering bug (ht: evan)wycats2010-03-041-0/+3
* Fix a bunch of failing AP / AM specs created from the previous AbstractContro...Carl Lerche2010-03-041-27/+15
* Merge branch 'configuration_refactor'Carl Lerche2010-03-0312-224/+129
|\
| * Move the original config method onto AbstractControllerCarl Lerche2010-03-032-2/+2
| * Start refactoring the method of configuring ActionViewCarlhuda2010-03-034-24/+23
| * Deprecate IP spoofing settings that are directly on the controller in favor o...Carlhuda2010-03-031-2/+0