I have read several tutorials about using backbone on rails but I still have no clue on how to intregrate backbone with the app that I'm developing in rails.
The thing is that I have an events page (event is a rails model and an associated controller) which has a tabbar with one tab for each one of its categories (the event has nested categories). I want to use backbone in this particular page of my app because inside of each tab I will have many javascript code. Each tab would represent a category of the event.
Any idea of how I can use backbone for this?
I also want to user twitter bootstrap for my views, is this also possible to do if I use backbone?
Hope I made myself clear. Thanks,
Martin