[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Marcello Parra
http://hivelogic.com/articles/ruby-rails-leopard http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx On Tue, Oct 27, 2009 at 9:43 PM, Frank Guerino < rails-mailing-l...@andreas-s.net> wrote: > > Hi, > > I'm trying to learn how to use Rails on a Mac. Can anyone possibly > point me to a

[Rails] Re: Report in DOC/Word

2009-09-29 Thread Marcello Parra
OK... I Understand... But this is a requirement from my client... On Tue, Sep 29, 2009 at 10:04 AM, Marnen Laibow-Koser < rails-mailing-l...@andreas-s.net> wrote: > > Don't do this. MS Word documents have no place on the Web and do not > play nice with Web browsers. If you need something edi

[Rails] Report in DOC/Word

2009-09-29 Thread Marcello Parra
Hello all, I need to create a report and export it to Word/DOC in my Rails App... The problem is that is must be .doc. Can't be .docx (XML) or RTF and my app is in a Linux box. Somebody can help me with that ?? Thanks, --~--~-~--~~~---~--~~ You received this mes

[Rails] Re: Can't install RMagick due to MagickWand problems

2009-07-03 Thread Marcello Parra
I had the same problem today... Solved with: apt-get -y install libmagick9-dev Parra On Fri, Jul 3, 2009 at 10:28 AM, Heinz Strunk < rails-mailing-l...@andreas-s.net> wrote: > > Hello, > > I'm trying to install/update rmagick on a Debian machine using: > gem install --local rmagick-2.10.0.gem

[Rails] Export to Excel - large file

2008-10-26 Thread Marcello Parra
Hello, I need to export some data to an Excel file. I'm using a xml view to do that. But now, the file is too large, and taking almost 30 minutes to render Is there another way that I can do this ?? Thanks for any help... Marcello --~--~-~--~~~---~--~~ You r