Confirmed! Setting > config.assets.initialize_on_precompile = true > did it for me. Thank you :)
On Wednesday, February 29, 2012 7:37:22 AM UTC-6, Nick Rogers wrote: > > You probably need to set. > > config.assets.initialize_on_precompile = true > > In your application.rb or production.rb environment configuration. > > On Wed, Feb 29, 2012 at 2:54 AM, Nick Roosevelt <[email protected]<javascript:> > > wrote: > >> I did some hack to not use that translation key... I have been meaning >> to go back and fix it up, but I have not gotten around to it. >> >> >> On Tue, Feb 28, 2012 at 11:49 PM, kraft <[email protected] >> <javascript:>>wrote: >> >>> I have exactly the same issue while trying to deploy my application on >>> Heroku. >>> In console everything works fine, but >>> heroku run rake assets:precompile >>> gives me >>> translation missing: en.time.formats.picker >>> >>> Have you found a solution to the problem? >>> >>> On 7 янв, 09:28, Nick Roosevelt <[email protected]> wrote: >>> > Sorry for the delay. It works in the console. I inserted some print >>> > statements into the code to discover that it was not using the en.yml >>> file >>> > with that in it, or my en.yml file. for some reason, in the rake >>> task, the >>> > path array was missing some stuff. Any ideas? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "ActiveScaffold : Ruby on Rails plugin" group. >>> To post to this group, send email to >>> [email protected]<javascript:> >>> . >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:>. >>> For more options, visit this group at >>> http://groups.google.com/group/activescaffold?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "ActiveScaffold : Ruby on Rails plugin" group. >> To post to this group, send email to [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/activescaffold?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
