Are we going to add a Rails fallback for every backbone route? This is usually great to allow search crawlers to index a site, but perhaps not required for a mobile app.
If not, the Rails application should only have the devise routes plus 1 more for the route that outputs the backbone template and makes the initial model bootstrap. (unless I'm missing some)
Are we going to add a Rails fallback for every backbone route? This is usually great to allow search crawlers to index a site, but perhaps not required for a mobile app.
If not, the Rails application should only have the
devise
routes plus 1 more for the route that outputs the backbone template and makes the initial model bootstrap. (unless I'm missing some)Thoughts?