I want to use Backbones.js with my rails 3.1 (with assets) application and I would like to create a model independently to the collection without any url option in my model and I can t synchronize it with my server.
Is there any proper way to do? I can t find any tutorial using multiple routes.
I ve got a web-app that I want to migrate to Rails, which is currently just plain HTML with an Apache proxy to another server, running a custom database/webserver that serves the site s dynamic ...