Displaying 3 results from an estimated 3 matches for "rmagickprocessor".
2007 Nov 22
7
Problem Installing RMagick with Instant Rails on Windows
...ire ''RMagick''
I receive the response:
require ''RMagick''MissingSourceFile: no such file to load -- RMagick
Similarly, when I attempt to use RMagick within my Rails application
(I use it to resize an uploaded image) I get the following message:
Problems loading rmagickProcessor: no such file to load -- RMagick
When I place the line:
require ''RMagick''
in the application''s environment.rb the application fails with the
message:
ExitingC:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `gem_original_require'':...
2007 Dec 14
0
Calling GC.start with attachment_fu and RMagick -- where or if?
...p://groups.google.com/group/rubyonrails-talk/browse_thread/thread/edee971625603f82/e402fb95de40d54b
Attachment_fu does not call GC.start in any fashion that I can see, so
my questions are these: does it need to, and if so, where would be the
optimal place? It appears that
AttachmentFu::Processors::RmagickProcessor#with_image may be the right
method -- perhaps in the ensure clause? Somewhere else?
Or should GC.start be called in one''s app at, say, the end of the
controller create method that uses attachment_fu -- instead of mucking
about with attachment-fu''s lower-level plumbing?
Or does a...
2007 Nov 22
0
Problem Installing RMagick with Instant Rails on Windows
...ire ''RMagick''
I receive the response:
require ''RMagick''MissingSourceFile: no such file to load -- RMagick
Similarly, when I attempt to use RMagick within my Rails application (I use
it to resize an uploaded image) I get the following message:
Problems loading rmagickProcessor: no such file to load -- RMagick
When I place the line:
require ''RMagick''
in the application''s environment.rb the application fails with the message:
ExitingC:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'': n...