Did you just run

    rake db:migrate

or did you run

    rake install

There's a default set of preferences that gets loaded into the database with
the custom install task.  The "about" section is included in that set.  The
error you're seeing is our check to see whether or not it's a blank string
or not and to determine whether to put an "About" section the navigation
menu.

Long

PS Good to know that you finally got that ferret issue resolved.  And thanks
to everyone who posted up what needed to be done.

On Tue, May 27, 2008 at 11:26 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

>
> Thank you for the kind information describing that ferret 0.11.6
> DOESN'T work on Windows XP and you must chose 0.11.5 when using
> Netbeans 6.1 on a Windows XP machine.
> God, I wish I had read my post a few weeks ago :-)
> Anyway, my migrations worked and I tried to invoke the browser with
> this error message:
>
>  NoMethodError in Home#index
>
> Showing layouts/application.html.erb where line #19 raised:
>
> You have a nil object when you didn't expect it!
> The error occurred while evaluating nil.about
>
> Extracted source (around line #19):
>
> 16:           </a>
> 17:         </h1>
> 18:         <ul id="nav">
> 19:           <%- menu.each do |link| -%>
> 20:             <%= menu_li link %>
> 21:           <%- end -%>
> 22:         </ul>
>
> RAILS_ROOT: D:/RonR/InSoshi
> Application Trace | Framework Trace | Full Trace
>
> app/helpers/application_helper.rb:33:in `menu'
> app/views/layouts/application.html.erb:19:in
> `_run_erb_47app47views47layouts47application46html46erb'
> app/controllers/home_controller.rb:15:in `index'
>
> Kathleen
> >
>


-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to