codebrew / backbone-rails

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

scaffold generated routes prepended with / cause issues #104

Closed zhubert closed 12 years ago

zhubert commented 12 years ago

Similar to: https://github.com/codebrew/backbone-rails/commit/3a8b3f02bd705fe47a292db8faa3ca0fb1f34356

This pull removes the / for the scaffold generator.

alansikora commented 12 years ago

+1 on this, routing just do not work with the /

codelahoma commented 12 years ago

+1. Just worked the tutorial in the README and would not have been able to get it running if I hadn't seen this pull request.