Lucas Florio

Results 19 comments of Lucas Florio

@idearise And if so, why don't you do a Pull Request? Maybe w can merge it to master, man. Thanks

Hey, everyone, I'm looking for a maintainer of this gem. I have no time to dedicate to it, and I'm no longer using it, so if someone wants to step...

Are you using the app in development? Works alright? The error indicates that you are calling that method on one of your assets. Can you see which is it and...

I had problem while debugging assets pipeline and it was really hard to know what was happening because the rake task doesn't output anything useful. In order to help you...

Also, which assets are you precompiling ?

Your configuration is not the problem, since I use this: ``` ThemesForRails.config do |config| config.themes_dir = ":root/app/assets/themes" config.assets_dir = ":root/app/assets/themes/:name" config.views_dir = ":root/app/views/themes/:name" config.themes_routes_dir = "assets" end ``` The method...

Ok, I'm testing this in a brand new rails application (3.2.5) [1] and it works. What I did was the following: - Added the TFR gem to the Gemfile. -...

How would I mind, man? Thanks!

Can you paste your Gemfile file too? One time I was switching from Jammit to Sprockets (which is what rails uses to handle static assets) and forgot to remove jammit,...