aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib/fixture_template.rb
Commit message (Collapse)AuthorAgeFilesLines
* move FixtureResolver to a file that is accessible outside Rails' own testsDavid Chelimsky2010-05-021-29/+0
| | | | | | [#4522 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Improve performance of the rendering stack by freezing formats as a sign ↵José Valim2010-03-191-2/+2
| | | | that they shouldn't be further modified.
* Sending the partial as info is no longer required.José Valim2010-03-181-2/+2
|
* Move more normalization up to the lookup context, so it does not have to ↵José Valim2010-03-161-1/+1
| | | | repeat in every resolver.
* Make all AP tests pass for Ruby 1.9.1.José Valim2010-03-121-2/+3
|
* Add tests for lookup context.José Valim2010-03-111-0/+2
|
* Clean up the API required from ActionView::Template.José Valim2010-03-091-3/+5
|
* First take on ViewPaths clean up.José Valim2010-03-071-2/+2
|
* Remove a useless method in the fixture template classYehuda Katz + Carl Lerche2009-09-031-4/+0
|
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-54/+12
|
* Fix the */* with Net::HTTP bug [#3100 state:resolved]Yehuda Katz + Carl Lerche2009-09-011-3/+6
|
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-10/+10
| | | | | | | | | | | | | | | | * request.formats is much simpler now * For XHRs or Accept headers with a single item, we use the Accept header * For other requests, we use params[:format] or fallback to HTML * This is primarily to work around the fact that browsers provide completely broken Accept headers, so we have to whitelist the few cases we can specifically isolate and treat other requests as coming from the browser * For APIs, we can support single-item Accept headers, which disambiguates from the browsers * Requests to an action that only has an XML template from the browser will no longer find the template. This worked previously because most browsers provide a catch-all */*, but this was mostly accidental behavior. If you want to serve XML, either use the :xml format in links, or explicitly specify the XML template: render "template.xml".
* Passes in 1.9Yehuda Katz + Carl Lerche2009-06-231-3/+3
|
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-38/+1
|
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-1/+1
|
* Fixed new_base tests on ruby 1.9Yehuda Katz + Carl Lerche2009-05-201-1/+1
|
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-23/+92
|
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+35