Bugs: Browse | Submit New | Admin

[#23677] "skynet_install --mysql" fails at migration

Date:
2009-01-23 06:31
Priority:
3
Submitted By:
K Liu (kliuless)
Assigned To:
Adam Pisoni (phlapjack)
Category:
General
State:
Open
Priority:
Unused:
Summary:
"skynet_install --mysql" fails at migration

Detailed description
When running "skynet_install --mysql ."

I get this output:
      create  config
      create  log
      create  config/skynet_config.rb
      create  db/migrate
      create  db/skynet_mysql_schema.sql
      exists  db/migrate
uninitialized constant RubiGen::Commands::Base::ActiveRecord

This is because RubiGen assumes ActiveRecord has already been require'd but skynet_install never does so. It succeeds
if I add the require right after:
gem 'skynet', version

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item