similar to: xls export

Displaying 20 results from an estimated 1400 matches similar to: "xls export"

2011 Jul 11
4
How to Install ruby 1.9.2/1.9.1 and Rails 3.x on Ubuntu
Hello All, I have Ubuntu 11-04, I would want to install ruby 1.9.2/1.9.1 and Rails 3.x. I need the least complicated way of doing this. Rgds, Janus -- *Satajanus Nig. Ltd * -- 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
2011 Dec 31
3
Oh btw...
HAPPY NEW YEAR from my I&iPhone -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more
2010 Jun 21
14
Controllers, what? why?
Hi, I am starting to learn rails and I went through the guide and a couple of tutorials. Even though I understand controllers or at least I can use them I can''t see yet the whole picture. Why do you need several controllers for a single application? If a controller is just a class whose methods interface with models and views, why not have a single controller for the whole application?
2007 Apr 02
2
Changed: Was: Re: Beta question - initial install of packages Now: Turn off unneeded services after installation
>Date: Sun, 01 Apr 2007 05:38:20 -0500 >From: Johnny Hughes <mailing-lists at hughesjr.com> >Subject: Re: [CentOS] Beta question - initial install of packages >To: CentOS mailing list <centos at centos.org> >Message-ID: <1175423900.13599.88.camel at myth.home.local> >Content-Type: text/plain; charset="us-ascii" <snip> <Even with the mostly
2011 Aug 05
1
carrierwave tutorial
Is there a tutorial for `carrierwave` other than in RailsCasts that you recommend? Thanks. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email
2012 Jan 16
1
Package "maps": what is the name of county # 2395?
I am using "maps". I am running the following code to get this list of all the counties: map('county', plot=FALSE)$names In the output, all counties have first the state listed and then, after a comma, the name of the county. However, county # 2395 (State = south dakota) has no county name. Anyone knows what this county is? Thank you! -- Dimitri Liakhovitski
2008 May 02
7
SecuRom - "A required security module cannot be activated."
Always when I try to run any program protected by SecuRom I get this message: Code: A required security module cannot be activated. This program cannot be executed (7000). Please have a look at http://www.securom.com/message.asp?m=module&c=7000 for further, more detailed information. I've read SecuRom works in Wine, so why doesn't it work for me?
2008 Aug 24
6
entering a password to have access to a sip account?!
Hi all, i;m obviously a newbie, its been 2 days that im trying to figure out a way to deny a specific extension (300) from calling another specific extensions (03) except if the caller punch a specified password.. sorry if im not explaining myself well.. heres an example: i called my pstn line(with 300 as its sip account), an attendant answers and asks me to punch in an extension number right
2011 Jul 19
3
What does "require tree" do in Rails 3.1?
In Rails 3.1.... This is my application.css: /* *= require_self *= require_tree . */ This is my application.js: //= require jquery //= require jquery_ujs //= require jquery-ui //= require_tree . What does the "require_tree ." do? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web
2008 Mar 24
4
estimation on phone network capacity
Hi I am working on deploying voip for my company and would like to seek some advice on the number of E1 lines we need to rent. Our telco told us that there can be at most 30 concurrent channels on an E1 line. Typically, what is the maximum number of DIDs that we can allocate to that E1 line before users get frequent "all lines are busy"? We are running a support center with mostly
2009 Jul 07
2
Xen : Time issues
Hi everyone, I''m working in a firm that monitor wan networks. We have several nagios installed on virtual machines. Recently we noticed that the DomU''s clocks are not synced with the Dom0 and the clocks are wrong. So we tried to sync DomU''s via openntpd but it generates errors in nagios. Logs indicate "Time goes back". So we want to sync DomU with Dom0 and
2012 Jan 17
5
Accessing the ROR Application
hi all, I successfully deployed the ROR project on Centos server,i have one question how can i access that application from my machine ? on starting WEBRick server it is started on this ip http://0.0.0.0:3006, i want to set my machine ip in place of ''http://0.0.0.0:3006'' and also how i can access it from my machine ? Thanks in advanced. Thanks and Regards Sachin S.
2009 Oct 06
1
relating to image
Hi Friends, I have been interacting with rails for 2 months by practising with social networking site. For profile in Sites, I want to upload the image in the database when the profile is asked to view, the image should come. Any reference with that is welcomed. cheers HUNT -- Posted via http://www.ruby-forum.com/.
2008 Jun 06
1
Wineprefixcreate error messages
I'm not qualified to interpret the following messages I get when I do a wineprefixcreate from the console after an upgrade: preloader: Warning: failed to reserve range 00000000-60000000 preloader: Warning: failed to reserve range 00000000-60000000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report preloader: Warning: failed to reserve range
2010 Jan 12
5
Beginners Guide to setting up a Call Centre
This is currently still at a proof of concept stage. After being mis-sold a Alcatel phone system, that does None of the things we asked for.... (Ok it takes calls but that's about it) We are looking at alternatives to try and bring some of the features we previously had on our old Analogue STS phone system. Looking at all the docs I can find Asterisks looks like it should be able to do the
2008 Jun 13
11
Have 2 DomU share a same Logical Volume
Hi xeners, I am trying to have 2 DomU share a single Logical Volume. I need that at least one of the DomU has read-write access to the LV. I have tried, but up to now, it only works if both DomU have read-only writes to the LV. That''s a problem for me, because I wanted to set up Nginx on a DomU, and Rails on another one, and have Nginx get read access to an LV that would hold the public
2007 Apr 06
2
Advantages of using :single_index ?
Hi all, Google returns two results for this: http://www.google.ca/search?q=acts_as_ferret+shared_index+option&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:fr:official&client=firefox-a Both point to the ChangeLog, so I don''t really know if anybody used a shared index. From the RDoc, I know the option makes AAF "use a Ferret index that is shared by all classes..."
2007 Feb 12
1
yum behinf authenticated proxy
Hi, I've just installed a CentOS 4.4 and i'm behind a proxy with authentication. Does anyone know the parameters for the environment variable "http_proxy" so i can make a "yum update" ? Usually i'd do a $ export http_proxy="proxy.domaion.foo:3128" but this is not the case of an authenticated proxy. Any help would be appreciated. Warm Regards, M?rio
2006 Mar 25
4
object size vs. file size
Hi, There is rather large discrepancy in the size of the object as it lives in R and the size of the object when it is written to the disk. The object in question is an S4 of a homemade class "sa". I first call a function that writes a list of these objects to a file called "data.RData". The size of this file is 14,411 KB. I would assume on average then, that each list
2007 Dec 17
3
not able to view the images after the upload
hi, i have this problem where in i''m able to upload the images using file_column to the server but i''m not able to view the images.i''m not able to see the images but then i''m able to view the image name when i click on my show action. can any one please help?? THIS IS MY LOG as to what happens when i do the image upload. Processing UploadController#create