Great. :)

By the way, I re-synced and ran rake migrate, which had some issues.  
Is this a problem?:

$ sudo rake migrate
(in /var/www/tracks-local/tracks)
== AddIndices: migrating  
======================================================
-- add_index(:todos, [:user_id, :state])
    -> 0.0787s
-- add_index(:todos, [:user_id, :project_id])
    -> 0.0340s
-- add_index(:todos, [:project_id])
    -> 0.0424s
-- add_index(:todos, [:context_id])
    -> 0.0511s
-- add_index(:todos, [:user_id, :context_id])
    -> 0.0510s
-- add_index(:preferences, :user_id)
    -> 0.0150s
-- add_index(:projects, :user_id)
    -> 0.0338s
-- add_index(:contexts, :user_id)
    -> 0.0142s
== AddIndices: migrated (0.3215s)  
=============================================

== IndexOnUserLogin: migrating  
================================================
-- add_index(:users, :login)
    -> 0.0261s
== IndexOnUserLogin: migrated (0.0262s)  
=======================================

== AddFindByNameIndices: migrating  
============================================
-- add_index(:projects, [:user_id, :name])
    -> 0.0398s
-- add_index(:contexts, [:user_id, :name])
    -> 0.0316s
== AddFindByNameIndices: migrated (0.0716s)  
===================================

== AddTagSupport: migrating  
===================================================
-- create_table(:taggings)
rake aborted!
Mysql::Error: Table 'taggings' already exists: CREATE TABLE taggings  
(`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `taggable_id`  
int(11) DEFAULT NULL, `tag_id` int(11) DEFAULT NULL, `taggable_type`  
varchar(255) DEFAULT NULL, `user_id` int(11) DEFAULT NULL) ENGINE=InnoDB

(See full trace by running task with --trace)

Stephen


On Feb 7, 2007, at 11:47 PM, Luke Melia wrote:

> FYI, this has been fixed in [435]. -Luke
>
> On Feb 7, 2007, at 6:12 PM, Stephen Boulet wrote:
>
>> Entered as ticket #436.
>>
>> Stephen
>>
>> On Feb 7, 2007, at 7:50 AM, Luke Melia wrote:
>>
>>> Confirmed in the latest trunk. Please open a ticket on the trac  
>>> for this.
>>>
>>> I'll add a selenium test for this when I fix it.
>>>
>>> Cheers,
>>> Luke
>>>
>>> On Feb 7, 2007, at 8:46 AM, Stephen Boulet wrote:
>>>
>>>> Hello organized people. On a very recent trunk (Saturday?),  
>>>> adding a
>>>> next action with a "show from" field filled in using the  
>>>> calendar pop-
>>>> up gives me an error:
>>>>
>>>> 1 error prohibited this item from being saved
>>>>
>>>> There were problems with the following fields:
>>>>
>>>>      * Show from can't be blank
>>>>
>>>> Stephen
>>>> _______________________________________________
>>>> Tracks-discuss mailing list
>>>> [email protected]
>>>> http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
>>>
>>
>

_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to