Displaying 20 results from an estimated 2000 matches similar to: "New ROR Site"
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 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 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>
2009 Dec 14
1
lapply , mapply questions
Dear all,
i have a programming problem that should be simple, though i am stuck with it. Please note that this is not a specific geonames problem, though i use it as an example - it´s just a basic problem with lapply.
I use the geonames webservices with the R geonames packages which works almost smoothly.
I have a vector of Zipcodes and i want to do a geonames lookup for all of them, which
2006 Jun 18
3
ActiveRecord Help - Not finding Data
Hello,
I''m farily new to RoR and am having a problem trying to retrieve data
from my database. Here is the code from my controller:
def index
zip = params["zip"]
@zip1 = Zipcode.find(:first, :conditions => ["zip = ?", zip])
lat = @zip1.latitude.to_f
long = @zip1.longitude.to_f
radius = 50
@bookstores = Bookstore.find_by_sql ["SELECT * FROM
2012 Oct 15
1
calculate out of different lists in R
hey There
I've been trying to match 2 lists in R I have an excel sheet containing all
the 51states of amerika devided by zipcode. the columns are : zip,city,
state, latitude,longitude,count so now I want R to make a new table that I
could use to draw a map. The table should consist the name of the state plus
the count. Like I said I have all the zipcodes and the count for the
zipcodes, so now
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.
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/.
2006 Jan 23
0
Cartographer/Google Maps Questions
1) Is there a known way to load the map via AJAX so it doesn''t make the
page load take forever? (Not the fault of Cartographer -- Google maps
are big :)
2) Has anyone observed wrapping of text in the info window such that the
text occupies only about half the info window? Is there a known
workaround?
Thanks
--
Posted via http://www.ruby-forum.com/.
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
2011 Jun 14
1
Invalid Regular Expression
I'm working with some data, and am trying to generate it in the following
format.
state city zipcode
I like pizza 0 0 0
I live in Denver 0 1 0
All the fun stuff is in Alaska 1 0 0
he lives in 66062
2005 Dec 19
4
Firefox crash while ajax''ing Google Maps
Hi all,
I''m trying to make a simple mapping application that shows to a given
point (city, zip etc.) the appropriate map from Google. This is done by
updating a div tag via link_to_remote with the Google map code (lot of
JavaScript code; see example
http://www.google.com/apis/maps/documentation/)
Clicking on the ajax''ed link let crash Firefox immediately whereas IE
seems
2016 Apr 21
3
Web interesante (ROpenSci)
Hola.
Hoy me he topado con esta web https://ropensci.org/ y he visto algunos paquetes interesantes (sobre todo alguno que no está en CRAN)... https://ropensci.org/packages
Valgan como ejemplos los packages "rebi" o "cartographer"
https://github.com/ropensci/rebi
https://github.com/ropensci/cartographer
Pd.- Está en inglés pero creo que es de utilidad para la lista (ahora es
2006 Jul 18
1
Fixtures Max Size? SystemStackError: stack level too deep
Hello,
I have a table of zipcodes that I am using in my application, so there
are approximately 50,000 rows in this table. I have dumped the table to
a fixture yaml file to represent this data, but when I try to load it, I
get this error: SystemStackError: stack level too deep
Is there a max size allowed for a fixture file..?
Here is the --trace output:
rake db:fixtures:load --trace
**
2005 Dec 14
3
Geocode for Ruby
Hey,
Does anybody know of a good Geocode library for Ruby, similar to Perl''s
Geocode::Postal, that i could use in my rail app? I need to do some "within
5 miles" calculations of zipcodes and i dont have a nice ruby (or gem)
utility to do it.
any help would be appreciated.
thanks
adam
_______________________________________________
Rails mailing list
2006 May 08
0
ZipCode Search
I''ve looked through the messages regarding implementing a ZipCode search
and I have a few questions to make sure I have my head wrapped around
this.
Here''s what I have. I have a database table called zipcodes with the
following info (for example)
30310 Atlanta GA 33.727807 -84.41983 -5 1
That''s zip, city, state, latitude, longitude, timezone, and dst.
So when a
2006 Apr 21
4
link_to_function with submit
I looked everywhere but couldn''t find it.
I don''t want a submit_tag or image_submit_tag but a normal link that
submits my form.
Normally I would do this with a javascript like
function sendForm ()
{
document.forms[0].submit();
}
but this doesn''t work with form_remote_tag
link_to_function( ''Send'' , "sendform();")
So the question is:
2006 Feb 28
1
support back button
There are a couple of links in the wiki about AJAX and the back
button, but seem to be broken.
I have a page with AJAXified tables and normal links. When the user
modifies some table, follows a normal link, and presses the back
button, the shown tables are the original ones (modifications are OK
in backend). Is there some standard solution to this?
-- fxn