Displaying 2 results from an estimated 2 matches for "mydatabase_development".
2006 Jul 16
1
Help: migrating data from fixtures
...activesupport-1.3.1/lib/active_support/dependencies.rb:123:in
`rake_original_const_missing'': uninitialized constant User (NameError)
So in this line from the migration file:
f = Fixtures.new(User.connection, # a database connection
I''m translating it to me f = Fixtures.new(Root.mydatabase_development,
Would that not be correct ?
TIA
Stuart
2006 May 03
6
Scaffold Generation Problem
Greetings all,
I''m sure there is probably a very obvious reason for the following
problem. However, after much hair pulling, I am just not seeing it yet.
As you can see from the trace below, I am not able to complete scaffold
generation due to some problem between rails and mysql. I double
checked MySQL to make sure both my Ruby user and Root user have full
rights to the database.