Forum: IronRuby activerecord installation

Posted by Konstantin Kos (k0st1x)
on 2010-10-01 14:21
when i try to install activerecord gem on ironruby, i've got:

>igem install activerecord -r --no-rdoc --no-ri
ERROR:  Error installing activerecord:
        activesupport requires Ruby version >= 1.8.7

('ir.exe -e "puts RUBY_VERSION"' returns '1.8.6')

may be i can change ruby version in igem to 1.9.1?
or there is another way?
Posted by Eduardo Blumenfeld (eblumenfeld)
on 2010-10-01 21:40
I ran previously with the same problem, add the version that works.

try:
>igem install activerecord -v 2.3.8 --no-rdoc --no-ri

Eduardo
Posted by Tomas Matousek (Guest)
on 2010-10-01 22:16
(Received via mailing list)
Right, if you use the current binaries (1.0 or 1.1) the compatibility is 
with MRI 1.8.6.
If you build the latest source from GIT repo you'll get 1.9.2 compatible 
IronRuby.

Tomas
Posted by Konstantin Kos (k0st1x)
on 2010-10-02 17:41
i can run "ir.exe -1.9" and RUBY_VERSION will be 1.9.1
but by default (and in "igem" RUBY_VERSION is 1.8.6 by default.
perhaps there is a way to set ruby version for "igem" (and for "iirb") 
or change running default arguments?
Posted by Will Green (hotgazpacho)
on 2010-10-02 20:16
(Received via mailing list)
As I understand it, Ruby 1.9 compat in IronRuby 1.0 and 1.1 was not all 
that
complete. So, even if you force them into 1.9 mode, things may break in
unexpected ways, and you'll probably just get frustrated. YMMV.

As Tomas said, if you want better 1.9 support, grab the latest from 
GitHub:
http://github.com/ironruby/ironruby and build it:
http://github.com/ironruby/ironruby/wiki/Building

If you run into an issue, the best way to get a response is going to be 
to
create a failing test for it, and submit it as an issue, or vote up an
existing issue if it has already been reported, on the CodePlex site:
http://ironruby.codeplex.com/workitem/list/basic?P...

--
Will Green
http://hotgazpacho.org/
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.