Commit Graph

11524 Commits

Author SHA1 Message Date
Jeremy Kemper
f14eb686ef CI: bundle test-unit on 1.9 2009-11-10 15:46:32 -08:00
Jeremy Kemper
6480850d37 Revert "Eliminate warning with layout is unset"
This reverts commit 90be80361f26d717f9842170315dd8659f35429d.
2009-11-10 15:43:37 -08:00
Jeremy Kemper
e889f315c8 CI: return result of last rake task 2009-11-10 15:40:54 -08:00
Jeremy Kemper
907858c1fe CI: shush complaints about 777 perms 2009-11-10 15:32:09 -08:00
Jeremy Kemper
aef7e214bd Use an env var to expand the CI bundle. Using bundler's 'only' includes this stuff for everybody, oops. 2009-11-10 15:28:25 -08:00
Jeremy Kemper
a7dc7cd0c4 Ruby 1.9: don't bundle fcgi at all for CI 2009-11-10 15:24:37 -08:00
Jeremy Kemper
ec2b2654e5 Make root_dir a method so rails can call it 2009-11-10 15:18:21 -08:00
Jeremy Kemper
a4aa95ba0c Bump AR.gemspec Arel dep too 2009-11-10 15:13:38 -08:00
Jeremy Kemper
74306b9526 Use bundled bin/rake 2009-11-10 14:59:59 -08:00
Jeremy Kemper
0247262833 Rely on bundler for gem deps instead of geminstaller 2009-11-10 14:59:46 -08:00
Jeremy Kemper
a584b4c13d Get rack from rails/rack.git. Introduce ci-only deps. 2009-11-10 14:59:22 -08:00
Jeremy Kemper
457940e684 Bump CI mocha to 0.9.8 and rack to 1.0.1 2009-11-10 14:17:40 -08:00
Jeremy Kemper
d887e46c29 Be sure to invoke the super chain! And initialize response body. 2009-11-10 14:14:17 -08:00
Jeremy Kemper
be664392c0 Eliminate warning by initializing nil formats 2009-11-10 14:13:54 -08:00
Jeremy Kemper
90be80361f Eliminate warning with layout is unset 2009-11-10 14:13:21 -08:00
Jeremy Kemper
3bdfda0730 Bump arel dep to 0.2.pre 2009-11-10 13:52:25 -08:00
Jeremy Kemper
1874a88765 Ruby 1.9: bump CI mysql from 2.7 -> 2.8.1 2009-11-10 11:57:56 -08:00
Jeremy Kemper
5fa497abf5 Ruby 1.9: fix Relation respond_to? and method_missing 2009-11-10 11:00:50 -08:00
Jeremy Kemper
77478f21af Resolve deadlock in pooled connections test 2009-11-10 11:00:29 -08:00
Jeremy Kemper
7ad6e9bc78 Fix generated performance test helper requires 2009-11-10 01:52:40 -08:00
Joshua Peek
38e8d5b10c Enable warnings for mailer tests 2009-11-09 23:42:46 -06:00
Matt Jones
d625312fe1 delete correct records for a has_many with :primary_key and :dependent => :delete_all
Signed-off-by: Michael Koziarski <michael@koziarski.com>
2009-11-10 18:41:37 +13:00
Joshua Peek
11e798ae0f Avoid adding component lib/ to load path multiple times 2009-11-09 23:28:36 -06:00
Joshua Peek
23229d5ad4 Remove preflight lib check during AP tests. Bundler resolves this issue 2009-11-09 22:59:30 -06:00
Joshua Peek
22b581e04c Always add AS lib/ to path when running its test suite 2009-11-09 22:56:49 -06:00
Joshua Peek
a31ecff554 Don't warn me if I'm not using bundler to run tests 2009-11-09 22:51:48 -06:00
Joshua Peek
94058c689a Remove automatic rubygems loading from AS test runner 2009-11-09 22:44:28 -06:00
Joshua Peek
335c0e62cd Fix railties isolated tests if bundler environment doesn't exist 2009-11-09 22:36:30 -06:00
Joshua Peek
f03bcf2495 Don't load all of railties just for Rails::Version 2009-11-09 22:30:26 -06:00
Joshua Peek
e9d21ca903 Add pending test for generating routes with optional params that recall last
request
2009-11-09 22:18:51 -06:00
Jeremy Kemper
3ce6a10b67 Contortions to work around brittle naming dependency 2009-11-09 20:10:10 -08:00
Joshua Peek
763489ce06 Add pending test for route generation with default param 2009-11-09 21:54:50 -06:00
Joshua Peek
1004fcb767 Fixed AD assertion autoloads [#3470 state:resolved] 2009-11-09 21:38:01 -06:00
Jeremy Kemper
08f7c4dd89 Revert "the REXML security fix is not needed for Ruby >= 1.8.7"
Still required on older 1.8.7 patchlevels.

This reverts commit a48f49e56bf53e0a2386da898576ef12d5258358.
2009-11-09 19:30:02 -08:00
Jeremy Kemper
703d31c20a Clarify failed assertion 2009-11-09 17:01:57 -08:00
Jeremy Kemper
feaa762e40 Ditto 2009-11-09 16:59:38 -08:00
Jeremy Kemper
eeac054d59 Fix missing dependency 2009-11-09 16:57:10 -08:00
Jeremy Kemper
0ac88af998 Remark when bundled env require fails 2009-11-09 16:10:37 -08:00
Jeremy Kemper
a66449d852 Ruby 1.9.2: work around inherited hook being called before yielding to block 2009-11-09 14:36:49 -08:00
Jeremy Kemper
7a68554291 Merge commit 'fxn/master' 2009-11-09 13:56:49 -08:00
Jeremy Kemper
d5fd09246e Bump AP gem dependencies to upgrade Rack to 1.0.1 and to include rack-mount and erubis. 2009-11-09 13:29:15 -08:00
Xavier Noria
a48f49e56b the REXML security fix is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
Xavier Noria
db2c0d79e3 Enumerable#none? is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
Xavier Noria
329e7f4441 Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
Xavier Noria
b6598c683b String#each_char is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
Xavier Noria
c0bb4c6ed2 String#start_with? and String#end_with? are not needed for Ruby >= 1.8.7, leaves their plural aliases though 2009-11-09 22:16:51 +01:00
Xavier Noria
004db18cb0 String#bytesize is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
Xavier Noria
f8e713f488 Object#tap is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
Xavier Noria
1979e9c855 Symbol#to_proc is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
Xavier Noria
d4513ac699 Object#instance_variable_defined? is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00