I thought I had but I must have missed it. I've been doing this slowly over
a few days.
Here's the warning I got.
20080824142119 AddPrivacyAndCacheAttendees: migrating ======================
-- add_column(:events, :event_attendees_count, :integer, {:default=>0})
rake aborted!
SQLite3::SQLException: duplicate column name: event_attendees_count: ALTER
TABLE "events" ADD "event_attendees_count" integer DEFAULT 0
I am using sqlite temporarily since I don't have MySQL up and running yet
and was planning on changing it before I switched to production.
I looked at the duplicate table name but it's a little confusing. Any
ideas?
GB
On Mon, Feb 23, 2009 at 7:07 PM, Long Nguyen <[email protected]>wrote:
> 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]
>
>
> >
>
--
Gordon A. Burkell
Ryerson University Film Instructor
Producer/Director/Film Editor
416-418-7551
[email protected]
[email protected]
www.gordonburkell.com
www.artoftheguillotine.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---