Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | CI: missed mysql gem in bundle | Jeremy Kemper | 2009-11-10 | 1 | -0/+1 | |
| | | ||||||
| * | Back to rack master, rack-1.0 reverts the kind_of? String fix | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "Revert "Eliminate warning with layout is unset"" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit d8fd0499bfd6edc676ff3fbffc327656f6d5c320. | |||||
| * | test-unit 2 compat: assert_raise doesn't support regexp second arg to match ↵ | Jeremy Kemper | 2009-11-10 | 2 | -2/+2 | |
| | | | | | | | | exception message | |||||
| * | Revert "Eliminate warning with layout is unset" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 1fcf32f8fef8fb5a63a66edacf556a107d12c049. | |||||
| * | CI: rearrange build order, AR last | Jeremy Kemper | 2009-11-10 | 1 | -20/+20 | |
| | | ||||||
| * | CI: no system gems required | Jeremy Kemper | 2009-11-10 | 1 | -0/+2 | |
| | | ||||||
| * | Bundle rack-1.0 branch | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Eliminate warning with layout is unset | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | CI: bundle test-unit on 1.9 | Jeremy Kemper | 2009-11-10 | 1 | -1/+8 | |
| | | ||||||
| * | Revert "Eliminate warning with layout is unset" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 90be80361f26d717f9842170315dd8659f35429d. | |||||
| * | CI: return result of last rake task | Jeremy Kemper | 2009-11-10 | 1 | -1/+3 | |
| | | ||||||
| * | CI: shush complaints about 777 perms | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Use an env var to expand the CI bundle. Using bundler's 'only' includes this ↵ | Jeremy Kemper | 2009-11-10 | 2 | -2/+2 | |
| | | | | | | | | stuff for everybody, oops. | |||||
| * | Ruby 1.9: don't bundle fcgi at all for CI | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Make root_dir a method so rails can call it | Jeremy Kemper | 2009-11-10 | 1 | -7/+8 | |
| | | ||||||
| * | Bump AR.gemspec Arel dep too | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Use bundled bin/rake | Jeremy Kemper | 2009-11-10 | 1 | -11/+15 | |
| | | ||||||
| * | Rely on bundler for gem deps instead of geminstaller | Jeremy Kemper | 2009-11-10 | 1 | -23/+1 | |
| | | ||||||
| * | Get rack from rails/rack.git. Introduce ci-only deps. | Jeremy Kemper | 2009-11-10 | 1 | -15/+21 | |
| | | ||||||
| * | Bump CI mocha to 0.9.8 and rack to 1.0.1 | Jeremy Kemper | 2009-11-10 | 1 | -2/+2 | |
| | | ||||||
| * | Be sure to invoke the super chain! And initialize response body. | Jeremy Kemper | 2009-11-10 | 1 | -0/+2 | |
| | | ||||||
| * | Eliminate warning by initializing nil formats | Jeremy Kemper | 2009-11-10 | 1 | -0/+6 | |
| | | ||||||
| * | Eliminate warning with layout is unset | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Bump arel dep to 0.2.pre | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Ruby 1.9: bump CI mysql from 2.7 -> 2.8.1 | Jeremy Kemper | 2009-11-10 | 1 | -2/+1 | |
| | | ||||||
| * | Ruby 1.9: fix Relation respond_to? and method_missing | Jeremy Kemper | 2009-11-10 | 1 | -6/+4 | |
| | | ||||||
| * | Resolve deadlock in pooled connections test | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fix generated performance test helper requires | Jeremy Kemper | 2009-11-10 | 2 | -2/+2 | |
| | | ||||||
| * | Enable warnings for mailer tests | Joshua Peek | 2009-11-09 | 1 | -1/+1 | |
| | | ||||||
| * | delete correct records for a has_many with :primary_key and :dependent => ↵ | Matt Jones | 2009-11-10 | 4 | -3/+17 | |
| | | | | | | | | | | | | :delete_all Signed-off-by: Michael Koziarski <michael@koziarski.com> | |||||
| * | Avoid adding component lib/ to load path multiple times | Joshua Peek | 2009-11-09 | 6 | -6/+17 | |
| | | ||||||
| * | Remove preflight lib check during AP tests. Bundler resolves this issue | Joshua Peek | 2009-11-09 | 1 | -6/+0 | |
| | | ||||||
| * | Always add AS lib/ to path when running its test suite | Joshua Peek | 2009-11-09 | 1 | -4/+4 | |
| | | ||||||
| * | Don't warn me if I'm not using bundler to run tests | Joshua Peek | 2009-11-09 | 1 | -1/+0 | |
| | | ||||||
| * | Remove automatic rubygems loading from AS test runner | Joshua Peek | 2009-11-09 | 1 | -9/+1 | |
| | | ||||||
| * | Fix railties isolated tests if bundler environment doesn't exist | Joshua Peek | 2009-11-09 | 1 | -2/+6 | |
| | | ||||||
| * | Don't load all of railties just for Rails::Version | Joshua Peek | 2009-11-09 | 1 | -7/+3 | |
| | | ||||||
| * | Add pending test for generating routes with optional params that recall last | Joshua Peek | 2009-11-09 | 1 | -0/+36 | |
| | | | | | | | | request | |||||
| * | Contortions to work around brittle naming dependency | Jeremy Kemper | 2009-11-09 | 2 | -33/+30 | |
| | | ||||||
| * | Add pending test for route generation with default param | Joshua Peek | 2009-11-09 | 1 | -0/+16 | |
| | | ||||||
| * | Fixed AD assertion autoloads [#3470 state:resolved] | Joshua Peek | 2009-11-09 | 1 | -3/+16 | |
| | | ||||||
| * | Revert "the REXML security fix is not needed for Ruby >= 1.8.7" | Jeremy Kemper | 2009-11-09 | 2 | -0/+45 | |
| | | | | | | | | | | | | Still required on older 1.8.7 patchlevels. This reverts commit a48f49e56bf53e0a2386da898576ef12d5258358. | |||||
| * | Clarify failed assertion | Jeremy Kemper | 2009-11-09 | 1 | -1/+1 | |
| | | ||||||
| * | Ditto | Jeremy Kemper | 2009-11-09 | 1 | -0/+1 | |
| | | ||||||
| * | Fix missing dependency | Jeremy Kemper | 2009-11-09 | 1 | -0/+1 | |
| | | ||||||
| * | Remark when bundled env require fails | Jeremy Kemper | 2009-11-09 | 1 | -0/+1 | |
| | | ||||||
| * | Ruby 1.9.2: work around inherited hook being called before yielding to block | Jeremy Kemper | 2009-11-09 | 1 | -7/+5 | |
| | | ||||||
| * | Merge commit 'fxn/master' | Jeremy Kemper | 2009-11-09 | 31 | -242/+7 | |
| |\ | ||||||
| | * | the REXML security fix is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 2 | -45/+0 | |
| | | |