aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-6/+1
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+6
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-10/+2
* Autoload AS test caseJoshua Peek2010-01-041-1/+0
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-1/+1
* Don't require initializer.rb in core.rbCarl Lerche2009-12-281-1/+3
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-8/+7
* Bundle for railties tests tooJeremy Kemper2009-10-191-9/+9
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-5/+5
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-0/+1
* Rewrite FCGI handler testJoshua Peek2009-10-051-12/+0
* Try to load lib before trying to activate the gem for testingJoshua Peek2009-10-051-2/+6
* Fix railties testsJoshua Peek2009-09-251-0/+2
* More places to bump rack-test version [#3250 state:resolved]Mike Gunderloy2009-09-231-1/+1
* Railties test helpers need to activate rack gemJoshua Peek2009-09-011-1/+4
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-3/+0
* Crazy hacks to get the Isolation testing module to work on non forking enviro...Yehuda Katz + Carl Lerche2009-06-301-0/+2
* Starting to replace scattered path configuration settings with the path objectYehuda Katz + Carl Lerche2009-06-261-0/+1
* Fix test failure introduced by 6099f261ea7c624aa45b47be7573ed1cab7b6b71Jeremy Kemper2009-02-251-1/+2
* Test database middleware loading from the initializer.Manfred Stienstra2009-02-251-1/+2
* Properly skip fcgi tests if the gem is not installedJoshua Peek2009-02-161-0/+8
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-7/+5
* Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:commi...Manfred Stienstra2008-11-241-1/+2
* Require Mocha >= 0.9.3 which includes a MiniTest adapterJeremy Kemper2008-11-231-6/+3
* RailsFCGIHandler tests. Closes #9630.Jeremy Kemper2007-09-231-10/+7
* Dispatcher tests. References #9630.Jeremy Kemper2007-09-231-0/+10
* Dispatcher test requires abstract_unit. Cleanup abstract_unit.Jeremy Kemper2007-03-011-4/+1
* Dont run FCGIDispatcher tests if mocha is not availableDavid Heinemeier Hansson2006-09-151-2/+0
* Thoroughly test the FCGI dispatcher. Closes #5970.Jeremy Kemper2006-09-031-0/+22