Open msolovyov opened 13 years ago
This repository requires ActiveRecord. What ORM do you use? My fork aims to be ORM- and Rails-agnostic, so you might give it a try. A good stack of changes is not on Github yet though.
SC2 will AFAIK not ship with such functionality, though SC and Rails core members are interested in it.
I'm using Neo4j.rb as my database, which extends ActiveRecord so I'm not sure if that's the cause of the issue, but it might be.
I guess we'll have to wait and see what gets released with SC2 on the data linking side.
Thanks.
I was trying to use this to see if I could use the bulk api with rails 3.1 and sproutcore 2, but I received the following error after putting buik_api in my gemfile, running bundle install and then trying to run rails generate bulk:install
Is there similar functionality already built into sproutcore 2.0 that will make the binding between rails db content and sproutcore2.0?
Thanks