On Wed, Mar 20, 2013 at 5:10 AM, BalaRaju Vankala
<foreverbal...@gmail.com> wrote:
> I deployed my application in the local server and i'm using unicorn and
> nginx. I tried to run 'bundle exec unicorn_rails' but it is showing" 'ERROR:
> uninitialized constant Page::FriendlyId (NameError)"

Because there is no constant named FriendlyId under Page, check your
Page class and make sure you got FriendlyId right and if you are using
friendly_id gem make sure it's required.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to