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
Added store/destroy functionality to attachment More... over 15 years ago
Added 'destroy' to data_store More... over 15 years ago
Added active record extensions. Need to implement 'Attachment' class now More... over 15 years ago
Each now doesn't create a tempfile if data already in memory - uses StringIO instead More... over 15 years ago
Removed irrelevant run.rb More... over 15 years ago
Moved around the directory structure a bit and used 'Base' for base classes More... over 15 years ago
Got rid of unnecessary 'instance' class and made the app itself configurable. That way, you can have multiple 'apps' More... over 15 years ago
Renamed Imagetastic::Image to Imagetastic::TempObject - could really be used for any general temporary object More... over 15 years ago
Renamed options => processing_options More... over 15 years ago
Renamed :method => :processing_method More... over 15 years ago
I don't seem to have added instance files in previous commit More... over 15 years ago
Removed unused files More... over 15 years ago
Created imagetastic instance, for holding bundle of config - can now have multiple imagetastic instances More... over 15 years ago
Added encoding functionality, fixed variable sha generation (needed sorting the hash), and added a logger for easier debugging More... over 15 years ago
Added Image.from_file More... over 15 years ago
Updated data store to accept an Imagetastic::Image More... over 15 years ago
Added #path to image More... over 15 years ago
Got rid of unnecessary optional storage name More... over 15 years ago
Refactored url handler to use parameters object - much neater More... over 15 years ago
Renamed url_to_params url_to_parameters and same for params_to_url More... over 15 years ago
Renamed some parts to be less image-specific, and added image class, for dealing with files/tempfiles/data strings. More... over 15 years ago
Removed deprecated activerecord model thing More... over 15 years ago
File data store was returning the full path instead of the relative one (uid) More... over 15 years ago
Added dependency on mime-types gem More... over 15 years ago
Added match_url matcher to get around fact that unordered hashes produce differing urls More... over 15 years ago
Readme says work in progress More... over 15 years ago
Now that url handler works, app spews out the generated params More... over 15 years ago
Added config.ru for running with rackup/shotgun More... over 15 years ago
Got the url handler working properly both ways More... over 15 years ago
Added method for forming query string from parameters More... over 15 years ago