On Fri, 2012-05-18 at 20:38 +0200, Reinier Balt wrote:
> Hi all
> 
> I've just merged the rails3 branch. This means that
> * Tracks is migrated to rails 3

rake db:migrate fails for me:

==  AddRenderedNotes: migrating
===============================================
-- add_column(:todos, "rendered_notes", :text)
   -> 5.4755s
-- Clearing show_from dates from completed todos
-- Generating new column values from notes. This may take a while.
rake aborted!
An error has occurred, all later migrations canceled:

undefined method `[]' for false:FalseClass
/usr/lib64/ruby/gems/1.8/gems/activerecord-3.2.3/lib/active_record/validations.rb:76:in
 `perform_validations'


The culprit seems to be the "save(false)" statement in that migration. I
seem to recall that this is a recent change in one of the Rails 3.x
versions. Not sure how you want to handle that, so no pull request.


Also, the stats page crashes, first because the swf assets are not
precompiled (pull request coming), and secondly on a routing error that
I have not yet looked at:

ActionController::RoutingError (No route matches
{:id=>"500", :action=>"tag", :controller=>"todos"}):


Kind regards,

Hans

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to