Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Helper per theme? #65

Open
jackbit opened this issue Sep 21, 2012 · 1 comment
Open

Support Helper per theme? #65

jackbit opened this issue Sep 21, 2012 · 1 comment

Comments

@jackbit
Copy link

jackbit commented Sep 21, 2012

is it available to write helper module per theme? for example the directory structure will be like this:

  • themes
    • business_theme
      • assets
      • views
      • helpers
        • application_helper.rb
        • home_helper.rb
        • more

So the helpers which are inside theme would be isolated helper but still can access helper in app/helpers, if a method in app/helpers/application_helper.rb is already exist in themes/:name/helpers, it would use method in theme's helper.

What do you think? is it good or bad idea?

cheers,
yacobus

@lucasefe
Copy link
Owner

Helpers are not supported. It might be cool.

I gotta be honest. I am not working currently with rails so I really don't use this gem anymore. I'm looking for a maintainer.

For now, if you implement it and test it, I can merge it, but I can't code it.

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

No branches or pull requests

2 participants