Skip to content

Conversation

@SebastianEdwards
Copy link

Added namespacing feature to barista. Based somewhat off this blog post: http://topsecretproject.finitestatemachine.com/2010/04/how-to-organizing-javascript-in-ruby-on-rails/

Puts an object wrapper around the compiled output which is then called from JS outputted by a helper method.

Supports controller and action level granularity Ie. 'pages/pages.coffee' will run on all actions in pages controller whilst 'pages/home.coffee' will run only on 'pages#home' action. Support namespaced controllers such as 'devise/registrations/new.coffee'.

The idea is that you can combine this with something like rack-pagespeed to minify and combine your javascript's into one file so you have only one HTTP request but still have granular control over which code runs without having to manage namespaces inside the .coffee files yourself.

Added helper and commented config setting
@ghost ghost assigned Sutto Jun 2, 2011
@Sutto
Copy link
Owner

Sutto commented Sep 3, 2011

Would it be possible to get some docs added to the README file to document it's usage in a bit more detail if possible? With that done, I'll be happy to merge it in (and sorry for taking so long to get back to you)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants