0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Slight refactor: added hash_from_shortcut, for converting shortcuts to hashes, and parameters_class.from_shortcut now uses this More... about 15 years ago
Added transparent_data_store and base64_data_store More... about 15 years ago
Added rotate to r_magick_processor More... about 15 years ago
Regenerated gemspec for version 0.1.0 More... about 15 years ago
gemspec should not be in gitignore More... about 15 years ago
Version bump to 0.1.0 More... about 15 years ago
First go at Readme and updated gem summary More... about 15 years ago
RMagick encoder wasn't accepting image format as a symbol More... about 15 years ago
Git ignore yard docs More... about 15 years ago
Made file data store the default More... about 15 years ago
Couldn't find a way of putting rack-cache into gem - probably just as well - user can use it explicitly More... about 15 years ago
rails/images file was missing activerecord extension More... about 15 years ago
Corrected gem dependencies More... about 15 years ago
Added dragonfly-rails, for easily inserting into a rails app More... about 15 years ago
Corrected middleware syntax - extra args get passed to new anyway More... about 15 years ago
Added ability to use app as a middleware More... about 15 years ago
Changed dependency in Rakefile to reflect dependency on rack - mime types is only for rmagick analyser More... about 15 years ago
Corrected metal file since changing path prefix a bit and fixed syntax error More... about 15 years ago
Generated rails metal file uses rmagick_configuration More... about 15 years ago
Improved rmagick crop method - seemed to be buggy when not nw gravity More... about 15 years ago
Fixed bug when temp_object.name is empty string and got rid of unnecessary temp_object.basename More... about 15 years ago
Added the idea of saved configurations - uses app.configure_with() More... about 15 years ago
Made file data store more hackable by putting relative_storage_path in a private method More... about 15 years ago
Improved url handling: - raise unknown url if url doesn't follow path prefix properly - put most of url path into uid if there is more than one dot in the url More... about 15 years ago
Better error handling - unknown urls - data not found More... over 15 years ago
Escape non-friendly url params (except for slashes) More... over 15 years ago
Added validates_mime_type_of to activerecord extensions - added Validations module More... over 15 years ago
Removed now unused mime types stuff More... over 15 years ago
Rmagick analyser returns nil if it doesn't know the mime type More... over 15 years ago
Fixed broken spec since changing analysis structure and corrected public methods on extended temp object to include mime type and uniq it More... over 15 years ago