search for: naevity

Displaying 2 results from an estimated 2 matches for "naevity".

Did you mean: brevity
2009 Jan 16
12
running a ruby expression stored in a database
Is this even possible? I''ve got a ruby expression stored in a database, it''s the code to run a plugin since I was having trouble passing variables stored in the database. When I try to call the code, it either outputs it as text, or doesn''t display it at all. It''s supposed to generate an image and display it. right now the code is stored in the database as:
2009 Feb 22
0
Using after_filter to remove image after render
Hi Everyone, I tried doing this and it''s not working as I would expect it, but I''m not sure if it''s even possible. I have an app that generates and image on request and displays it to the user. To cut back on storage, and some security, I''d like the app to receive the view request, render the image, display it, then delete the file. I know this isn''t