codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.62k stars 255 forks source link

backbone.js compatability with ruby 1.9.3-p374 & rails 3.2.12 #155

Closed murhariatiscube closed 10 years ago

murhariatiscube commented 11 years ago

I followed all the steps in readme.md to create a backbone-rails application but the application is working like a normal scaffold without REST api i.e the page is getting refreshed.

I used ruby 1.9.3-p374 and rails 3.2.12

mikeatlas commented 11 years ago

The instructions don't replace the routes to existing rails scaffold pages you may have generated on your models - make sure you're actually visiting a new route that redirects to a controller action which renders your backone router / views.

manusajith commented 10 years ago

@murhariatiscube Hope you have resolved the issue. Since this issue was created a long time ago and no feedback was provided I am closing it for now. Please feel free to reopen it if you still have issues. Thanks.!