when i try to install activerecord gem on ironruby, i''ve got:>igem install activerecord -r --no-rdoc --no-riERROR: 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 via http://www.ruby-forum.com/.
I ran previously with the same problem, add the version that works. try:>igem install activerecord -v 2.3.8 --no-rdoc --no-riEduardo -- Posted via http://www.ruby-forum.com/.
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 -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Eduardo Blumenfeld Sent: Friday, October 01, 2010 12:41 PM To: ironruby-core at 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-riEduardo -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
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/.
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?ProjectName=ironruby -- Will Green http://hotgazpacho.org/ On Sat, Oct 2, 2010 at 11:41 AM, Konstantin Kos <lists at ruby-forum.com>wrote:> 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/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20101002/fbf80a05/attachment.html>