Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mrjonesbot/sage

Tags

v0.2.4

Toggle v0.2.4's commit message
Add dotenv as gem dependency, fix Dashboards#edit 406

Move dotenv from Gemfile dev dependency to gemspec runtime dependency
so host apps get it automatically. Add missing edit.html.erb template
for dashboards which caused a 406 Not Acceptable response.

v0.2.3

Toggle v0.2.3's commit message
Refactor dashboard chart search implementation

v0.2.2

Toggle v0.2.2's commit message
Fix HTML-escaping JSON embed, for new dashboard forms

v0.2.1

Toggle v0.2.1's commit message
Align turbo frames between _new_form and _statement_box

Resolves an issue where broadcasts were not resolving/updating the view.

v0.2.0

Toggle v0.2.0's commit message
Fix Pagy FrozenError on fresh install

* Test to verify fix
* Improve install message clarity
* Allow sage-rails to use Pagy v9.4 or v43 (avoid conflicts in base app)

v0.1.9

Toggle v0.1.9's commit message
Simplify ask/write tabs, adjust cursor styles

v0.1.8

Toggle v0.1.8's commit message
Correctly decode HTML entities in data-initial-content

v0.1.7

Toggle v0.1.7's commit message
Use data-initial-content to render statements, avoid direct div rende…

…ring

Injecting statments directly into the editor's div was forcing
characters like double quotations to be forcibly escaped, resulting in
malformed SQL.

v0.1.6

Toggle v0.1.6's commit message
Remove reundant html_escape in statement box

v0.1.5

Toggle v0.1.5's commit message
Fix tab toggle visibility in /queries/new (css)