-
We should remove application specific files (#38) and package chaplin for npm.
I've started working on it on this branch:
https://github.com/moviepilot/chaplin/tree/features/packaging
-
It makes the library difficult to use if we use it in rails because rails already precompiles and loads everything in one shot through sprockets. Many of us typically don't want to load modules asynch…
satb updated
12 years ago
-
For instance, if I am to build my own login/pass user signup, but I'd also like to enable the users to use Facebook or Google login, how would I do it?
what is exactly the purpose of the accessToken,…
maelp updated
12 years ago
-
Are we into old stupid shit like ie6-8?
-
And the cause is this https://github.com/moviepilot/chaplin/blob/master/coffee/views/application_view.coffee#L182 function
On L198 there's `controllerName` but it's undefined variable.
-
Hi,
I'm not pretty sure if it's a right place to discuss about it, but I would like to ask you about one of your concepts, and consider it at my use case.
In your app flow after the route is matched…
-
I am making good progress with my application built using Chaplin. I am getting lists to display and I am currently working on editing my objects. I want to thank you for building such an elegant fr…
-
I'm not sure but it seems that it's useless.
For example:
``` coffeescript
# Routes
match 'feeds/favorite', 'feeds#show_favorite'
match 'feeds/popular', 'feeds#show_popular'
# Controller
class Fee…
-
By _sub-routing_ I mean starting with an index.html page that contains only `` and eventually getting to the point where when the URL changes I only want this one section of the page to update (rather…
-
First off, thank you so much for releasing this code and for the excellent write up. I've been using backbone.js, require.js, coffee script, jquery, etc. on a single page application for about 6 mont…