odata_server
odata_server copied to clipboard
A fork of Mark Borkum's OdataOnRails plugin
Hi Brad, thanks for this gem! I would love to use it in my project but I don't get it running. Could you provide a short example how to use...
This is a Rails 2.3.x style plugin... I have started converting it to a Rails 3 engine but have gotten stuck on how to get the Isolated Engine working correctly....
Here's the first bit... You need to add the gem to your Gemfile: gem 'odata_server', :path => '/Developer/odata_server' OR gem 'odata_server', :git => 'git://github.com/wtfiwtz/odata_server.git', :branch => 'rails3' ... and setup...