Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix the */* with Net::HTTP bug [#3100 state:resolved] | Yehuda Katz + Carl Lerche | 2009-09-01 | 1 | -3/+6 | |
| | ||||||
* | Track all AC base subclasses as possible controllers for internal testing | Joshua Peek | 2009-08-25 | 1 | -4/+5 | |
| | ||||||
* | Got tests to pass with some more changes. | Yehuda Katz | 2009-08-15 | 1 | -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é Valim | 2009-08-13 | 1 | -4/+8 | |
| | ||||||
* | Add destroyed? to ActiveRecord, include tests for polymorphic urls for ↵ | José Valim | 2009-08-07 | 1 | -0/+22 | |
| | | | | destroyed objects and refactor mime responds tests and documentation. | |||||
* | AMo conversion helper | Joshua Peek | 2009-07-21 | 1 | -2/+4 | |
| | ||||||
* | Define ActiveModel API Compliance | Yehuda Katz | 2009-07-20 | 1 | -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.9 | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -3/+3 | |
| | ||||||
* | Remove some defined?(Http) checks | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -0/+2 | |
| | ||||||
* | Rename ActionView::Template::Path ActionView::Resolver | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -38/+1 | |
| | ||||||
* | Fixing pending tests and fixed some formats / partial rendering semantics | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -1/+1 | |
| | ||||||
* | Move model naming into ActiveModel | Joshua Peek | 2009-06-17 | 1 | -0/+4 | |
| | ||||||
* | Move testing_sandbox to test/lib | Jeremy Kemper | 2009-05-22 | 1 | -0/+15 | |
| | ||||||
* | Move active_record_unit to shared load path | Jeremy Kemper | 2009-05-22 | 1 | -0/+104 | |
| | ||||||
* | Move fake controllers and models to a common load path | Jeremy Kemper | 2009-05-22 | 2 | -0/+52 | |
| | ||||||
* | Fixed new_base tests on ruby 1.9 | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -1/+1 | |
| | ||||||
* | OMG, a lot of work | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -23/+92 | |
| | ||||||
* | Checkpoint | Yehuda Katz and Carl Lerche | 2009-03-23 | 1 | -0/+35 | |