Hi Don, You should not need that if you have run "rake assets:precompile". Maybe it's a Hobo bug, can you give me a bit more information about where your images are stores so I can reproduce?
Regards, Ignacio El 15/09/14 a las #4, Donald Ziesig escribió: > It is a bug in Rails 4 asset pipeline. Hobo does everything right, but > rails needs to think it must recompile the assets even though it doesn't > (repeat compilations). > > Put this in production.rb > > config.assets.compile = true # corrects bug in Rails 4.0 asset pipeline > > Sorry for all the extraneous posts. > > Don Ziesig > > On 09/14/2014 07:28 PM, Donald Ziesig wrote: >> On 09/14/2014 07:03 PM, Donald Ziesig wrote: >>> Hi All! >>> >>> I've been busy this weekend. >>> >>> I just pushed a beta version of a hobby app (for my model railroad >>> club) to heroku and found that the colors were rendered differently >>> (hobo coloration, I haven't fooled with the styling - yet). >>> >>> I set it up to use production locally and got the same strange >>> colors. In particular, the heading background color is white, which >>> makes things like the account and logout fields invisible. >>> >>> In general the development styling is much more pleasing to my eyes. >>> >>> I am using the clean_sidemenu/redmond theme. What file(s) would I >>> have to check/compare to get the production styles to match the >>> development styles? >> *Found out that the missing styling is coming from images which are >> not available in production mode - will try to figure this one out >> tonight.** >> * >>> ** >>> Hint: I have another app that uses bootstrap and it renders the same >>> in both environments. *WRONG. It looks ok in the admin site which >>> doesn't use background images, but I don't use hobo for the front >>> page (google maps hides the entire page except for a sidebar that is >>> done in html).* >>> >>> Thanks, >>> >>> Don Ziesig >>> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Hobo Users" group. >> To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected] >> <mailto:[email protected]>. >> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >> Visit this group at http://groups.google.com/group/hobousers. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
