search for: shefer

Displaying 4 results from an estimated 4 matches for "shefer".

Did you mean: sheer
2007 Mar 19
3
jQuery Users...
Any jQuery users out there? I would like to learn more about incorporating jQuery with Rails as the performance seems to be the best of any library I''ve seen and it is great in separating the JScript from the HTML. Any suggestions on where to get started? I''ve read this (http://b.lesseverything.com/2006/12/31/making-jquery-and- prototype-play-nice-in-rails) but was looking into
2006 Apr 04
4
Newbie File_Column and Console Question.
I recently got File_Column installed and working and it is great, but now I find myself needing to resize all the images I already uploaded. Through the web I found that the answer lies in going to the script/console and adding: Attachment.find(:all).each do |a| a.asset = File.open(a.asset) a.save end But what exactly do I do next, I tried running it with no success. How can I make
2006 Jul 07
3
quick send_data question...
Hi, I am using send_data to allow users to download files from the database but ran into a small problem, it seems that files upload fine but when they download only 64kb of the file is sent. I''m using the basic rails code from the Agile book: #upload code in my sheet model def file=(document_field) self.filename = base_part_of(document_field.original_filename)
2006 Feb 15
0
RoR and BitPass?
I recently fell upon BitPass after being fustrated with PayPal. However, as a new Rails user I love the PayPal gem and was wondering if anyone knew of something similar, either out or in the works, for BitPass? Thanks! -- Posted via http://www.ruby-forum.com/.