search for: test_v1_develop

Displaying 1 result from an estimated 1 matches for "test_v1_develop".

2006 Aug 01
7
MySQL binding problem on Max OS X 10.4
...the instructions here: http://www.tonyarnold.com/articles/2005/08/11/mysql-bindings-for-ruby-under-mac-os-x-tiger This seemed to make and install properly. 2. My database is working fine, with schema names per the convention and matching database.yml: development: adapter: mysql database: test_v1_development username: root password: ***** host: localhost 3. I put the following code into the environment.rb file in the Rails::Initializer section: # test database # printf "Establishing DB connection.." ActiveRecord::Base.establish_connection puts "ok!" puts "Testing...