Got a clean svn co https://open.rsp.com.au/svn/earth/trunk this evening while testing the Continuous Integration server and when I try to run rake db:migrate it broke with the following message:
== CreateFiltersAndCachedSizesTable: migrating ================================
-- create_table(:filters)
NOTICE: CREATE TABLE will create implicit sequence "filters_id_seq" for serial column "filters.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "filters_pkey" for table "filters"
-> 0.0076s
-- add_index(:filters, [:filename, :uid])
-> 0.0053s
rake aborted!
uninitialized constant Earth::Filter
This is due to some changes to Earth::Filter that happened in the current trunk.