| Commit message (Expand) | Author | Age | Files | Lines |
* | Setting fixtures automatically for integration tests is a bit harder -- will ... | David Heinemeier Hansson | 2007-02-25 | 1 | -0/+3 |
* | Added fixtures :all to test_helper.rb to assume that most people just want al... | David Heinemeier Hansson | 2007-02-25 | 1 | -1/+6 |
* | Make it a default assumption that you want all helpers, all the time (yeah, y... | David Heinemeier Hansson | 2007-02-24 | 1 | -0/+1 |
* | Session configuration in config/environment.rb instead of app/controllers/app... | Jeremy Kemper | 2007-02-22 | 1 | -5/+0 |
* | Missed commit for [6184]. Generate a random secret for new app's cookie sessi... | Jeremy Kemper | 2007-02-21 | 1 | -2/+5 |
* | Disabling sessions is not a common day event | David Heinemeier Hansson | 2006-05-21 | 1 | -4/+1 |
* | The app generator sets a session key in application.rb so apps running on the... | Jeremy Kemper | 2006-05-07 | 1 | -2/+8 |
* | Beef up test fixtures documentation for test/test_helper.rb | Jeremy Kemper | 2005-10-29 | 1 | -4/+19 |
* | Backed out of setting testing settings through initializer as that would brea... | David Heinemeier Hansson | 2005-10-15 | 1 | -0/+6 |
* | Cleaned up test_helper | David Heinemeier Hansson | 2005-10-15 | 1 | -20/+1 |
* | Cleaned up some docs | David Heinemeier Hansson | 2005-10-15 | 2 | -3/+3 |
* | Made it even easier to turn on transactional fixtures | David Heinemeier Hansson | 2005-07-04 | 1 | -6/+6 |
* | Made it even easier to turn on transactional fixtures | David Heinemeier Hansson | 2005-07-04 | 1 | -0/+8 |
* | Fixed the test_helper.rb to be safe for requiring controllers from multiple s... | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+4 |
* | Added web_service generator (run ./script/generate web_service for help) #776... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+2 |
* | Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da... | David Heinemeier Hansson | 2005-01-11 | 1 | -1/+1 |
* | Renamed AbstractApplicationController and abstract_application.rb to Applicat... | David Heinemeier Hansson | 2004-12-15 | 2 | -3/+2 |
* | Cut dependency on dev-utils by using included breakpoint lib | David Heinemeier Hansson | 2004-12-13 | 1 | -4/+1 |
* | AbstractApplicationController and the individual controllers are now complete... | David Heinemeier Hansson | 2004-11-30 | 1 | -0/+1 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 3 | -0/+24 |