0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated about half of the ActiveModel doc More... over 14 years ago
Added simple matcher (currently unused) for observing memory leaks More... over 14 years ago
Used Magick::Image#destroy! in text generator to free up memory More... over 14 years ago
Use Magick::Image#destroy! in plasma generator to free up memory More... over 14 years ago
Moved rmagick_image helper method into RMagickUtils module and used in RMagickEncoder and RMagickAnalyser for better memory management More... over 14 years ago
Improved RMagickProcessor memory footprint by using Magick::Image#destroy! - rmagick_image helper function now takes a block and automatically destroys Magick objects More... over 14 years ago
Added URLs file to docs More... over 14 years ago
FileDataStore also gets rid of spaces/funny characters in creating uids More... over 14 years ago
S3DataStore gets rid of funny characters when saving files More... over 14 years ago
Datastores use temp_object.attributes now More... over 14 years ago
Added flip and flop to RMagickProcessor More... over 14 years ago
Spec was failing in ruby 1.9 because of encodings More... over 14 years ago
Redirected log messages in specs to a log file for cleaner output More... over 14 years ago
SimpleEndpoint wasn't using the same log as the app More... over 14 years ago
Job doesn't need to be loggable More... over 14 years ago
Ruby 1.9 bugfix: wasn't using to_method_name on a method string More... over 14 years ago
Fixes for Ruby 1.9: - take into account method names are symbols - anonymous classes return nil for name now which blows up activerecord More... over 14 years ago
Feature was failing on Ruby 1.9.2 due to encoding issues More... over 14 years ago
FINALLY! Got Ruby 1.9.2 not to seg fault when running all the tests More... over 14 years ago
Ruby 1.9.2 seg-faults unless I use RMagick 2.12.2 More... over 14 years ago
Fixed Ruby 1.9.2 autoload problem More... over 14 years ago
Need a source for Gemfile for installing More... over 14 years ago
Updated rotate to use normal arguments More... over 14 years ago
Fixed bug: previous_uid was being lost if model was assigned more than once. - previous_uid should only be set if uid exists More... over 14 years ago
Mongo tests are pending if mongo not running More... over 14 years ago
Allow configuring Mongo host/port More... over 14 years ago
Added MongoDataStore More... over 14 years ago
Fixed S3 test that was still using TempObject.name= More... over 14 years ago
Configuration doc link More... over 14 years ago
No need for if twice More... over 14 years ago