antillas21 / andrebadi

Sample app for playing with Rails and Backbone
0 stars 1 forks source link

Define/standardize application flow #5

Open favrik opened 11 years ago

favrik commented 11 years ago

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?

antillas21 commented 11 years ago

My initial idea is not to have a rails fallback route, to avoid router collisions with routes in backbone.

But this needs to be tested once we're building actual routing and views.