I'm trying out merb and keep running into a strange error when I try to run the first migration of my test app:
$ rake db:automigrate --trace (in /home/shilo/work/merb/bar) Warning: please use bin/rake to load merb-core-1.0.8.1 from ./gems Loading init file from /home/shilo/work/merb/bar/config/init.rb Loading /home/shilo/work/merb/bar/config/environments/development.rb rake aborted! default store already setup /home/shilo/work/merb/bar/gems/gems/merb-cache-1.0.8.1/lib/merb-cache/ cache.rb:66:in `register' /home/shilo/work/merb/bar/config/init.rb:22 /home/shilo/work/merb/bar/gems/gems/merb-cache-1.0.8.1/lib/merb-cache/ cache.rb:14:in `instance_eval' /home/shilo/work/merb/bar/gems/gems/merb-cache-1.0.8.1/lib/merb-cache/ cache.rb:14:in `setup' /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.8.1/lib/merb-core/ bootloader.rb:583:in `call' /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.8.1/lib/merb-core/ bootloader.rb:583:in `run' /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.8.1/lib/merb-core/ bootloader.rb:583:in `each' /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.8.1/lib/merb-core/ bootloader.rb:583:in `run' /usr/lib/ruby/gems/1.8/gems/merb-core-1.0.8.1/lib/merb-core.rb:613:in `load_dependencies' /home/shilo/work/merb/bar/Rakefile:12 /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2349:in `load' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2349:in `raw_load_rakefile' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1985:in `load_rakefile' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1984:in `load_rakefile' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1969:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in `standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31 /usr/bin/rake:19:in `load' /usr/bin/rake:19 I'm fairly new to rails, merb and all that stuff, so I did what I could think of or find on the web: used thor merb:gem:confirm to verify my gems, and also tried updating all the gems, reinstalling merb, erasing my app and starting over. Has anyone else seen this or knows what's going on? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
