Displaying 20 results from an estimated 80000 matches similar to: "Google Data on Rails"
2007 Aug 14
12
ruby on rails web calendar
Does anyone know of a good web calendar that you can use to display
appointments, dates, anniversaries, birthdays, recurring appointments,
appointments spanning multiple days?
--~--~---------~--~----~------------~-------~--~----~
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
2012 Jan 30
0
gdata gem on rails 3 ruby 1.9
Hi:
Im trying to use gdata 1.1.2 on a rails3 ruby1.9 project
I added gem ''gdata'' to Gemfile
but keep getting the error: uninitialized constant GData::
I installed the gem with no problem
Does anybody knows how to setup rails3 with gdata?
I''ll really appreciate any advice
--
You received this message because you are subscribed to the Google Groups "Ruby on
2010 Jun 16
2
Reading data from xls..........please help
Can anyone help me how to read xls file into R. I have tried following
library(gdata)
xlsfile <- file.path(.path.package('gdata'),'xls','iris.xls')
read.xls(xlsfile)
I got following error:
Converting xls file to csv file... Error in system(cmd, intern = !verbose) :
perl not found
Error in file.exists(tfn) : invalid 'file' argument
Question *1) What is the way
2008 Oct 22
1
simple dumb rails from datastore question
hi, ive just started learning rails and im trying to make a simple blog
app
i have the following code on my index page
i can add articles ok but i cant display them
everything ive tried to put between the h1 tags fails?
what should I put between the tags to display the data stores in the
body and title fields
<%= link_to ''New Article'', :action => ''new''
2009 Feb 11
1
Ruby on Rails: Talk | Google Groups
This is more an architectural question....
I am looking to create a domain that sells widgets (as an example)
widgets.com
Now I have three sales reps, that each sell different kinds of
widgets, and do not need to know about each other.
larry.widget.com
moe.widget.com
curley.widget.com
I don''t want to repeat myself (of course!) with the shopping cart
logic or the transactional
2009 Feb 24
0
data file - function write.fwf - library gdata
Dear R-list members,
I have a data file with thousands of lines (cases), where each line
contains the values of several variables. I would like to separate
these lines in small groups, with each group followed by a blank
line, to ease the visual inspection of the data in some situations.
I am writing the output files with function write.fwf in library
gdata, for correct column alignment.
Below
2007 Oct 31
0
Already existing "local google search" project using Rails and Ferret?
Hi everybody!
I''d like to setup a "local google search" at work:
- users would put data in shared directories on a samba server,
without really caring about folder structure
- ferret would index those directories every n hours
- users could still get access to those data via samba
- but in order to find them easily, some rails app would be used as a
front-end to show the most
2008 Nov 27
0
Rails Join problem
Hi, i''m trying to use the GeoKit plugin to calculate the distance
between 2 points. So the idea is, i do a search for an article, and
the results i want to order by distance. So i have a form where I
enter the article (that im looking for) and my address. Then rails
must find all articles that match with my query and order by address.
So now, i have two models: Article and User. Articles
2008 May 25
1
[Bug 16088] New: Google Finance doesn't work
http://bugs.freedesktop.org/show_bug.cgi?id=16088
Summary: Google Finance doesn't work
Product: swfdec
Version: 0.6.6
Platform: x86-64 (AMD64)
URL: http://finance.google.com/finance?q=intl
OS/Version: Linux (All)
Status: NEW
Severity: enhancement
Priority: medium
Component: library
2007 Dec 11
4
Lost in translation - Rails 2.0 Nested Resources, Custom Actions
The shift to the :has_many and :has_one options when defining nested
resource routes has me perplexed. The block format allows me to define
custom REST actions like publish in the example below:
map.resources :users do |user|
user.resources :articles, :member => { :publish => :put }
end
It also allows for multiple levels of nesting if necessary.
What I''d really like to
2008 Jun 03
1
Rails 2.1 and default setting of Partial updates
I just updated to 2.1 and created a new, empty project. According to the
docs I''ve seen, including:
http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-partial-updates
The file config/initializers/new_rails_defaults.rb has the default
setting for partial updates and just needs to be edited: "Note: There''s
currently a config/initializers/new_rails_defaults.rb
2009 Oct 29
3
Trouble retrieving data (.xls) from folder on my computer.
Using gdata on windows and im having trouble to retrieve an excel file from a
folder on my computer.
This is my dummy:
R > download.file("http://people.su.se/~lundh/data/cpi_kpix.rda",
+ "cpi_kpix.rda")
R > URL <- "http://people.su.se/"
R > PATH <- "~lundh/data/"
R > FILE <- "cpi_kpix.rda"
R >
2007 May 14
3
RAILS on UBUNTU
Hello Friends! :)
I''ve sold my iBook before landing in LA yesterday and as long as I can''t
afford buying a new one I have to do it with LINUX : )
I''ve been installing the system yesterday and it''s working good,
performances on athlon are good and I''m satisfied but I have two questions..
a) which editor to use?
b) is there any *session disabled*
2007 Feb 04
2
Beginner Q: Keeping the Ruby on Rails platform up to date.
Hello, I recently installed the ruby on rails framework from this
tutorial:
http://www.hivelogic.com/narrative/articles/ruby_rails_lighttpd_mysql_tiger
So, I installed:
Ruby on Rails 1.1
Ruby 1.8.4
LightTPD 1.4.13
FastCGI 2.4.0
RubyGems 0.9.0
Readline 5.1
PCRE 6.6
FastCGI and MySQL bindings
I figured out how to keep my ruby on rails up to date by using the
command "gem update rails
2006 Aug 23
2
new plugin: "redbox", a lightbox/thickbox clone with nice rails integration
Hi folks,
I''ve written a little plugin to use for displaying a block of html over
a page while fading out the background. This is like the lightbox.js
library, and all it''s related offshoots (thickbox, greybox, etc.). My
plugin, Redbox, is not really any better than these others (in fact,
it''s less mature, and less tested), but it builds on prototype and
scriptaculous,
2008 Jun 24
1
Rails 'rake gems:install' error in windows
I am developing with rails at three platform
mac, windows, linux.
until Rails 2.1, we can describe gem dependencies in environment.rb.
( this one ~
http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-gem-dependencies
)
so I write environment.rb like below for using will_paginate
...
config.gem ''capistrano''
config.gem
2010 May 13
1
ggplot2: qplot won't work
I have a script running in the StatET Eclipse environment that
executes the ggplot2 command qplot in a function:
# Creates the plot
createPlot <- function(){
print("Lets plot!")
qplot(1:10, letters[1:10])
}
When executing the qplot line directly, it works. When executing the
script it does not open a window and it it does not plot. Is there
something important I have forgotten? I
2017 Apr 07
1
Slow write times to gluster disk
Hi,
We noticed a dramatic slowness when writing to a gluster disk when
compared to writing to an NFS disk. Specifically when using dd (data
duplicator) to write a 4.3 GB file of zeros:
* on NFS disk (/home): 9.5 Gb/s
* on gluster disk (/gdata): 508 Mb/s
The gluser disk is 2 bricks joined together, no replication or anything
else. The hardware is (literally) the same:
* one server with
2009 Mar 01
1
[nut-commits] svn commit r1800 - in trunk: . data drivers
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> Modified: trunk/drivers/tripplite-hid.c
> ==============================================================================
> --- trunk/drivers/tripplite-hid.c (original)
> +++ trunk/drivers/tripplite-hid.c Sun Mar 1 19:56:31 2009
> @@ -84,6 +84,8 @@
>
> /* HP R/T 2200 INTL (like SMART2200RMXL2U) */
> {
2007 Jul 12
0
Essential Rails registration now open
Hi all,
Jeff here from softiesonrails.com... just wanted to get the word out
that registration is now open for our next class, a two-day workshop
for Rails beginners.
Our one day "Web Developer Makeover" back in January was sold out, and
a great time was had by all.
Essential Rails is the two-day expanded version, geared for anyone
getting started with Rails.
Friday, Sept 21 and