Re: [Ironruby-core] activerecord installation

2010-10-02 Thread Will Green
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://gi

Re: [Ironruby-core] activerecord installation

2010-10-02 Thread Konstantin Kos
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 via http://www.ruby-forum.com/.

Re: [Ironruby-core] activerecord installation

2010-10-01 Thread Tomas Matousek
e.org] On Behalf Of Eduardo Blumenfeld Sent: Friday, October 01, 2010 12:41 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] activerecord installation I ran previously with the same problem, add the version that works. try: >igem install activerecord -v 2.3.8 --no-rdoc --no-ri

Re: [Ironruby-core] activerecord installation

2010-10-01 Thread Eduardo Blumenfeld
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 via http://www.ruby-forum.com/. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge

[Ironruby-core] activerecord installation

2010-10-01 Thread Konstantin Kos
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