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
script + rails application template for testing with rails More... over 11 years ago
add model stuff to initializer More... over 11 years ago
take into account ruby version in initializer More... over 11 years ago
doogie howser m.d. More... over 11 years ago
removed unneeded RuntimeErrorWithOriginal More... over 11 years ago
check for Railtie existing More... over 11 years ago
removed autoload stuff and manually require files when they are needed More... over 11 years ago
moved shared data store specs to lib/dragonfly/spec so that external gems can get to them More... over 11 years ago
Dragonfly.app in place of Dragonfly.default_app and Dragonfly[:app_name] More... over 11 years ago
removed Dragonfly::App#[] - just use #instance More... over 11 years ago
"add_analyser" -> "analyser" in config block More... over 11 years ago
"add_generator" -> "generator" in config block More... over 11 years ago
"add_processor" in configure block -> "processor" More... over 11 years ago
configure doesn't need yielded object More... over 11 years ago
removed unneeded app for testing More... over 11 years ago
setup_config -> set_up_config More... over 11 years ago
renamed "use" -> "plugin" More... over 11 years ago
sanity check tests for changing convert/identify commands More... over 11 years ago
use env variables instead of "command line" object More... over 11 years ago
configurable no longer calls methods on the plugin itself More... over 11 years ago
Content#env More... over 11 years ago
App#env More... over 11 years ago
no need for symbolize_keys option to json_decode and json_b64_decode More... over 11 years ago
disallow legacy urls by default More... over 11 years ago
allows logging shell commands with log_shell More... over 11 years ago
changed log format to be more similar to e.g. normal Rack More... over 11 years ago
log requests More... over 11 years ago
logging all goes through app.warn and app.info, which prefixes it with DRAGONFLY More... over 11 years ago
removed log_commands in shell - it would fail anyway at this point More... over 11 years ago
removed "cache_duration" - the user can simply override the Cache-Control header using "response_headers" More... over 11 years ago