aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Add fake controllers for url rewriter testsJoshua Peek2009-09-061-0/+5
|
* Cleanup hacky routing with controller_path in url helper tests. This doesn't ↵Joshua Peek2009-09-061-1/+1
| | | | work in real life anyway.
* Fix isolated running of AddressesTestJoshua Peek2009-09-061-0/+1
|
* Fix isolated running of ActionPackAssertionTestJoshua Peek2009-09-061-1/+1
|
* 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
|
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-4/+5
|
* 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".
* Ensure collections are not treated as nested resources.José Valim2009-08-131-4/+8
|
* Add destroyed? to ActiveRecord, include tests for polymorphic urls for ↵José Valim2009-08-071-0/+22
| | | | destroyed objects and refactor mime responds tests and documentation.
* AMo conversion helperJoshua Peek2009-07-211-2/+4
|
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-2/+2
| | | | | | - Define to_model on AR - Define to_model on ActiveModel::APICompliant - Update test fixtures to be API Compliant - Start using to_model in AP
* Passes in 1.9Yehuda Katz + Carl Lerche2009-06-231-3/+3
|
* Remove some defined?(Http) checksYehuda Katz + Carl Lerche2009-06-171-0/+2
|
* 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
|
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+4
|
* Move testing_sandbox to test/libJeremy Kemper2009-05-221-0/+15
|
* Move active_record_unit to shared load pathJeremy Kemper2009-05-221-0/+104
|
* Move fake controllers and models to a common load pathJeremy Kemper2009-05-222-0/+52
|
* 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