aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb
Commit message (Expand)AuthorAgeFilesLines
* rm -rf rails_generator/generatorsJosé Valim2009-07-021-8/+0
* Changed all generated tests to use the test/do declaration style [DHH]David Heinemeier Hansson2008-06-121-1/+1
* Generated tests rely on test dir in load path rather than File.dirname shenan...Jeremy Kemper2008-03-291-1/+1
* You dont need to explicitly declare which controller youre testing when you f...David Heinemeier Hansson2007-11-301-2/+0
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-10/+2
* Fixed functional test path problems #662David Heinemeier Hansson2005-02-181-1/+1
* Fixed generated functional test for nested controllers has wrong paths #635David Heinemeier Hansson2005-02-151-2/+2
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-1/+2
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-2/+1
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-1/+2
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-071-0/+17