You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
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.