comma-csv / comma

Comma is a small CSV (ie. comma separated values) generation extension for Ruby objects, that lets you seamlessly define a CSV output format via a small DSL

Home Page:https://github.com/comma-csv/comma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REE] 1.8.7 not working on 0.5.2 like suggested

tommeier opened this issue · comments

Anonymous contributor via email

The github page for the Comma gem states that comma 0.5.2 is the last version that supports Ruby 1.8.7. I'm trying to run rails 3.2.1, ree 1.8.7 and Comma 0.5.2. Here's the error I receive when I try to fire up webrick or the rails console:

$ rails s
/Users/anon/.rvm/gems/ree-1.8.7-2011.03@anonymous/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require': no such file to load -- active_support/core_ext/class/inheritable_attributes (LoadError)
    from /Users/anon/.rvm/gems/ree-1.8.7-2011.03@anonymous/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
    from /Users/anon/.rvm/gems/ree-1.8.7-2011.03@anonymous/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
    from /Users/anon/.rvm/gems/ree-1.8.7-2011.03@anonymous/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
    from /Users/anon/.rvm/gems/ree-1.8.7-2011.03@anonymous/gems/comma-0.5.2/lib/comma.rb:27

Is this a common error for this combination of rails and ruby?

Instead of fixing the failing old gem, i'll add in support for the multiple rubies, including REE, and monitor with Travis.