On 21 Nov 2011, at 18:22, tmueller wrote:
- Best PDF component? Prawn? I will need to embed images and add complex form layouts.
PrinceXML is the best PDF generator by far for complex layouts, but it will cost you (http://princexml.com/). You can run Prince without a license to try it out though, so see if it fits your requirements. The Princely gem will integrate it in your Rails app (https://github.com/mbleigh/princely )
- Datamatrix bar code generator (image) / reader (PDF or Image)
http://groups.google.com/group/ruby-talk-google/browse_thread/thread/a22a01e80ec3740b?pli=1
- Backgroud process that runs every 5 minutes(pulls images from WebService and saves them to Amazon S3)
https://github.com/defunkt/resque or https://github.com/ezmobius/ nanite are good options, there's others around. There's plenty of posts around if you just google "background job rails3" or google the gems I mentioned.
Best regards Peter De Berdt -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

