aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib/controller/fake_controllers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Removing old Controller testThiago Pradi2012-02-121-1/+0
|
* Cleaning Route generation testsThiago Pradi2012-02-121-28/+2
|
* Make recognize try to constantize controller to see if it existsJoshua Peek2009-12-011-1/+12
|
* Donate tests I wrote for rackmount rails integrationJoshua Peek2009-10-201-1/+4
|
* Add define another "stuff" controller to support routing testsJoshua Peek2009-10-101-0/+1
|
* Add define a "stuff" controller in fixtures to support routing testsJoshua Peek2009-10-101-0/+1
|
* Redraw default routes on all internal integration tests. We don't need ↵Joshua Peek2009-10-031-5/+0
| | | | SimpleRouteCase anymore
* Avoid creating new controller constants during test runtime. All routable ↵Joshua Peek2009-10-031-9/+18
| | | | controllers should be defined beforehand.
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-0/+1
| | | | with_routing. This only affects our internal AP tests.
* Define weblog controller for url helper testJoshua Peek2009-09-131-0/+1
|
* 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
|
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-4/+5
|
* Move fake controllers and models to a common load pathJeremy Kemper2009-05-221-0/+33