2
votes
1answer
51 views

github preview feature with rails 3.2

I'm using twitter bootstrap tabbable: http://twitter.github.com/bootstrap/components.html#tab3 and I would like to know, how can I replicate the preview effect when a user open a new issue on github ...
3
votes
3answers
695 views

Best way to show image previews before upload in rails & carrierwave

I've been using rails for past few days and wanted to know what is best way to show image previews before upload in rails & carrierwave. I came across a few options like using plupload or jquery ...
2
votes
1answer
545 views

jcrop preview contains strange error

I need help with my jcrop preview. I am following this tutorial from railscasts #182, but something is wrong and I can seem to figure it out. It is a bit difficult to explain but The crop preview ...
0
votes
1answer
97 views

Adding a preview step to the rails create and update actions

This is a part of an app allowing the user to create HTML newsletters. After making edits, I'd like to let them preview the final look before saving the edits. The preview page would display the ...
0
votes
1answer
261 views

Rails 3.1: Loading image preview on the fly

I am trying to build a Rails 3.1 app in which users can preview individual pages of documents or whole documents as a slideshow of pages. Thumb-nailing is not a requirement but the ability to show the ...
0
votes
4answers
190 views

Displaying a shortened version of an article with HTML content

I'm building a website using rails 3.1, which at it's core consists of a bunch of articles (similar to blog posts). These are stored and formatted as HTML. Now, what I need is to generate a preview of ...
0
votes
2answers
245 views

How to save (or update) an object without a form

I implemented a standard Rails (and RESTful) process to CRUD an object. The only customization (or "configuration over convention") I need is the following: After a standard edit form, instead of ...
1
vote
1answer
447 views

Document preview library in JavaScript/rails

Is there any JavaScript/rails library/gem/plug-in to preview document(.doc, pdf, xls and most common doc types) on web page?
2
votes
2answers
181 views

Providing fake data to liquid to render a preview of a template

I have created the ability for users in my system to edit a liquid template that is eventually rendered and turned into a PDF. I would like some ideas as to what the best method would be to create ...
0
votes
1answer
129 views

Rails 'Preview State' Using Cookies/Session

This seems to be a common question, but I've yet to find a very 'detailed' answer - I'm looking for the best way to allow users to preview the form they are going to submit, before submitting it. ...
1
vote
1answer
276 views

Creating a Preview for a form, like google adwords

So I am making a simple form form customers to fill out, and I want users to get a preview of what their submission will look like. A great example of this is google adwords, when you are creating a ...
3
votes
2answers
864 views

How to recreate an image preview from outside websites?

Similar to Facebook's UI, I am attempting at generating a preview image from an external linked website. So that when a user types in a url he is linking, the UI will by default, scan that site for an ...
2
votes
2answers
263 views

How does 37signals job preview functionality work?

I'm interested in getting preview functionality working similar to how the 37signals job site does: http://jobs.37signals.com. Below are some screen shots of how it works. Step 1. Create your ad ...
1
vote
2answers
1k views

Best way to create preview functionality in Rails

I'm looking to implement preview functionality in my posts scaffold. All I need to do is allow a user to enter information in the new view (/posts/new) and then replace the submit button with a ...
0
votes
2answers
386 views

printing a picture twice on the same page

I want to enable printing a picture from my web page so that the picture will be previewed and printed twice on the same page i.e. 1 A4 with the image printed 2 or 4 times on the same A4. Is it ...