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
Modified public_methods and methods for extended temp object, so that e.g. autocomplete in console works More... over 15 years ago
Analyser correctly delegates to its registered analyser More... over 15 years ago
Analyser now reveals analysis methods via 'has_analysis_method?' and 'analysis_methods', rather than using respond_to? More... over 15 years ago
Made analyser register objects rather than modules More... over 15 years ago
Changed mime_type (e.g. 'image/jpeg') in parameters to format (e.g. 'jpg') - was previously unnecessarily converting mime_type => format => mime_type which could introduce extra problems anyway. More... over 15 years ago
Tweaks to mime types More... over 15 years ago
Added ability to register (and clear) custom mime types More... over 15 years ago
Added core extension for blank? (later will cherry-pick from activesupport) More... over 15 years ago
Raise a proper exception if can't find a mime-type More... over 15 years ago
Added spec for mime_types module More... over 15 years ago
Got rid of Utils in favour of Global MimeTypes More... over 15 years ago
Distinguished between getting the temp_object and 'fetch' in ar extension More... over 15 years ago
Made 'size' a magic attribute too More... over 15 years ago
Added yankie alias More... over 15 years ago
Implemented auto-assign of magic attributes on activerecord More... over 15 years ago
Transform shouldn't have been validating params (no uid is ok) More... over 15 years ago
Got rid of annoying block parameter warning More... over 15 years ago
Added extended_temp_object.transform and used in app.fetch (although no unit tests) More... over 15 years ago
Parameter.from_args can accept parameters as an arg More... over 15 years ago
rename app.get_processed_object => 'fetch' and use Parameter.from_args More... over 15 years ago
Added Parameters.from_args More... over 15 years ago
Added fetch to attachment More... over 15 years ago
Slight refactor to url_handler url_for More... over 15 years ago
renamed private model_uid => uid More... over 15 years ago
Added some specs for activerecord validations and a bit of refactoring model_spec More... over 15 years ago
Moved tests from attachment_spec to model_spec - less brittle More... over 15 years ago
Added useful shortcuts for resizing, cropping, and cropped resizing to config and rails generator More... over 15 years ago
Block shortcuts with a single regexp also yield the match data More... over 15 years ago
Added resize_and_crop to rmagick processor - also ensured test args pass in strings, as would happen in app More... over 15 years ago
Corrected crop args More... over 15 years ago