Hi all, I''m trying to run the mrblog sample application but somehow the rake task fails: -- Los-Angeles:~/Projects/mrblog Ulf$ rake db:schema:load --trace (in /Users/Ulf/Projects/mrblog) rake aborted! Don''t know how to build task ''db:schema:load'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1472:in `[]'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `each'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in `top_level'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in `top_level'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in `run'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in `standard_exception_handling'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run'' /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7 /opt/local/bin/rake:16:in `load'' /opt/local/bin/rake:16 -- I''m using merb 0.42. I''m trying merb for the first time so I''m not sure where to look... Thank you, Ulf EMAIL: ULF.MOEHRING at MAC.COM | SKYPE: ULF.MOEHRING | AIM: ULF.MOEHRING at MAC.COM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20071207/b00e07ca/attachment.html
On Dec 7, 2007, at 2:54 AM, Ulf Moehring wrote:> I''m trying to run the mrblog sample application but somehow the > rake task fails:I don''t think mrblog works with 0.4.x
On Dec 7, 2007, at 8:08 AM, Michael D. Ivey wrote:> On Dec 7, 2007, at 2:54 AM, Ulf Moehring wrote: >> I''m trying to run the mrblog sample application but somehow the >> rake task fails: > > I don''t think mrblog works with 0.4.xIf no one wants to step up and claim ownership of mrblog, I think it should probably get deleted. It''s been bitrotting for a while, and an out of date example is worse than none at all. :dudley
Don''t use mrblog. It is not up to date and won''t run on merb 0.4.x. It''s pretty much an abandoned project. Cheers- -Ezra On Dec 7, 2007, at 12:54 AM, Ulf Moehring wrote:> Hi all, > > I''m trying to run the mrblog sample application but somehow the rake > task fails: > > -- > Los-Angeles:~/Projects/mrblog Ulf$ rake db:schema:load --trace > (in /Users/Ulf/Projects/mrblog) > rake aborted! > Don''t know how to build task ''db:schema:load'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1472:in `[]'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in > `top_level'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in > `each'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in > `top_level'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in > `standard_exception_handling'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in > `top_level'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in `run'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in > `standard_exception_handling'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run'' > /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7 > /opt/local/bin/rake:16:in `load'' > /opt/local/bin/rake:16 > -- > > I''m using merb 0.42. > > I''m trying merb for the first time so I''m not sure where to look... > > Thank you, > Ulf > > > EMAIL: ULF.MOEHRING at MAC.COM | SKYPE: ULF.MOEHRING | AIM: ULF.MOEHRING at MAC.COM > > > > _______________________________________________ > Merb-devel mailing list > Merb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/merb-devel- Ezra Zygmuntowicz -- Founder & Software Architect -- ezra at engineyard.com -- EngineYard.com
Sorry, couldn''t let go ;-) It almost runs smoothly now on merb 0.41 / merb_activerecord 0.4.3 / activerecord 2.0.1 / will_paginate... On Dec 7, 2007, at 11:20 AM, Ezra Zygmuntowicz wrote:> Don''t use mrblog. It is not up to date and won''t run on merb > 0.4.x. It''s pretty much an abandoned project. > > Cheers- > -EzraEMAIL: ULF.MOEHRING at MAC.COM | SKYPE: ULF.MOEHRING | AIM: ULF.MOEHRING at MAC.COM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20071207/355d24df/attachment-0001.html