autotelik / datashift

Full Excel/CSV Import/Export facilities for Rails
http://www.autotelik.co.uk
Other
136 stars 75 forks source link

What is your environment? #3

Closed jetsgit closed 12 years ago

jetsgit commented 12 years ago

My install is failing, using jruby 1.6.5., therubyrhino, rails 3.2.3 and Spree 1.1.1.

Bailing out on the installation of Spree with a

 Invalid gemspec in [/home/jet/.rvm/gems/jruby-1.6.5@datashift/specifications/spree_auth-1.1.1.gemspec]: Illformed requirement ["#<YAML::Yecht::DefaultKey:0x1f62951> 1.1.1"]

Tried getting by this by running,

 jruby --1.9 -S bundle install                                  (which if my version is only compatible with rails v1.8.7.p320, makes sense?)

...but failed at:

NoMethodError: undefined method `read_nonblock' for #OpenSSL::SSL::SSLSocket:0x1942a3c An error occured while installing rake (0.9.2.2).

So, what pieces are you using to get this working?

Cheers,

Jet

autotelik commented 12 years ago

I think it may be a general jruby 1.6.5/Rails 3.2 issue rather than anything to do with datashift

http://stackoverflow.com/questions/9072070/using-jruby-with-rails-3-2

JRuby team say 1.6.6 minimum required for Rails 3.2 ... I'm using 1.6.7 without any issues

cheers toom