meleyal / backbone-on-rails

A simple gem for using Backbone.js with Rails.
MIT License
810 stars 126 forks source link

Eco gem creating problem #30

Closed akashkamboj closed 12 years ago

akashkamboj commented 12 years ago

When i did gem install backbone-on-rails

it stopped with this error: Unable to resolve dependencies: eco requires eco-source (>= 0)

i checked it and eco gem depends on eco-source gem and there is eco-source --pre gem.

akashkamboj commented 12 years ago

ok solved it. Had to install first gem install eco-source --pre

then backbone-on-rails