db:migrate problem

56 views
Skip to first unread message

Fareed

unread,
May 22, 2011, 11:13:01 PM5/22/11
to EngineY
This is my first time setting up rails and EngineY.


I'm able to execute "rake db:create:all" and "rake db:drop:all"
successfully.

I'm seeing an error for the command "rake db:migrate"

rake aborted!
undefined method `name' for "abstract":String
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/rails/
gem_dependency.rb:268:
in `=='
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:217:in
`==='
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:217:in
`block in matc
hing_specs'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:403:in
`block in e
ach'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:402:in
`each'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:402:in
`each'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:216:in
`find_all'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:216:in
`matching_spec
s'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:238:in
`to_specs'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in
`to_spec'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems.rb:1182:in `gem'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/rails/
gem_dependency.rb:73:i
n `add_load_paths'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:
301:in `block
in add_gem_load_paths'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:
301:in `each'

C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:
301:in `add_g
em_load_paths'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:
132:in `proce
ss'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/initializer.rb:
113:in `run'
C:/Users/Fareed/Downloads/timothyf-EngineY-69e680c/config/
environment.rb:15:in `
<top (required)>'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/
active_support/depen
dencies.rb:156:in `block in require'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/
active_support/depen
dencies.rb:521:in `new_constants_in'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/
active_support/depen
dencies.rb:156:in `require'
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rails-2.3.5/lib/tasks/misc.rake:
4:in `block
in <top (required)>'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in `call'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in `block in execute'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in `each'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in `execute'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:595:in `block in
invoke_with_call_chain'
C:/Ruby192/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:588:in `invoke_with_call_chain'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:605:in `block in
invoke_prerequisites'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:602:in `each'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:602:in `invoke_prerequisites'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:594:in `block in
invoke_with_call_chain'
C:/Ruby192/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:588:in `invoke_with_call_chain'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:581:in `invoke'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2041:in `invoke_task'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `block (2 levels) in
top_level'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `each'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `block in top_level'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2058:in
`standard_exception_handling'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2013:in `top_level'
C:/Ruby192/lib/ruby/1.9.1/rake.rb:1992:in `run'
C:/Ruby192/bin/rake:31:in `<main>'

EngineY from GitHub master on 5/22: timothyf-EngineY-69e680c

Window Vista SP2
Ruby 1.9.2
mysql 5.5.12

abstract (1.0.0)
actionmailer (3.0.7, 2.3.5)
actionpack (3.0.7, 2.3.5)
activemodel (3.0.7)
activerecord (3.0.7, 2.3.5)
activeresource (3.0.7, 2.3.5)
activesupport (3.0.7, 2.3.5)
arel (2.0.9)
builder (2.1.2)
bundler (1.0.12)
disguise (3.0.2, 2.0.0)
erubis (2.6.6)
hpricot (0.8.4)
i18n (0.5.0)
mail (2.2.19)
mime-types (1.16)
minitest (1.6.0)
mysql (2.8.1 ruby x86-mingw32)
polyglot (0.3.1)
rack (1.2.2, 1.2.1, 1.0.1)
rack-mount (0.6.14)
rack-test (0.5.7)
rails (2.3.5)
railties (3.0.7)
rake (0.8.7)
rdiscount (1.6.8)
rdoc (2.5.8)
rmagick (2.12.0 mswin32)
rubygems-update (1.8.3)
sqlite3 (1.3.3 x86-mingw32)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.27)



RubyGems Environment:
- RUBYGEMS VERSION: 1.8.3
- RUBY VERSION: 1.9.2 (2011-02-18 patchlevel 180) [i386-mingw32]
- INSTALLATION DIRECTORY: C:/Ruby192/lib/ruby/gems/1.9.1
- RUBY EXECUTABLE: C:/Ruby192/bin/ruby.exe
- EXECUTABLE DIRECTORY: C:/Ruby192/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-mingw32
- GEM PATHS:
- C:/Ruby192/lib/ruby/gems/1.9.1
- C:/Users/Fareed/.gem/ruby/1.9.1
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://rubygems.org/


Can anyone help?
Thank you.
Reply all
Reply to author
Forward
0 new messages