search for: releod

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

Did you mean: relaod
2006 Sep 07
1
rMagick on win32
does anyone have a good reference website that I can follow to install rmagick on ruby 1.8.4? I have tried just following the basic install but the first warning was; gem install rmagick failed with a huge error about nil::NilClass, and some other stuff, I can post if necessary, otherwise hit me with a link. Thanks alot!! --~--~---------~--~----~------------~-------~--~----~ You received this
2010 Sep 27
3
streaming response body to client?
So I''d like to stream my response body to the client. At least under Rails2, it looks like you can pass a Proc to render :text, to do that. I am in a Rails2 app right now, but will upgrade to Rails3 sometime in the next couple months, so don''t want to set myself up for failure. Anyone know the status of streaming responses in Rails3? Is it possible? Is there a different API
2006 Jan 29
15
Reload the lib directory
Im writing a module in the lib directory. If I change the module, the changes are not visible to the application when i releod the web page (i am in the development evironment). I must restart the web server (WEBrick) and so i see the changes... but I lost more time. How can I reload the module in the dirictory lib, without reload WEBrick? Thanks so much --Reis -- Posted via http://www.ruby-forum.com/.
2006 Sep 11
1
uninitialized constant ImageList
I keep getting this error: NameError : uninitialized constant ImageList from this code: helloworld = Magick::ImageList.new("helloworld.jpg") I really want to get this to work, ive tested for days now, EVERYTHING except this feature interacting with my application is working. Ruby : 1.8.4 Rails: 1.1.6 ImageMagick: 6.2.9 Q8 RMagick: 1.13.0 OS: Win32 Manually writing the code in an