similar to: Prawn (PDF in Ruby) BoF at RailsConf?

Displaying 20 results from an estimated 3000 matches similar to: "Prawn (PDF in Ruby) BoF at RailsConf?"

2008 Oct 02
0
Re: How to export data in pdf and excel format ?
PDF generation Prawn http://github.com/sandal/prawn/tree/master pdf writer http://ruby-pdf.rubyforge.org/pdf-writer/ ruby fpdf http://zeropluszero.com/software/fpdf/ Prawn is very good and well maintained in terms of development and new features added regards Senthil http://blog.railsfactory.com -- Posted via http://www.ruby-forum.com/.
2010 Jun 30
1
Prawn gem: How to create the .pdf from an *existing* file
Hi there, Can anybody show me (maybe copy/paste a simple code example) how to create the .pdf file from an existing (.xls) file, using the Prawn gem? Basically, I''d need the command that takes an existing (.xls) file to save it as a .pdf, afterwards. (I''m asking because the Prawn documentation at http://prawn.majesticseacreature.com/docs/ seems to be gone since quite a while -
2008 Oct 26
2
use Prawn to generate pdf
Hello: when i use Prawn to generate pdf file for download, i got a blank pdf file, can someone tell me why? require ''prawn'' class DownloadController < ApplicationController def download_pdf send_data(generate_pdf, :filename => ''test.pdf'', :type => ''application/pdf'') end private def generate_pdf
2010 Sep 30
0
How to download Prawn pdf while using form submit?
submit.pdf.prawn files pdf.text "successfully submitted" form controller file def index @forms = Form.all respond_to do |format| format.html end end def submit respond_to do |format| format.pdf {render } end end -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on
2008 Oct 17
0
Prawn 0.2.1, 0.2.2 (Fast, nimble PDF generator for Ruby)
Hi folks, A new release of Prawn is out, with some bug fixes and a couple backported features from edge. This release is API-compatible with 0.2.0, so please do upgrade! Release notes at: http://blog.majesticseacreature.com/archives/2008.10/prawn_0_2_1-2.html Enjoy! -greg -- Technical Blaag at: http://blog.majesticseacreature.com | Non-tech stuff at: http://metametta.blogspot.com
2010 Dec 01
1
Prawn : undefined method `make_table'
require ''prawn'' require ''prawn/core'' require ''prawn/layout'' Prawn::Document.new do |pdf| subtable = pdf.make_table([[ "foo", "bar" ], [ "baz", "bax" ]], :column_widths => [ 50, 50 ]) { column(0).background_color = "808080" cells.borders = []
2010 Mar 17
3
rails+prawnto: setting :type to :prawn in a #render_to_string call not working
Hello, my question is rails related though it is also somewhat specific to the prawnto plugin (installed latest version as of 2010-03-15). I would ask on a prawnto forum/list if I knew where one was. Anyhow, I''m using rails 2.3.5 (with ruby 1.8.6 patchlevel 111) in an app that is successfully using the prawnto gem (with the prawn gem version 0.7.1). I''ve got a a
2009 Mar 26
0
Prawn + PrawnTo + Rails 2.3.2
Hi, Have anyone made a successful usage of Rails 2.3.3 with PrawnTo and Prawn ? I followed all the tutorials I could find on Net, but I am not able to see pdf part working. I kept getting the error "Template is missing". I do have foo.pdf.prawn. Same goes with pdf/writer as well. Thank you. Regards Balaji D Loganathan Spritle Software, http://www.spritle.com -- Posted via
2006 Mar 05
0
ETech BOF: "Ruby on Rails: Power in Numbers"
My proposal for a BOF session at ETech was accepted! Any Rails-folk in attendance on Tuesday are encouraged to come to Elizabeth Ballroom A between 8:30-930pm. http://conferences.oreillynet.com/cs/et2006/view/e_sess/9113 The goal for the session is to discuss how we can empower ourselves to return to our local peer communities and advocate Rails as the web development technology people
2009 Mar 23
6
PDFs prawn gem freeze into the app...
I was having great success with creating PDFs with prawn, I followed Ryan Bates latest screencast. All good. Trouble is when i come to deploy the app on my webhost I ran into trouble. Rails 2.3 app. I did, "sudo rake gem unpack prawn" to freeze it in. I put the app on my webhost but it won''t start, some error saying it can''t find prawn. Any ideas? (summary: works
2006 Jul 09
0
RailsConf Europe, Sept. 14-15: don''t put it off!
Hi everyone -- In the excitement of the Chicago RailsConf and other recent events, don''t forget the excitement of RailsConf Europe! You''ve heard of it, but it seems kind of shadowy compared to the "big" events? Here''s the news: >>>>>>>>>>>>>>>> It IS a big event!
2010 Aug 04
0
From RailsConf: New Open Source Gems to manage large Rails "eco-systems"
Dear All - At the end of our RailsConf Speech on how we built a maintainable yet complex rails system (slides here: http://en.oreilly.com/rails2010/public/schedule/detail/14302), there was a large demand for us to open source our methods. As such, we are pleased to announce eco_apps 0.1. (http:// www.github.com/idapted/eco_apps) What it does: eco_apps allow you to develop an application
2006 Jan 10
0
OSCON 2006 Call for Participation
The call for participation for this year''s O''Reilly Open Source Convention has been posted. It''s included below, and you can find it online here: http://conferences.oreillynet.com/os2006/ The conference is July 24-28, and the deadline for submissions is February 13. Early submissions help! In 2005, Ruby built huge momentum at OSCON; all of the Ruby tutorials
2006 Jun 07
1
Seat for RailsConf 2006
Hi! I have a seat at the international RailsConf 2006 in Chicago but for personal reasons I am not able to attend. The conference has been sold out for a long time so I am now giving you guys a chance to attend, if you are interested to take over my seat, just drop me an e-mail. More info on the talks, venue etc can be found here: http://www.railsconf.org/ -- Cheers, Joakim p.s. Save a tree
2006 Jun 10
1
RailsConf 2006 Ticket Available
A friend of mine decided to get married on RailsConf weekend, so I can''t make the conference. I checked the website and tickets are transferable, so I''m making the ticket available to the highest bidder. The ticket was $400. I''m not looking to make a profit, but I would like to recover the original cost. Given that the conference sold out almost immediately,
2006 Jun 24
1
Mongrel 0.3.13.2 Pre-Release -- RailsConf
Hey Folks, I''ve been meeting lots of great folks at RailsConf and in my spare time hacking up this latest pre-release of Mongrel. It features the following new goodies: * Change to user:group is done *after* the socket is bound, but still as early as possible. * Mongrel will try to reap dead threads as soon as possible, especially when it gets overloaded with too many open files. *
2006 Aug 06
0
Spare RailsConf Europe ticket up for grabs
We booked our UK techies into RailsConf Europe 2006 and one of them can''t make it?. so (assuming we''re allowed to by the conference) we''d like to make the ticket available to someone as a small "thank you" to the Rails community. I guess we''d like to think that would mean it went to someone who is involved in the community but couldn''t
2006 Jun 18
0
Re: Want to go to RailsConf?
Fyi, the RailsConf ticket has been traded. Thanks to all the people who expressed interest! I''m glad I offered a trade in addition to just offering to sell the ticket! It was a great experience, and I got to meet a lot of people I think I''ll be working with, including Sarah Mei (the person I''m sending to the conference). If the logistics work out, I''ll be
2006 May 04
0
Transferring RailsConf registrations
Has a decision been made about the proper way to transfer RailsConf tickets from one person to another?  I didn''t see anything on the RailsConf site and the wiki just leads to the regular RoR wiki. It turns out a client of mine needs me that week.  I don''t mean to clutter the discussions here with that, but I don''t know of any other forum. Ken -- Kenneth A. Kousen,
2012 Nov 13
1
Unofficial Lustre BOF at SC12
Are you in Salt Lake City? We''ll be having an ''unofficial'' Birds of a Feather (BOF) session Wednesday evening the 14th, from 5:30pm to 7:30pm, at the Salt Lake Marriott Downtown City Creek 2nd floor Snowbird Rm. We''ve had a really busy year with some great progress around Lustre development in particular! Also some new important participants have joined. Lots