Archive

Posts Tagged ‘ruby on rails’

Handle multiple attachments in ruby on rails

September 19th, 2008

Creating intuitive interfaces can be challenging, particularly when it comes to uploading files such as images or attachments. Suppose that we are creating an application that let’s someone submit a blog post, to which they can add multiple attachments.

Read more…

Share This Post

ruby on rails , , , ,

HTML / CSS to PDF using Ruby on Rails

September 12th, 2008

Ever tried to save a web page and send it to someone? What about printing a web page? Both pretty much suck.

A lot of people are talking about printing with HTML and CSS these days but what they don’t tell you is the following:

Read more…

Share This Post

ruby on rails , , , ,