[Rails-core] Rails-3.1.1 and sqlite3-ruby-1.2.5

2012-02-28 Thread byrnejb
I previously asked about this on Rails-Talk and received no response. We are testing Rails-3.1.1 against a test suite that runs green with 3.0.4. With 3.1.1 we see this error whenever a test involves SQLite: .rvm/gems/ruby-1.8.7-p352/gems/activerecord-3.1.1/lib/active_record/

Re: [Rails-core] Rails-3.1.1 and sqlite3-ruby-1.2.5

2012-02-28 Thread Prem Sichanugrist
`sqlite3-ruby` gem is deprecated, and has been replaced with `sqlite3` gem. Have you tried bundle that gem instead of that? -Prem On Feb 28, 2012, at 9:16 AM, byrnejb wrote: I previously asked about this on Rails-Talk and received no response. We are testing Rails-3.1.1 against a test

Re: [Rails-core] Rails-3.1.1 and sqlite3-ruby-1.2.5

2012-02-28 Thread James B. Byrne
On Tue, February 28, 2012 09:50, Prem Sichanugrist wrote: `sqlite3-ruby` gem is deprecated, and has been replaced with `sqlite3` gem. Have you tried bundle that gem instead of that? -Prem As far as I can tell from the build messages, the sqlite3 gem is the form sqlite3-ruby renamed. In

Re: [Rails-core] Rails-3.1.1 and sqlite3-ruby-1.2.5

2012-02-28 Thread Colin Law
On 28 February 2012 15:49, James B. Byrne byrn...@harte-lyne.ca wrote: On Tue, February 28, 2012 09:50, Prem Sichanugrist wrote: `sqlite3-ruby` gem is deprecated, and has been replaced with `sqlite3` gem. Have you tried bundle that gem instead of that? -Prem As far as I can tell from the

Re: [Rails-core] Rails-3.1.1 and sqlite3-ruby-1.2.5

2012-02-28 Thread James B. Byrne
On Tue, February 28, 2012 10:56, Colin Law wrote: A complete shot in the dark, but in database.yml what have you got as the adaptor? If it is not sqlite3 then try that. Colin etl_execution: adapter: sqlite3 database: db/etl.sqlite3 timeout: 5000 I would gladly get rid of SQLite

[Rails-core] rails 3.1.1

2011-09-27 Thread Corin Langosch
Hi there, I'd just like to ask if rails 3.1.1 (announced to be released 16th September) will ever be released or will 3.1.2 the next release? According to github there are no remaining issues for 3.1.1. Thanks, Corin -- You received this message because you are subscribed to the Google

Re: [Rails-core] rails 3.1.1

2011-09-27 Thread Santiago Pastorino
We are about to go, just waiting for this https://github.com/rails/sass-rails/issues/57 to be fixed. On Tue, Sep 27, 2011 at 11:29 AM, Corin Langosch corin.lango...@netskin.com wrote: Hi there, I'd just like to ask if rails 3.1.1 (announced to be released 16th September) will ever be released