This error usually comes up if the database hasn't been configured/migrated.
Did you run the install script (script/install)? Did you encounter any errors? Long On Mon, Feb 23, 2009 at 11:19 AM, gburkell <[email protected]> wrote: > > Hi, > > I am pretty new to developing so this may seem simple. > > I've installed git and then installed insoshi and when I run webrick I > get the following error upon typing in http://localhost:3000. > > Here's the message I get: > > NoMethodError in Home#index > > Showing home/index.html.erb where line #20 raised: > > You have a nil object when you didn't expect it! > The error occurred while evaluating nil.app_name > > Extracted source (around line #20): > > 17: <%= render :partial => 'shared/contacts_preview', > 18: :locals => { :person => current_person } %> > 19: <%- else -%> > 20: <%- unless global_prefs.app_name.blank? -%> > 21: <h2>About <%= global_prefs.app_name %></h2> > 22: > 23: <p> > > Any help is greatly appreciated. I searched the group and found > similar problems people had but this seemed to stem (In their Case) > from the tsearch. > > Thanks! > GB > > > > > > > -- Long Nguyen [email protected] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
