aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-1/+0
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-30/+1
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-4/+5
* Fix task definesJeremy Kemper2010-02-041-1/+1
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-0/+6
* Hush AP test suiteJoshua Peek2009-12-141-2/+0
* We won't be publishing tars and zips anymoreJoshua Peek2009-10-161-7/+5
* Kill rake bundleJeremy Kemper2009-10-151-10/+0
* Move improved isolated test runner to APJoshua Peek2009-10-031-6/+5
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-031-1/+1
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-1/+1
* Make gemspecs the authoritative source instead of generating them from the Ra...Joshua Peek2009-09-251-38/+2
* Bump rack-test required version to 0.5Joshua Peek2009-09-221-1/+1
* All tests should be ran under isolated_test tooJoshua Peek2009-09-191-5/+5
* Merge "test_new_base" runner into standard "test_action_pack"Joshua Peek2009-09-191-9/+2
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-191-1/+1
* Merge abstract_controller/test_helper and new_base/test_helper since they are...Joshua Peek2009-09-131-27/+4
* Don't force test suite to use bundlerJoshua Peek2009-09-131-1/+1
* Get ActionPack's test running on bundled gems. This should make running tests...Yehuda Katz2009-09-121-1/+11
* Add required dependencies on activemodelCarl Lerche2009-09-011-0/+1
* Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-311-0/+6
* Restore rack gem dependencyJoshua Peek2009-08-311-1/+2
* Switch over to rack-test gemJoshua Peek2009-08-311-0/+1
* Bump up the version to 3.0.preCarl Lerche2009-06-301-1/+1
* Keep ActionMailer using the old layouts code until it gets refactored.Yehuda Katz + Carl Lerche2009-06-151-1/+1
* Adding "test" to the lib directory when running action pack tests on new baseYehuda Katz + Carl Lerche2009-06-101-1/+3
* Remove duplicateYehuda Katz + Carl Lerche2009-06-081-7/+0
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-0/+8
* Get all template tests passing on new baseCarl Lerche2009-05-261-2/+1
* Got all the dispatch tests running on new baseCarl Lerche2009-05-261-4/+4
* Add controller/integration_test.rb to the new base test runnerCarl Lerche2009-05-261-2/+1
* Get controller/test_test.rb to pass on new baseCarl Lerche2009-05-261-2/+1
* Get controller/view_paths_test.rb to pass on new baseCarl Lerche2009-05-261-2/+2
* Move html-scanner tests one dir upPratik Naik2009-05-231-1/+1
* Got controller/render_js_test.rb to pass on new baseYehuda Katz + Carl Lerche2009-05-221-4/+3
* Add missing selector_test to the listPratik Naik2009-05-231-4/+2
* Port cookies to new baseJeremy Kemper2009-05-221-2/+1
* Added render_other_test.rb to the new base test runnerYehuda Katz + Carl Lerche2009-05-221-4/+14
* Add some more tests to the test_new_base_on_old_tests taskPratik Naik2009-05-231-1/+1
* Make logging_test pass with the new basePratik Naik2009-05-231-1/+1
* Verbose test_new_base_on_old_testsJeremy Kemper2009-05-221-0/+1
* Move fake controllers and models to a common load pathJeremy Kemper2009-05-221-6/+6
* Set ENV['NEW'] to run any test task with the new Base.Jeremy Kemper2009-05-221-6/+6
* Get controller/layout_test.rb running on new base except for ActionController...Yehuda Katz + Carl Lerche2009-05-221-6/+7
* Add all the existing helpers related features to the new basePratik Naik2009-05-231-1/+1
* Move FilterParameterLogging to a stand alone module and make it work on new basePratik Naik2009-05-221-1/+1
* Add assert_select tests to the new basePratik Naik2009-05-221-1/+1
* Make assertion tests pass with the new basePratik Naik2009-05-221-0/+1
* Add HTTP Authentication to the new basePratik Naik2009-05-221-0/+1
* Added the :xml render optionYehuda Katz + Carl Lerche2009-05-211-1/+1