On Wed Feb 07 13:27:46 UTC 2007, Luke Melia <[EMAIL PROTECTED]> wrote: > On Feb 7, 2007, at 1:19 AM, Alex Soto wrote: > > > hey there, > > > > Running trunk (r434) and adding next actions gives me this error: > > > > NoMethodError (undefined method `tag_with' for #<Todo:0x31f4ffc>): > > > > The next action is created, but the UI throws an error so the screen > > doesn't update. However if I refresh, the action then appears. > > Hi Alex, > > Did you perchance forget to run rake migrate?
Or perhaps forget to copy across any new lines in config/environment.rb.tmpl? There's a require line in there that requires a file containing the tag_with() method, which is perhaps why you're getting the error. cheers, bsag -- but she's a girl - the weblog of a female geek http://www.rousette.org.uk [EMAIL PROTECTED] _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
