| Commit message (Expand) | Author | Age | Files | Lines |
* | Say it briefly | David Heinemeier Hansson | 2008-11-30 | 1 | -6/+2 |
* | Update the generated controller to not include the deprecated :secret option ... | Michael Koziarski | 2008-11-23 | 1 | -2/+1 |
* | Use ActiveSupport::TestCase in generated test/test_helper.rb | Jeremy Kemper | 2008-11-17 | 1 | -1/+1 |
* | BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a... | David Heinemeier Hansson | 2008-11-17 | 1 | -0/+0 |
* | Don't create test/performance/test_helper.rb. Just require the needed files f... | Pratik Naik | 2008-10-17 | 2 | -3/+2 |
* | Move performance test helper settings to railties | Pratik Naik | 2008-07-15 | 1 | -6/+1 |
* | Cache template loading for performance tests | Jeremy Kemper | 2008-07-14 | 1 | -0/+1 |
* | Use test/performance/test_helper to do test setup then boost log level and tu... | Jeremy Kemper | 2008-06-15 | 2 | -4/+7 |
* | Performance: integration test benchmarking and profiling. [Jeremy Kemper] | Jeremy Kemper | 2008-06-14 | 1 | -0/+11 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -0/+5 |
* | Add warning to documentation about using transactional fixtures when the code... | Marcel Molina | 2007-12-05 | 1 | -0/+4 |
* | Remove warning about fixture loading order from test_helper since we disable ... | Jeremy Kemper | 2007-11-14 | 1 | -2/+0 |
* | Excise generated whitespace. Closes #10017 [Tim Pope] | Jeremy Kemper | 2007-10-29 | 1 | -1/+1 |
* | Fix typo in test_helper. Closes #9925 [viktor tron] | Marcel Molina | 2007-10-26 | 1 | -2/+2 |
* | A set secret causes trouble with the cookie store | David Heinemeier Hansson | 2007-10-01 | 1 | -2/+2 |
* | Better error messages if you leave out the :secret option for request forgery... | Rick Olson | 2007-09-28 | 1 | -1/+4 |
* | Give a pointer on where to look for more | David Heinemeier Hansson | 2007-09-24 | 1 | -2/+2 |
* | protect new rails apps from csrf by default. | Rick Olson | 2007-09-24 | 1 | -0/+1 |
* | 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 |