- Stop using connection pool wrapper as per the documentation #103
- Revert gridster dashing to a newer version
- Upgrade assets based on Dashing repo
- Upgrade gems
- Saves last event on redis to be sent on first connection (@scambra)
- Upgrades rufus-scheduler
- Specifies bundler minimum version
- Moves sqlite3 deps in test/development group only
- Fix js lib require order issue #79
- Upgrade jquery.gridster to 0.5.6
- Upgrade Rickshaw to 1.5.1
- Cherry pick Shopify/dashing#438
- Cherry pick Shopify/dashing#521
- Fix bugs in
2.4.2
related to upgrades on graph widget without upgrading dashing-src and downgrading batman.js - Revert rails lock version to be
~> 4.1
Buggy version, please upgrade to 2.4.3
- Update dashing js src file from dashing sinatra version
- Update dashing css src file from dashing sinatra version
- Update gem dependencies
- Fix rails lock versioning to allow
>= 4.0
- Remove
respond_to
reference in events controller
Buggy version, please upgrade to 2.4.3
- Update graph widget coffee code
- Update Batman.js using
batman-rails
gem - Fixes #41 for good. We now don't have to use proc or lambdas anymore.
- Fixes #46
- Patch redis child connection when using passenger
- Remove all
Rails.root
occurance and move them to configuration file. Please use a proc or a lambda in the configuration sinceRails
module might not be defined when configuration file is required.
- Add dashing layout to the installer (re run
rails g dashing:install
if you want to have the dashing default layout file)
- Fix font awesome not included in the asset pipeline
- Upgrade font awesome to use the 4.0.x version
- Fix bin rails polution
- Improve rails engine and railtie
- Fix default widgets javascript files not required
- Refactor assets management. Now they all live in
vendor
directory. - Introduce a widget generator to build custom widget in a few seconds (
rails g dashing:widget my_widget
). - Rename configuration attributes (you need to regenerate the initializer config file with
rails g dashing:install
) - Simplify widget view path
- Bug fixes
- cherrypick Shopify/dashing#253
- cherrypick https://github.com/Shopify/dashing/commit/2b715ac63dd2de5c718142822663dbded44bbecd
- cherrypick https://github.com/Shopify/dashing/commit/9f93895bd40aad02e88f7ed7bfd954c930aa27db
- cherrypick https://github.com/Shopify/dashing/commit/9496b31d7787182b561bd99f8674901bd7667976
- cherrypick Shopify/dashing#181
- cherrypick https://github.com/Shopify/dashing/commit/3af326da84251069c4e6f7464d0ae8506b20e98b
- cherrypick Shopify/dashing#211
- Fix redis connection. Now using connection pool
- Allow redis custom connection using custom redis host, port and password.