[Rails] Re: my app ignore default_locale

2012-06-26 Thread jibiel jibiel
Just for future generations: it's draper's issue — https://github.com/jcasimir/draper/issues/202 Took me two days. iEmpire wrote in post #993970: > Yes. Also I tried to run my app on another server with simmilar > configuration, but no result. > > On Apr 20, 11:42am, Frederick Cheung -- Posted

[Rails] Re: my app ignore default_locale

2011-04-20 Thread iEmpire
Yes. Also I tried to run my app on another server with simmilar configuration, but no result. On Apr 20, 11:42 am, Frederick Cheung wrote: > On 20 Apr 2011, at 05:15, iEmpire wrote: > > > If I run the app via `rails server` everything is ok... > > Did you restart passenger (by touching your_app/

Re: [Rails] Re: my app ignore default_locale

2011-04-20 Thread Frederick Cheung
On 20 Apr 2011, at 05:15, iEmpire wrote: > If I run the app via `rails server` everything is ok... Did you restart passenger (by touching your_app/tmp/restart.txt) after making the change Fred > > On Apr 19, 10:20 pm, iEmpire wrote: >> In application.rb i defined: >> >> config.i18n.defau

[Rails] Re: my app ignore default_locale

2011-04-19 Thread iEmpire
If I run the app via `rails server` everything is ok... On Apr 19, 10:20 pm, iEmpire wrote: > In application.rb i defined: > > config.i18n.default_locale = :ru > But all texts on the site are in English. Typus interface is in > English too and when I delete config/locales/en.yml it prints can not