[Rails-core] Oracle temporary table support

2009-12-30 Thread uncle_billy
Hello, I needed to add temporary table support in activerecord- oracle_enhanced-adapter (http://github.com/rsim/oracle-enhanced) for the project I'm working on. For some reason the syntax to create a temp table in Oracle is 'CREATE GLOBAL TEMPORARY TABLE' - but ActiveRecord::ConnectionAdapters::S

Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-30 Thread Chad Woolley
On Wed, Dec 30, 2009 at 7:37 PM, Mike Gunderloy wrote: > And indeed, if you check http://ci.rubyonrails.org/ you can see that Rails > builds are pretty hit-or-miss on master right now. > > Mike Yeah. The Core team has been bugging me to send campfire notifications so they are more aware of brea

Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-30 Thread Mike Gunderloy
And indeed, if you check http://ci.rubyonrails.org/ you can see that Rails builds are pretty hit-or-miss on master right now. Mike On Dec 30, 2009, at 8:32 PM, Ryan Bigg wrote: > I'm not entirely sure that master would be 100% passing, since it's in a > state of flux now in the build up to the

Re: [Rails-core] Help needed with failed tests while running Rails test suite

2009-12-30 Thread Ryan Bigg
I'm not entirely sure that master would be 100% passing, since it's in a state of flux now in the build up to the Rails 3 beta. 2009/12/31 Rodrigo Rosenfeld Rosas > While trying to run the Rails test suite, I did: > > - git clone rails > - gem install bundler > - gem bundle > - followed inst

[Rails-core] Help needed with failed tests while running Rails test suite

2009-12-30 Thread Rodrigo Rosenfeld Rosas
While trying to run the Rails test suite, I did: - git clone rails - gem install bundler - gem bundle - followed instructions for setting up mysql databases from Rails guides included on repository - run "rake test" I miss these instructions on a RUNNING_TEST_SUITE.README. Can I submit suc

Re: [Rails-core] Mail now in ActionMailer

2009-12-30 Thread Ryan Angilly
Good stuff. Thanks Mikel! On Tue, Dec 29, 2009 at 8:15 PM, Mikel Lindsaar wrote: > OK everyone, so we finally have Mail merged into ActionMailer replacing out > TMail > > This is for the 3.0 release, and not part of the 2.x tree. > > I am the TMail maintainer and I decided this year to write a