Closed
Description
(incomplete, needed a place to dump some notes/ideas)
The 1.0 release will require Ruby 2.2.
- remove
alias_method_chain
altogether (see Use Module#prepend instead of alias_chaining for rails exceptions #31), asModule#prepend
is always available- the
ActionDispatch::DebugExceptions
lookup shenanigans inlib/influxdb/rails/railtie.rb
can be simplified: AD::DE was introduced in Rails 4, and is always present - no need for
InfluxDB::Rails::Middleware::OldHijackRenderException
anymore InfluxDB::Rails.safely_prepend
can be inlined into the Railtie
- the
- integrate Feature/load config from file #22, extend defaults from
InfluxDB::Config::DEFAULT_CONFIG_OPTIONS
- create "stable" branch for 0.5.x releases
- add deprecation warnings
- release a last 0.5.x version with a post-install message
Metadata
Metadata
Assignees
Labels
No labels