rusk has joined #jruby
drbobbeaty has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
jrafanie has joined #jruby
lucasb has joined #jruby
xardion has quit [Remote host closed the connection]
rusk has quit [Remote host closed the connection]
xardion has joined #jruby
KeyJoo has joined #jruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #jruby
subbu is now known as subbu|lunch
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
justinbkay[m] has joined #jruby
subbu|lunch is now known as subbu
<
justinbkay[m]>
Trying to run Rails 3 on JRuby, getting a error,
<
justinbkay[m]>
I'm wondering if anyone would know the latest JRuby release that might support Rails 3.
<
headius[m]>
Hey there justinbkay
<
headius[m]>
Can you get a longer stack trace for the last part?
<
headius[m]>
The output_safety line is for the Fixnum warning which is harmless
<
justinbkay[m]>
Here's the rest after the NoMethodError
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<
headius[m]>
Hey I had to relocate but I'm back
<
headius[m]>
I'm pulling that version of AS now
KeyJoo has quit [Quit: KeyJoo]
<
headius[m]>
I'm wondering if there's some workaround path
<
headius[m]>
I think it should be possible to monkey-patch this back in somehow
<
justinbkay[m]>
Looks like upgrading rails to 3.2.22.5 takes care of the issue I was seeing.
sagax has quit [Ping timeout: 268 seconds]
<
headius[m]>
Oh you have that option!
<
headius[m]>
well that's definitely a better path
<
headius[m]>
carry on!
<
justinbkay[m]>
Yes, I do have that option, but now I'm seeing an activerecord error just trying to return sql.
drbobbeaty has joined #jruby
<
justinbkay[m]>
On a Property.first or Property.first.to_sql