Frederick Cheung wrote: > On Oct 24, 9:00�pm, "[EMAIL PROTECTED] Amon" <rails-mailing- > [EMAIL PROTECTED]> wrote: >> Warning: I am a newbie ROR >> I am trying to install the Typo blog s/w. I ahve extracted the zip file >> frim RubyForge and am trying to set it up with 'rake'. But I get the >> following error message: >> >> C:\ROR\rails_apps\typo1>rake >> (in C:/ROR/rails_apps/typo1) >> rake aborted! >> Cannot find the plugin 'all'! > > That sounds like it needs a version of rails newer than the one you've > got. In environment.rb you can explicitly list the plugins you need > loaded (and the order they are loaded in). To make this less tedious > rails 2.0 allowed you to do something like config.plugins = > [:special_plugin, :all] which means 'load special plugin first then > everything else' rather than having to type out all the plugins used. > Earlier versions of rails would think you would meant a plugin > actually called all. > > Fred Thanks Fred - wow that was quick! I commented out that plugins line ie. # config.plugins = [ 'localization', :all ] and, yes, the problem went away.
But then the rake failed on a whole bunch of other problems so I figure this is way beyond me so I'll flag it for now. Thanks for your help though! BTW, I do wonder why it is so hard to find info on GEMS - I still don't know if if need to download the Gem file - the RubyForge download page is no help. I've Googled it and I have the Agile Web Dev with Rails book (minimal info re gems there!). -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

