Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redraw default routes on all internal integration tests. We don't need ↵ | Joshua Peek | 2009-10-03 | 1 | -5/+0 |
| | | | | SimpleRouteCase anymore | ||||
* | Avoid creating new controller constants during test runtime. All routable ↵ | Joshua Peek | 2009-10-03 | 1 | -9/+18 |
| | | | | controllers should be defined beforehand. | ||||
* | Moved shared form helper models into fake_models | Joshua Peek | 2009-10-03 | 1 | -0/+96 |
| | |||||
* | Add custom "with_routing" to internal tests to fix reseting session after using | Joshua Peek | 2009-10-03 | 1 | -0/+1 |
| | | | | with_routing. This only affects our internal AP tests. | ||||
* | Define weblog controller for url helper test | Joshua Peek | 2009-09-13 | 1 | -0/+1 |
| | |||||
* | Add fake controllers for url rewriter tests | Joshua Peek | 2009-09-06 | 1 | -0/+5 |
| | |||||
* | Cleanup hacky routing with controller_path in url helper tests. This doesn't ↵ | Joshua Peek | 2009-09-06 | 1 | -1/+1 |
| | | | | work in real life anyway. | ||||
* | Fix isolated running of AddressesTest | Joshua Peek | 2009-09-06 | 1 | -0/+1 |
| | |||||
* | Fix isolated running of ActionPackAssertionTest | Joshua Peek | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | Track all AC base subclasses as possible controllers for internal testing | Joshua Peek | 2009-08-25 | 1 | -4/+5 |
| | |||||
* | 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 | ||||
* | Remove some defined?(Http) checks | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -0/+2 |
| | |||||
* | Move model naming into ActiveModel | Joshua Peek | 2009-06-17 | 1 | -0/+4 |
| | |||||
* | Move fake controllers and models to a common load path | Jeremy Kemper | 2009-05-22 | 2 | -0/+52 |