dbhero
dbhero copied to clipboard
DBHero is a simple and elegant web interface to extract data clips from your app database. just plug and play ;)
Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...
Bumps [rack](https://github.com/rack/rack) from 1.6.8 to 2.2.3. Commits 1741c58 bump version 5ccca47 When parsing cookies, only decode the values a5e80f0 Bump version. b0de37d Remove trailing whitespace. 1a784e5 Prepare CHANGELOG for next...
Bumps [rake](https://github.com/ruby/rake) from 12.3.0 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [activejob](https://github.com/rails/rails) from 4.2.10 to 6.0.1. Release notes *Sourced from [activejob's releases](https://github.com/rails/rails/releases).* > ## 6.0.1 > ## Active Support > > * `ActiveSupport::SafeBuffer` supports `Enumerator` methods. > > *Shugo Maeda*...
Bumps [ffi](https://github.com/ffi/ffi) from 1.9.18 to 1.11.3. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.3 / 2019-11-25 > ------------------- > > Removed: > * Remove support for tainted objects which cause deprecation...
Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.1 to 4.0.0. Changelog *Sourced from [sprockets's changelog](https://github.com/rails/sprockets/blob/master/CHANGELOG.md).* > ## 4.0.0 > > - Fixes for Ruby 2.7 keyword arguments warnings [#625](https://github-redirect.dependabot.com/rails/sprockets/pull/625) > - Manifest files are...
Hello, After upgrading to Rails 5, the export CSV has broken. Fixed it changing ``` format.csv do send_data @dataclip.csv_string, type: Mime::CSV, disposition: "attachment; filename=#{@dataclip.token}.csv" end ``` to ``` format.csv do...
After successfully using Google's Two-Auth, I get: ActionController::UrlGenerationError: No route matches {:action=>"show", :controller=>"dbhero/dataclips", :format=>"csv", :id=>nil} missing required keys: [:id] I found that the error is: Google::APIClient - Please provide :application_name...
When I click "save and refresh" I get the error below if I don't include a dataclip name: No route matches {:action=>"edit", :controller=>"dbhero/dataclips", :id=>#
I was trying to run DBHero on a MySQL database and have some issues related to index. ``` [ec2-user@ip-172-31-26-217 dbhero]$ rake db:migrate == 20160616203934 CreateDbheroDataclips: migrating ============================ -- create_table(:dbhero_dataclips) ->...