Posted By: Guilhem Vellut
Date: 2006-07-12 08:18
Summary: YM4R 0.5.1: YM4R/GM plugin
Project: YM4R

With this release, all the features targetting the use of Google Maps from Rails apps have been put into a separate plugin called YM4R/GM. A gem with the rest of the functionalities is still available. Other small changes: Support of the GeoRss Simple format, multiple maps on one page...

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: ym4r-0.5.1--ym4r-gm-plugin

Start New Thread Start New Thread

 

By: Guilhem Vellut
RE: Can't Install Plugin [ reply ]  
2006-07-12 19:16
I'm on XP too and it seems to work fine here so it is really strange. Can you install other plugins in the same project? In any case you can still check out the plugin directly through SVN and run install.rb yourself.

By: Eric Lund
RE: Can't Install Plugin [ reply ]  
2006-07-12 18:23
I was able to check it out using SVN and I verified that the SVN executable is in my path but I can't seem to install the plugin from the SVN repository. Strange.

I'm on WinXP, so I'm guessing it's a ruby/rails/xp thing and not specific to the YM4R plugin.

By: Guilhem Vellut
RE: Can't Install Plugin [ reply ]  
2006-07-12 13:27
Can you verify if you can check the plugin out directly through SVN? (svn co svn://rubyforge.org/var/svn/ym4r/Plugins/GM/trunk/ym4r_gm)
From the error message, it looks like the plugin installer tries to use HTTP instead of svn so it might be that the SVN executable cannot be found.

guilhem

By: Eric Lund
Can't Install Plugin [ reply ]  
2006-07-12 07:18
When I try to install the plugin with the following command line, it fails:

ruby script/plugin install svn://rubyforge.org/var/svn/ym4r/Plugins/GM/trunk/ym4r_gm

and I get the following dump:
C:/InstantRails/ruby/lib/ruby/1.8/open-uri.rb:88:in `initialize': Invalid argume
nt - svn://rubyforge.org/var/svn/ym4r/Plugins/GM/trunk/ym4r_gm (Errno::EINVAL)
from C:/InstantRails/ruby/lib/ruby/1.8/open-uri.rb:88:in `open'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:858:in `fetch_dir'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:852:in `fetch'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:851:in `fetch'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:218:in `install_using_http'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:168:in `install'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:733:in `parse!'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:731:in `parse!'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:446:in `parse!'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:462:in `parse!'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/command
s/plugin.rb:866
from C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require
.rb:21:in `require'
from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.0/lib
/active_support/dependencies.rb:136:in `require'
from script/plugin:3

Any suggestions why this might be happening?