Giter VIP home page Giter VIP logo

db_explorer's People

Contributors

davbre avatar degiorgig avatar fedorn avatar josin avatar makevoid avatar robinbortlik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

db_explorer's Issues

undefined method `country_select' for #<SimpleForm::FormBuilder...

Hi there, me again.

So, I ran into this error in

abstract_objects/_form.html.haml, line #5

for an app that has a model, "User" and a non-key string attribute, "country" in an SQLite3 local database. I looked around and it appears to be related to this issue: heartcombo/simple_form#54 which apparently has been addressed in the simple_forrm gem (see README), but perhaps might need to be tweaked in db_explorer?

"You have an error in your SQL syntax" - missing "`" keys.

Hi i found a syntax error in "app/controllers/database_connections_controller.rb".

I got this error:
"Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC LIMIT 50 OFFSET 0' at line 1: SELECT database_connections.* FROM database_connections ORDER BY database ASC LIMIT 50 OFFSET 0"

It's fixed if i modify this line:
@database_connections = DatabaseConnection.order("database ASC").page(params[:page])

To this:
@database_connections = DatabaseConnection.order("database ASC").page(params[:page])

Bundle Install

I am having an error when I bundle install your application:

An error occurred while installing eventmachine (1.0.3), and Bundler cannot continue.

Exporting issue

Hi there,

running the export feature on big amount of data makes the server crash. It's better to enter some kind of limitation.

Thanks
L80

format table attributes

Truncate the long texts and no wrap numbers.
Display all data in detail view of the record.

Not finding SQLite database tables?

DbExplorer works great with PostgreSQL and MYSQL. I cannot, however, get it to work correctly with SQLite3. I am able to successfully add (multiple) local SQLite database connections to the DatabaseConnection table via the db_explorer app while their corresponding rails servers are running. But the app does not "see" any of the corresponding SQLite3 database tables and thus the "List of Tables" is always empty on the schemas#show page. I don't know if it matters, but I have tried SQLite3 database apps under Rails 3.1.4, 3.2.1 and Rails 3.2.3 with no success. What am I missing? Any ideas? Thank you.

[Feature Request] Export function

Hi robinbortlik,
do you plan to build an export function?
Like the dump function of phpmyadmin or just on the selected values.

Cheers
L80

cannot load such file -- less

I have this error after installation (you have a typo in this word in readme ;) )

LoadError in Database_connections#index

Showing /home/fsqcds/db_explorer/app/views/layouts/application.html.haml where line #11 raised:

cannot load such file -- less
  (in /home/fsqcds/db_explorer/app/assets/stylesheets/bootstrap_and_overrides.css.less)
Extracted source (around line #11):

8:     / Le HTML5 shim, for IE6-8 support of HTML elements
9:     /[if lt IE 9]
10:       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
11:     = stylesheet_link_tag "application", :media => "all"
12:     %link{:href => "/favicon.ico", :rel => "shortcut icon"}/
13:     %link{:href => "images/apple-touch-icon.png", :rel => "apple-touch-icon"}/
14:     %link{:href => "images/apple-touch-icon-72x72.png", :rel => "apple-touch-icon", :sizes => "72x72"}/

DEPRECATION WARNING

DEPRECATION WARNING: Sprockets method register_engine is deprecated.
Please register a mime type using register_mime_type then
use register_compressor or register_transformer.
https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors
(called from block in class:Railtie at /usr/local/rvm/gems/ruby-2.3.0/gems/less-rails-2.7.1/lib/less/rails/railtie.rb:15)

DEPRECATION WARNING: You are using the a deprecated processor interface Less::Rails::ImportProcessor.
Please update your processor interface:
https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors
(called from block in class:Railtie at /usr/local/rvm/gems/ruby-2.3.0/gems/less-rails-2.7.1/lib/less/rails/railtie.rb:20)
/usr/local/rvm/gems/ruby-2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/http/mime_type.rb:163: warning: already initialized constant Mime::CSV
/usr/local/rvm/gems/ruby-2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/http/mime_type.rb:163: warning: previous definition of CSV was here

Thin web server (v1.7.0 codename Dunder Mifflin)
Maximum connections set to 1024
Listening on localhost:3000, CTRL+C to stop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.