Displaying 20 results from an estimated 30000 matches similar to: "Re: Why isn't script/plugin install not working from rubyfor"
2006 Aug 04
0
Install 3rd part plugins problem
Can anyone tell me whats wrong here.
I am running ruby on rails on windows XP using radrails plugin in
eclipse.
I can install the plugins that show up in the radrails plugin tab like
file_column etc ok. When i try to intall a 3rd part plugin like
cartographer i just get a folder structure containing empty files with
the following in comments like below:
#
2006 Aug 16
3
Easiest way to create a google map mashup?
I wanted to add a mash up to my website and was wondering if there were
any recommendations? I saw that there is a cartographer plugin
(http://cartographer.rubyforge.org/) and also something else called YM4R
(http://wiki.rubyonrails.org/rails/pages/YM4R).
I have no idea if they are up to date or not or whether this is
currently the easiest/best way to go about it short of rolling your own.
2008 Jan 26
0
Error: no such file to load -- geokit (plugin is install)
Hi,
after spending hours on getting geokit and ym4r running I don''t know how
to do or how to getting a test running. I have try the tutorial from
http://www.railslodge.com/plugins/179-ym4r but I don''t get it :(.
Has sone one other tutorials he can recommend?
Maybe someone knows were I did my mistake (I only want to show a fixed
address, no database connection so far, pure
2006 Feb 04
0
Cartographer plugin problem: was: ArgumentError when installing plugins with -x
On 2/3/06, jeremy*pinnix <jpinnix.alt@gmail.com> wrote:
> This is the second time that I''ve tried to install plugins where this
> error has occured. It only occurs when I use the -x flag.
>
>
> What is the problem?
>
I found that the cartographer plugin has been moved to rubyforge. But
I am still getting an error trying to install it.
script/plugin install
2006 Aug 03
1
RadRails install plugin problem
Hi,
I''m having a problem installing plugins in the latest version of
radrails running on windows XP.
I used the Plugin window in radrails to select file_column to install
file_column and everything worked ok.
Now i want to install remote_upload plugin which isnt in the plugins
list contained in radrails. So i select plugin from the generators tab
and type remote_upload and hit
2010 Feb 09
0
Using YM4R/GM plugin in rails.
I have installed YM4R/GM plugin. I''m using Rails 2.3.5. After
installing, i could''nt start my application. it shows,
Application error
Rails application failed to start properly.
--
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
2006 Jun 14
1
Message "g:\radrails\work\demo\script\server"
Hi,
I am running on XP. I am on the G; drive. I have another XP on the C:
drive.I have had raqdrails instlled on C drive. I am now trying to
install radrails on C:. I hve PHP, Apache, Mysql on oth drives. I
installed Ruby, Instantrails, and Radrails. When I try to run Webrick
server I get the above message. I look at the directories and there is
no script\server.
Is there any solution?
Thanks
2006 Jan 12
0
Cartographer installation Issues
Hi Folks, I am trying to install cartographer on windows using
ruby script\plugin install -x
"svn://dotsx.usc.edu/cartographer/branches/pnh/vendor/plugins/cartographer"
I get the following error
script/plugin: No such file or directory - svn --version
Cannot install using subversion because `svn'' cannot be found in your
PATH
I have svn install on my machine. Where am I
2006 May 16
5
Google Map problems
I followed the setup from http://cartographer.rubyforge.org/
but keep getting this error -
NoMethodError in Sandbox#map
Showing app/views/layouts/sandbox.rhtml where line #4 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.[]
Extracted source (around line #4):
1: <html>
2: <head>
2006 Feb 04
0
ArgumentError when installing plugins with -x
This is the second time that I''ve tried to install plugins where this
error has occured. It only occurs when I use the -x flag.
script/plugin install -x
svn://cartographer.rubyforge.org/trunk/vendor/plugins/cartographer
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/plugin.rb:675:in
`method'': wrong number of arguments (0 for 1) (ArgumentError)
from
2006 Jul 02
11
Google maps api in ruby/rails
I''ve been looking for any modules/tools that are available for using
the google maps api in rails. I found a couple of quick examples, but
not much more. If anyone knows of good sites that cover using google
maps api in rails please post it here:)
Chris
2006 Aug 02
2
Problem with RadRails plugin installation
Hi,
I am usiing Windows XP and am behind a firewall. I get following error while
trying to isntall few specific plugins that are hosted on some other sites
than rubyforge (e.g.http://progrium.com/svn/vforge/plugins/widgets) in
my RadRails project.
"HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires
authorization to fulfill the request. Access to the Web Proxy service is
2007 Apr 11
4
RSpec plugin for RadRails
Hi,
Is there already a plugin for RadRails that would support RSpec ?
Thx
Julien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070411/1c9aca29/attachment.html
2007 Jan 18
1
Clusterer generating javascript syntax error
Hi all,
I''m using Ym4r with the Clusterer. The GMaps code in my controller
looks something like this:
# geo is an array of lon/lat points
session[:gmap] = GMap.new(''map_div'')
session[:gmap].control_init(:large_map => true,:map_type => true)
session[:gmap].center_zoom_init([38.134557,-95.537109],4)
markers = Array.new
2006 Jun 23
0
Rational Clearcase plugin for RadRails
Hi,
Where can i find a stable version of clearcase plugin for radrails?
Regards,
Jatinder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060623/0ca95234/attachment.html
2007 Jul 25
1
regarding polylines
hi all, i am experimenting with ym4r mapstraction, i am using yahoo api
, when i tried polylines , its not showing up.. the code is
var map;
window.onload = addCodeToFunction(window.onload,function() {
map = new Mapstraction("map_div","yahoo");
map.setCenterAndZoom(new LatLonPoint(37.3853,-122.0172
),12);map.addSmallControls();
map.addMarkerGroup(new
2006 Nov 02
2
Update map
Hi!
I''ve just started playing around with the ym4r-plugin and try to update a
map as explained in the README-example...
but nothing happens. I can update normal html.
Heres my baby-code:
class AdminController < ApplicationController
def index
@map = GMap.new("map_div")
@map.control_init(:large_map => true)
@map.center_zoom_init([59.91106, 10.72223],16)
2007 Mar 20
4
rhtml plugin needed
Hi !
Is there any rhtml plugins for Eclipse ( or ) Radrails editors ?
Pls , suggest me !
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2009 Nov 06
1
Qtl - package - Question
Dear R-Helpers,
I am using qtl package to analyze qtl data from QTL cartographer.
I have the map file and cro file from QTL cartographer. I was trying to
import these two files in R using qtl package.
data=read.cross("qtlcart", ".", "crofile.txt", "mapfile.txt") ### I have
matched the file structure with the one on the website of qtl package - It
matches
2006 Aug 04
3
is cartographer recommended for using google maps?
been doing some searches on how to get googlemaps working in a ror app.
seems like cartographer is the main one? is this true?
Thanks
--
Posted via http://www.ruby-forum.com/.