Thanks for the report Paul! It looks like somewhere we are using a bad path for these 2 assets. Probably, instead of using the Rails helper "asset_path" we are using a hardcoded "/assets/ajax-loader.gif". It works in development but not in production.
Can you tell me the version of the Hobo and hobo_bootstrap gems you are using? Warm regards, Ignacio El 12-05-2015 a las 16:09, [email protected] escribió: > I am seeing errors in production mode that I do not have in development mode. > I don't think this is a Hobo problem, but I think Ignacio is quite familiar > with the hobo_bootstrap code, so he or another helpful Hobo may have a quick > suggestion. > > > *The error for ajax-loader.gif:* > > > I, [2015-05-12T20:52:55.065377 #35483] INFO -- : Started GET > "/assets/ajax-loader.gif" for 127.0.0.1 at 2015-05-12 20:52:55 +0700 > F, [2015-05-12T20:52:55.067207 #35483] FATAL -- : > ActionController::RoutingError (No route matches [GET] > "/assets/ajax-loader.gif") > > > *And for glyphicons-halflings.png:* > > > I, [2015-05-12T20:52:55.068712 #35483] INFO -- : Started GET > "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2015-05-12 20:52:55 +0700 > F, [2015-05-12T20:52:55.070491 #35483] FATAL -- : > ActionController::RoutingError (No route matches [GET] > "/assets/glyphicons-halflings.png") > > > I don't know that I actually use these - everything operates fine - but the > errors are clogging up my log files and making it hard to debug more serious > problems. > > > A fuller version of the log files, in production mode, including the > problem: > > http://pastie.org/10184475 > > I jam those files into public/assets but they would obvs. be overwritten > on teh next assets:clobber, so that's not a great solution. > > Thanks for any insight. > > Paul > > -- > 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.
