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
Modified the way chaining etc. works. - job.process returns a new job which subsequent work on will not affect the original job - job.process! returns self, so modifies in place, but is still lazy wrt applying - apply applies as before, but returns self, so can be chained - to_temp_object (which will be required by analyser module anyway) applies then returns the temp object More... over 14 years ago
DRYed up step methods slightly More... over 14 years ago
Job#analyse was raising unnecessarily More... over 14 years ago
Moved App#call functionality into server object, using Rack::Builder More... over 14 years ago
better to have DosProtector#sha_length than use opts More... over 14 years ago
Created SimpleEndpoint for routing "/asdflhaslfd" -> job response More... over 14 years ago
Renamed SimpleEndpoint -> JobEndpoint More... over 14 years ago
App uses path prefix properly More... over 14 years ago
Analyser returns nil rather than raise if not defined/unable to handle More... over 14 years ago
Oops had broken job a bit More... over 14 years ago
Got rid of references to url_handler More... over 14 years ago
No need for Delegatable any more More... over 14 years ago
App should use Loggable rather than configurable More... over 14 years ago
Implemented analysis methods module More... over 14 years ago
Don't need delegator/delegatable stuff any more Processor/Analyser/Encoder can inherit from FunctionManager More... over 14 years ago
Not sure if we particularly need unregister - not come across a use case yet More... over 14 years ago
Implemented specs for more than one function of same name More... over 14 years ago
Raise errors if unable to handle, not defined More... over 14 years ago
Git ignore .bundle More... over 14 years ago
getting somewhere with function manager More... over 14 years ago
Rails 3.0.0.beta3 seems to have changed way File.dirname(__FILE__) works in the rails template More... over 14 years ago
Got rid of BelongsToApp in favour of Loggable, as this was the only thing being used really More... over 14 years ago
Renamed EncoderList -> Encoder More... over 14 years ago
Renamed AnalyserList -> Analyser More... over 14 years ago
Renamed ProcessorList -> Processor More... over 14 years ago
WIP: attachment should store a job, not a temp_object, because job already takes care of a lot of things like whether it's already been fetched or not More... over 14 years ago
Added Attachment#job More... over 14 years ago
Initializing job with content should pass in the actual temp_object More... over 14 years ago
Spud McGooney More... over 14 years ago
Dragonfly[:images] == Dragonfly::App[:images] More... over 14 years ago