fleximage icon indicating copy to clipboard operation
fleximage copied to clipboard

Rails plugin for uploading images as resources, with support for resizing, text stamping, and other special effects.

Results 9 fleximage issues
Sort by recently updated
recently updated
newest added

Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/WhitespaceBot) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...

Hello, i just installed fleximage and i was able to upload the images to my directory. but there ist a problem: i can display the images. i got this error:...

When using fleximage as a gem a warning is generated by the registration of the image/jpeg mime type and its alias image/pjpeg. I think this warning is also generated when...

the library aws/s3 is not required for the functionality of fleximage, so it should not be required for people not using S3. thanks.

The error was something like: -- C level backtrace information ------------------------------------------- 0x10010cd8d 0 libruby.dylib 0x000000010010cd8d rb_vm_bugreport + 77 0x10002b184 1 libruby.dylib 0x000000010002b184 report_bug + 260 0x10002b318 2 libruby.dylib 0x000000010002b318 rb_bug...

I am seeing this issue on both Windows 7 and Ubuntu: Here is my custom operator. ``` class Fleximage::Operator::Snap < Fleximage::Operator::Base def operate(caption = nil) photo_frame = Magick::Image.read("public/images/frames/snap_master2.png")[0] @image =...

Hi, I don't know if this is occurring only on my dev-machine, but Fleximage is not loading default images properly. When fleximage tries to load the image in Model.load_image it...

To allow: image_file_url = nil line 395 of model.rb should be elsif file_url.blank? not: elsif file_url.empty?

rake test runs tests fine, but autotest complains of this /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -rrubygems -e "require 'redgreen'" -I.:lib:test -rubygems -e "['test/unit', 'test/functional/menuitems_controller_test.rb', 'test/unit/itemcategory_test.rb', 'test/functional/itemcategory_controller_test.rb', 'test/functional/cities_controller_test.rb', 'test/functional/categories_controller_test.rb', 'test/unit/user_test.rb', 'test/unit/helpers/home_helper_test.rb', 'test/functional/sessions_controller_test.rb', 'test/unit/menuitem_test.rb', 'test/unit/helpers/localities_helper_test.rb', 'test/functional/home_controller_test.rb',...