I've been working off of Brian Mann's BackboneRails screencast, so my application structure is totally consistent with those.
The following defines the 'show' portion of a the HomepageApp Marionette Appication.
My.module('HomepageApp.Show',…
I use rails-backbone gem and I generated a Backbone model. The model includes paramRoot: attribute. I assume it somehow tells Backbone how to connect to the corresponding Rails model, but I can't find any documentation about it.
What does paramRoot…
I am using devise gem version 4.1.1 in my rails project and in my /users/edit page I want to redirect to the same page after the user changes his password instead of redirecting to the root_path. I googled around and found this link devise github…
we are currently working on a big project in Marionette. We've based the architecture on http://www.backbonerails.com/. The project is divided in number of modules , every with its own responsibilities. It's important for the modules to be reusable,…
I am upgrading rails 3.1.0 application to rails 3.2.22.5. We have used backbone-rails for front-end rendering.
Before upgrading, everything was working fine. But, after upgrading the rails version to 3.2.22.5. We are getting a lot of errors of…
I have updated my question please look at the updated part:
I am using rails-backbone gem in rails 4 and i followed a simple example presented on github's page of the gem. Backbone.js is now working fine but when i press browser back button to move…
I am using rails-backbone gem for the first time. I have to doubt in how to redirect in using backbone. Following the steps that i followed as provided at github's page and everything is working fine. but when i see my controller it contains the…
Hi I have installed the latest version of 'marionette-rails' and 'rails-backbone' for my web app but am having issues in creating a new marrionette instance.
This is what I did in my web console
App = new Marionette.Application()
After which I see…