When I try running script/console when RAILS_ENV is set to production i get these errors http://paste.debian.net/184815 what have I done wrong and how can I fix it?
> When I try running script/console when RAILS_ENV is set to production i get these errors http://paste.debian.net/184815 what have I done wrong and how can I fix it?
> -- > To post to this group, send email to gitorious@googlegroups.com
> To unsubscribe from this group, send email to
> gitorious+unsubscribe@googlegroups.com
On Tuesday, August 21, 2012 1:52:34 AM UTC-5, Kelketek wrote:
> Those are deprecation errors, and are not fatal. Chances are everything's > running fine.
> On Aug 20, 2012, at 9:41 PM, Devon Richards <botbal...@gmail.com<javascript:>> > wrote:
> When I try running script/console when RAILS_ENV is set to production i > get these errors http://paste.debian.net/184815 what have I done wrong > and how can I fix it?
> -- > To post to this group, send email to gito...@googlegroups.com<javascript:> > To unsubscribe from this group, send email to > gitorious+...@googlegroups.com <javascript:>
On 09/11/2012 03:28 PM, Marius M�rnes Mathiesen wrote:
> On Tue, Aug 21, 2012 at 7:25 PM, Devon Richards > <botball.de...@gmail.com <mailto:botball.de...@gmail.com>> wrote:
> Is there some command I can run to check that?
> There are a few Rake tasks (rake diagnostics:healthy and rake > diagnostics:summary) that summarize how your server is doing.
> Cheers,
> - Marius
> -- > To post to this group, send email to gitorious@googlegroups.com
> To unsubscribe from this group, send email to
> gitorious+unsubscribe@googlegroups.com
Actually, since a few days past you can simply run "sudo script/diagnose" to get the diagnostics summary. :)