Hello, <br><br>Here are my 2 cents: <br><br>Environment: Windows XP, First time user of Ruby, MySQL 5.1<br>About ruby rails_port: <br>* After installing ruby and downloading the SVN rails_port, ruby could not execute rake, this was because of the cygwin environment I was in. From cmd it worked. <br>
* After running rake db:migrate it complains about "undefined method each for #<Mysql.. " this is an issue with a mysql dll mismatch. Downloading libmysql.dll from <a href="http://instantrails.rubyforge.org/svn/trunk/InstantRails-win/InstantRails/mysql/bin/libmySQL.dll">http://instantrails.rubyforge.org/svn/trunk/InstantRails-win/InstantRails/mysql/bin/libmySQL.dll</a> and placing it in <ruby_home>\bin solves the problem. <br>
* When running rake db:migrate I get the exception running migration 35, removing a constraint on the users table. After commenting out this code element (#remove_foreign_key :users, [:locale], :languages, [:code]) , db:migrate continued. <br>
<br>About osmosis (I can't get this working) using: partial planet.osm file from the benelux. <br>* A lot of constraints errors: <br>  - unique user_name_index in table users <br> - Duplicate entry '37847304-2-court' for key 'PRIMARY' / OsmosisRuntimeException: Unable to bulk insert way tags into the database<br>
<br>I don't know if this is the right place to ask Osmosis questions, but some help would be appreciated. <br><br>Greetz, Dennie<br>