aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ruby 1.9.2: work around Array allowing method_missing for to_aryJeremy Kemper2009-11-131-4/+3
|
* Test that Array.wrap works with proxy objects and structsJeremy Kemper2009-11-131-0/+20
|
* Split mime responder into smaller chunks and allow action to be configured.José Valim2009-11-132-18/+48
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Remove rackmount const usageJoshua Peek2009-11-122-3/+3
|
* Always bundle pg and mysql for AR testsJeremy Kemper2009-11-121-2/+2
|
* Rdoc for changes introduced in e2ed1a1ca, 36058f450.David Vrensk2009-11-122-0/+6
| | | | | | [#3451 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-1119-1144/+321
|
* Update AR logger subscriber for Notifications subscriber args changeJeremy Kemper2009-11-111-2/+2
|
* test-unit 2: filter_backtrace is privateJeremy Kemper2009-11-101-2/+2
|
* CI: yeah, run those testsJeremy Kemper2009-11-101-6/+6
|
* CI: short-circuit at first failing task. Chmod 755 bin, vendor, vendor/gemsJeremy Kemper2009-11-101-4/+3
|
* Rack: HTTPS is either 'on' or 'off' as of ↵Jeremy Kemper2009-11-101-1/+1
| | | | 9b7a0569e4067d0c23a00fc24273436e85c56d7f
* CI: list bundled gems in build environmentJeremy Kemper2009-11-101-0/+2
|
* Unify test:isolated across components and run by default at toplevelJeremy Kemper2009-11-106-33/+42
|
* CI: missed mysql gem in bundleJeremy Kemper2009-11-101-0/+1
|
* Back to rack master, rack-1.0 reverts the kind_of? String fixJeremy Kemper2009-11-101-1/+1
|
* Revert "Revert "Eliminate warning with layout is unset""Jeremy Kemper2009-11-101-1/+1
| | | | This reverts commit d8fd0499bfd6edc676ff3fbffc327656f6d5c320.
* test-unit 2 compat: assert_raise doesn't support regexp second arg to match ↵Jeremy Kemper2009-11-102-2/+2
| | | | exception message
* Revert "Eliminate warning with layout is unset"Jeremy Kemper2009-11-101-1/+1
| | | | This reverts commit 1fcf32f8fef8fb5a63a66edacf556a107d12c049.
* CI: rearrange build order, AR lastJeremy Kemper2009-11-101-20/+20
|
* CI: no system gems requiredJeremy Kemper2009-11-101-0/+2
|
* Bundle rack-1.0 branchJeremy Kemper2009-11-101-1/+1
|
* Eliminate warning with layout is unsetJeremy Kemper2009-11-101-1/+1
|
* CI: bundle test-unit on 1.9Jeremy Kemper2009-11-101-1/+8
|
* Revert "Eliminate warning with layout is unset"Jeremy Kemper2009-11-101-1/+1
| | | | This reverts commit 90be80361f26d717f9842170315dd8659f35429d.
* CI: return result of last rake taskJeremy Kemper2009-11-101-1/+3
|
* CI: shush complaints about 777 permsJeremy Kemper2009-11-101-1/+1
|
* Use an env var to expand the CI bundle. Using bundler's 'only' includes this ↵Jeremy Kemper2009-11-102-2/+2
| | | | stuff for everybody, oops.
* Ruby 1.9: don't bundle fcgi at all for CIJeremy Kemper2009-11-101-1/+1
|
* Make root_dir a method so rails can call itJeremy Kemper2009-11-101-7/+8
|
* Bump AR.gemspec Arel dep tooJeremy Kemper2009-11-101-1/+1
|
* Use bundled bin/rakeJeremy Kemper2009-11-101-11/+15
|
* Rely on bundler for gem deps instead of geminstallerJeremy Kemper2009-11-101-23/+1
|
* Get rack from rails/rack.git. Introduce ci-only deps.Jeremy Kemper2009-11-101-15/+21
|
* Bump CI mocha to 0.9.8 and rack to 1.0.1Jeremy Kemper2009-11-101-2/+2
|
* Be sure to invoke the super chain! And initialize response body.Jeremy Kemper2009-11-101-0/+2
|
* Eliminate warning by initializing nil formatsJeremy Kemper2009-11-101-0/+6
|
* Eliminate warning with layout is unsetJeremy Kemper2009-11-101-1/+1
|
* Bump arel dep to 0.2.preJeremy Kemper2009-11-101-1/+1
|
* Ruby 1.9: bump CI mysql from 2.7 -> 2.8.1Jeremy Kemper2009-11-101-2/+1
|
* Ruby 1.9: fix Relation respond_to? and method_missingJeremy Kemper2009-11-101-6/+4
|
* Resolve deadlock in pooled connections testJeremy Kemper2009-11-101-1/+1
|
* Fix generated performance test helper requiresJeremy Kemper2009-11-102-2/+2
|
* Enable warnings for mailer testsJoshua Peek2009-11-091-1/+1
|
* delete correct records for a has_many with :primary_key and :dependent => ↵Matt Jones2009-11-104-3/+17
| | | | | | :delete_all Signed-off-by: Michael Koziarski <michael@koziarski.com>
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-096-6/+17
|
* Remove preflight lib check during AP tests. Bundler resolves this issueJoshua Peek2009-11-091-6/+0
|
* Always add AS lib/ to path when running its test suiteJoshua Peek2009-11-091-4/+4
|
* Don't warn me if I'm not using bundler to run testsJoshua Peek2009-11-091-1/+0
|
* Remove automatic rubygems loading from AS test runnerJoshua Peek2009-11-091-9/+1
|