lucasefe / themes_for_rails

Theme Support for Rails 3
This very same page :)
MIT License
308 stars 102 forks source link

Theme Names with Characters #27

Closed deep-spaced closed 12 years ago

deep-spaced commented 13 years ago

I've got a theme with a period in the name such as testing.site. Unfortunately when I use the link tag helper:

<%= theme_stylesheet_link_tag 'styles' %>

It throws the following error:

No route matches {:controller=>"themes_for_rails/assets", :theme=>"testing.site", :asset=>"styles.css", :action=>"stylesheets"}

Any ideas?

lucasefe commented 12 years ago

Hi, better later than never. Fixed on master. This will be released soon as a new gem.

Thanks for the report.