--- !ruby/object:Gem::Specification name: rails_db version: !ruby/object:Gem::Version version: 1.6.0 platform: ruby authors: - Igor Kasyanchuk autorequire: bindir: bin cert_chain: [] date: 2017-05-30 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 - !ruby/object:Gem::Dependency name: codemirror-rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: terminal-table requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: simple_form requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ransack requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: kaminari requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: launchy requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: mysql2 requirement: !ruby/object:Gem::Requirement requirements: - - "<=" - !ruby/object:Gem::Version version: 0.3.20 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "<=" - !ruby/object:Gem::Version version: 0.3.20 - !ruby/object:Gem::Dependency name: pg requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: axlsx_rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: will_paginate requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.0.6 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.0.6 - !ruby/object:Gem::Dependency name: mime-types requirement: !ruby/object:Gem::Requirement requirements: - - "<" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "<" - !ruby/object:Gem::Version version: '3.0' description: Quick way to inspect your Rails database, see content of tables, filter, export them to CSV, Excel, EXPLAIN SQL and run SQL queries. email: - igorkasyanchuk@gmail.com executables: - railsdb - rails_db - runsql extensions: [] extra_rdoc_files: [] files: - Gemfile - Gemfile.lock - MIT-LICENSE - Rakefile - app/assets/images/rails_db/data_table.png - app/assets/images/rails_db/data_table_code.png - app/assets/images/rails_db/logo.png - app/assets/images/rails_db/logo_mini.png - app/assets/images/rails_db/railsdb.png - app/assets/images/rails_db/runsql.png - app/assets/javascripts/rails_db/application.js - app/assets/javascripts/rails_db/foundation.min.js - app/assets/javascripts/rails_db/jquery.cookie.js - app/assets/javascripts/rails_db/jquery.js - app/assets/javascripts/rails_db/rails-ujs.js - app/assets/javascripts/rails_db/search.js - app/assets/javascripts/rails_db/show_hide_columns.js - app/assets/javascripts/rails_db/sticky.js - app/assets/stylesheets/rails_db/app.css - app/assets/stylesheets/rails_db/application.css - app/assets/stylesheets/rails_db/forms.css - app/assets/stylesheets/rails_db/foundation.css - app/assets/stylesheets/rails_db/foundation.min.css - app/assets/stylesheets/rails_db/foundation_and_overrides.css - app/assets/stylesheets/rails_db/normalize.css - app/assets/stylesheets/rails_db/pagination.css - app/assets/stylesheets/rails_db/search.css - app/assets/stylesheets/rails_db/sidebar.css - app/assets/stylesheets/rails_db/table.css - app/controllers/rails_db/application_controller.rb - app/controllers/rails_db/dashboard_controller.rb - app/controllers/rails_db/sql_controller.rb - app/controllers/rails_db/tables_controller.rb - app/helpers/rails_db/application_helper.rb - app/helpers/rails_db/flash_messages_helper.rb - app/helpers/rails_db/rails_db_data_table_helper.rb - app/helpers/rails_db/tables_helper.rb - app/views/layouts/rails_db/application.html.erb - app/views/rails_db/dashboard/data_table.html.erb - app/views/rails_db/dashboard/index.html.erb - app/views/rails_db/dashboard/standalone.html.erb - app/views/rails_db/shared/_data_table.html.erb - app/views/rails_db/shared/_exp_col.html.erb - app/views/rails_db/shared/_footer.html.erb - app/views/rails_db/shared/_gems.html.erb - app/views/rails_db/shared/_header.html.erb - app/views/rails_db/shared/_sidebar.html.erb - app/views/rails_db/shared/_sql_result.html.erb - app/views/rails_db/sql/_explain.html.erb - app/views/rails_db/sql/_history.html.erb - app/views/rails_db/sql/_import_sample.html.erb - app/views/rails_db/sql/_results.html.erb - app/views/rails_db/sql/import.html.erb - app/views/rails_db/sql/index.html.erb - app/views/rails_db/sql/xls.xls.axlsx - app/views/rails_db/tables/_condition_fields.html.erb - app/views/rails_db/tables/_data.html.erb - app/views/rails_db/tables/_edit.html.erb - app/views/rails_db/tables/_new.html.erb - app/views/rails_db/tables/_row.html.erb - app/views/rails_db/tables/_search.html.erb - app/views/rails_db/tables/_show.html.erb - app/views/rails_db/tables/_sql.html.erb - app/views/rails_db/tables/create.js.erb - app/views/rails_db/tables/data.html.erb - app/views/rails_db/tables/data.js.erb - app/views/rails_db/tables/destroy.js.erb - app/views/rails_db/tables/edit.js.erb - app/views/rails_db/tables/index.html.erb - app/views/rails_db/tables/new.js.erb - app/views/rails_db/tables/show.html.erb - app/views/rails_db/tables/show.js.erb - app/views/rails_db/tables/table.xls.axlsx - app/views/rails_db/tables/update.js.erb - bin/rails_db - bin/railsdb - bin/runsql - config/database.travis.yml - config/initializers/mime_types.rb - config/initializers/simple_form.rb - config/initializers/will_paginate_fix.rb - config/locales/simple_form.en.yml - config/routes.rb - lib/ext/ransack_ext.rb - lib/ext/simple_form_ext.rb - lib/ext/string_ext.rb - lib/generators/USAGE - lib/generators/rails_db_generator.rb - lib/generators/templates/rails_db.rb - lib/libs.rb - lib/rails/routes.rb - lib/rails_db.rb - lib/rails_db/adapters/base_adapter.rb - lib/rails_db/adapters/mysql.rb - lib/rails_db/adapters/postgres.rb - lib/rails_db/adapters/sqlite.rb - lib/rails_db/blank_results.rb - lib/rails_db/connection.rb - lib/rails_db/database.rb - lib/rails_db/engine.rb - lib/rails_db/history.rb - lib/rails_db/mysql_result.rb - lib/rails_db/rails_db_error.rb - lib/rails_db/result.rb - lib/rails_db/sql_explain.rb - lib/rails_db/sql_import.rb - lib/rails_db/sql_query.rb - lib/rails_db/sql_query_data.rb - lib/rails_db/table.rb - lib/rails_db/table_data.rb - lib/rails_db/table_pagination.rb - lib/rails_db/version.rb - lib/standalone.rb - lib/tasks/rails_db_tasks.rake - lib/templates/erb/scaffold/_form.html.erb - rails_db.gemspec - test/dashboard_controller_test.rb - test/database_test.rb - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/fonts/glyphicons-halflings-regular.eot - test/dummy/app/assets/fonts/glyphicons-halflings-regular.svg - test/dummy/app/assets/fonts/glyphicons-halflings-regular.ttf - test/dummy/app/assets/fonts/glyphicons-halflings-regular.woff - test/dummy/app/assets/fonts/glyphicons-halflings-regular.woff2 - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/bootstrap-theme.min.css - test/dummy/app/assets/stylesheets/bootstrap.min.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/home_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/account.rb - test/dummy/app/models/comment.rb - test/dummy/app/models/contact.rb - test/dummy/app/models/customer.rb - test/dummy/app/models/legacy_account.rb - test/dummy/app/models/payment.rb - test/dummy/app/models/populate.rb - test/dummy/app/models/project.rb - test/dummy/app/models/user.rb - test/dummy/app/views/home/index.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/setup - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/rails_db.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/db/migrate/20151013203739_create_users.rb - test/dummy/db/migrate/20151013203757_create_comments.rb - test/dummy/db/migrate/20151013204027_populate_data.rb - test/dummy/db/migrate/20151014074454_create_accounts.rb - test/dummy/db/migrate/20151014074655_create_contacts.rb - test/dummy/db/migrate/20151014152932_add_bd.rb - test/dummy/db/migrate/20151014183823_create_projects.rb - test/dummy/db/migrate/20151014184243_add_long_text.rb - test/dummy/db/migrate/20151015145740_populate_db.rb - test/dummy/db/migrate/20151027192250_create_payments.rb - test/dummy/db/migrate/20151027223149_add_non_pk_table.rb - test/dummy/db/migrate/20151028191429_create_legacy_accounts.rb - test/dummy/db/migrate/20151121125538_add_boolean_field_to_user.rb - test/dummy/db/migrate/20170126124628_add_sti_model.rb - test/dummy/db/rails_db.sqlite3 - test/dummy/db/schema.rb - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/test/fixtures/accounts.yml - test/dummy/test/fixtures/comments.yml - test/dummy/test/fixtures/contacts.yml - test/dummy/test/fixtures/legacy_accounts.yml - test/dummy/test/fixtures/projects.yml - test/dummy/test/fixtures/users.yml - test/dummy/test/models/account_test.rb - test/dummy/test/models/comment_test.rb - test/dummy/test/models/contact_test.rb - test/dummy/test/models/legacy_account_test.rb - test/dummy/test/models/project_test.rb - test/dummy/test/models/user_test.rb - test/rails_db_data_table_helper_test.rb - test/rails_db_test.rb - test/sql_import_test.rb - test/sql_query_test.rb - test/standalone/Gemfile - test/standalone/Gemfile.lock - test/standalone/README.rdoc - test/standalone/Rakefile - test/standalone/app/assets/fonts/glyphicons-halflings-regular.eot - test/standalone/app/assets/fonts/glyphicons-halflings-regular.svg - test/standalone/app/assets/fonts/glyphicons-halflings-regular.ttf - test/standalone/app/assets/fonts/glyphicons-halflings-regular.woff - test/standalone/app/assets/fonts/glyphicons-halflings-regular.woff2 - test/standalone/app/assets/javascripts/application.js - test/standalone/app/assets/stylesheets/application.css - test/standalone/app/assets/stylesheets/bootstrap-theme.min.css - test/standalone/app/assets/stylesheets/bootstrap.min.css - test/standalone/app/controllers/application_controller.rb - test/standalone/app/controllers/home_controller.rb - test/standalone/app/helpers/application_helper.rb - test/standalone/app/views/home/index.html.erb - test/standalone/app/views/layouts/application.html.erb - test/standalone/bin/bundle - test/standalone/bin/rails - test/standalone/bin/rake - test/standalone/bin/setup - test/standalone/config.ru - test/standalone/config/application.rb - test/standalone/config/boot.rb - test/standalone/config/database.yml - test/standalone/config/environment.rb - test/standalone/config/environments/development.rb - test/standalone/config/environments/production.rb - test/standalone/config/environments/test.rb - test/standalone/config/initializers/assets.rb - test/standalone/config/initializers/backtrace_silencers.rb - test/standalone/config/initializers/cookies_serializer.rb - test/standalone/config/initializers/filter_parameter_logging.rb - test/standalone/config/initializers/inflections.rb - test/standalone/config/initializers/mime_types.rb - test/standalone/config/initializers/quiet_assets.rb - test/standalone/config/initializers/rails_db.rb - test/standalone/config/initializers/session_store.rb - test/standalone/config/initializers/wrap_parameters.rb - test/standalone/config/locales/en.yml - test/standalone/config/routes.rb - test/standalone/config/secrets.yml - test/standalone/public/404.html - test/standalone/public/422.html - test/standalone/public/500.html - test/standalone/public/favicon.ico - test/table_test.rb - test/tables_helper_test.rb - test/test_helper.rb - test/test_sql_mysql.sql - test/test_sql_postgres.sql - test/test_sql_sqlite.sql homepage: https://github.com/igorkasyanchuk/rails_db licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.2 signing_key: specification_version: 4 summary: Inspect your Rails DB (table content viewer, execute sql queries, export & import data test_files: - test/test_sql_mysql.sql - test/sql_import_test.rb - test/test_sql_postgres.sql - test/database_test.rb - test/standalone/Gemfile.lock - test/standalone/app/helpers/application_helper.rb - test/standalone/app/assets/javascripts/application.js - test/standalone/app/assets/fonts/glyphicons-halflings-regular.woff - test/standalone/app/assets/fonts/glyphicons-halflings-regular.ttf - test/standalone/app/assets/fonts/glyphicons-halflings-regular.svg - test/standalone/app/assets/fonts/glyphicons-halflings-regular.eot - test/standalone/app/assets/fonts/glyphicons-halflings-regular.woff2 - test/standalone/app/assets/stylesheets/bootstrap.min.css - test/standalone/app/assets/stylesheets/bootstrap-theme.min.css - test/standalone/app/assets/stylesheets/application.css - test/standalone/app/views/home/index.html.erb - test/standalone/app/views/layouts/application.html.erb - test/standalone/app/controllers/application_controller.rb - test/standalone/app/controllers/home_controller.rb - test/standalone/public/404.html - test/standalone/public/favicon.ico - test/standalone/public/500.html - test/standalone/public/422.html - test/standalone/config/boot.rb - test/standalone/config/database.yml - test/standalone/config/application.rb - test/standalone/config/locales/en.yml - test/standalone/config/routes.rb - test/standalone/config/environments/development.rb - test/standalone/config/environments/test.rb - test/standalone/config/environments/production.rb - test/standalone/config/secrets.yml - test/standalone/config/environment.rb - test/standalone/config/initializers/session_store.rb - test/standalone/config/initializers/cookies_serializer.rb - test/standalone/config/initializers/inflections.rb - test/standalone/config/initializers/backtrace_silencers.rb - test/standalone/config/initializers/mime_types.rb - test/standalone/config/initializers/assets.rb - test/standalone/config/initializers/rails_db.rb - test/standalone/config/initializers/quiet_assets.rb - test/standalone/config/initializers/wrap_parameters.rb - test/standalone/config/initializers/filter_parameter_logging.rb - test/standalone/Rakefile - test/standalone/config.ru - test/standalone/bin/rails - test/standalone/bin/rake - test/standalone/bin/bundle - test/standalone/bin/setup - test/standalone/Gemfile - test/standalone/README.rdoc - test/test_helper.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/user.rb - test/dummy/app/models/contact.rb - test/dummy/app/models/customer.rb - test/dummy/app/models/populate.rb - test/dummy/app/models/payment.rb - test/dummy/app/models/legacy_account.rb - test/dummy/app/models/project.rb - test/dummy/app/models/account.rb - test/dummy/app/models/comment.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/fonts/glyphicons-halflings-regular.woff - test/dummy/app/assets/fonts/glyphicons-halflings-regular.ttf - test/dummy/app/assets/fonts/glyphicons-halflings-regular.svg - test/dummy/app/assets/fonts/glyphicons-halflings-regular.eot - test/dummy/app/assets/fonts/glyphicons-halflings-regular.woff2 - test/dummy/app/assets/stylesheets/bootstrap.min.css - test/dummy/app/assets/stylesheets/bootstrap-theme.min.css - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/views/home/index.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/home_controller.rb - test/dummy/public/404.html - test/dummy/public/favicon.ico - test/dummy/public/500.html - test/dummy/public/422.html - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/application.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/test.rb - test/dummy/config/environments/production.rb - test/dummy/config/secrets.yml - test/dummy/config/environment.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/rails_db.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/Rakefile - test/dummy/db/schema.rb - test/dummy/db/rails_db.sqlite3 - test/dummy/db/migrate/20151014183823_create_projects.rb - test/dummy/db/migrate/20170126124628_add_sti_model.rb - test/dummy/db/migrate/20151014074454_create_accounts.rb - test/dummy/db/migrate/20151015145740_populate_db.rb - test/dummy/db/migrate/20151014184243_add_long_text.rb - test/dummy/db/migrate/20151013204027_populate_data.rb - test/dummy/db/migrate/20151014152932_add_bd.rb - test/dummy/db/migrate/20151013203739_create_users.rb - test/dummy/db/migrate/20151013203757_create_comments.rb - test/dummy/db/migrate/20151027192250_create_payments.rb - test/dummy/db/migrate/20151028191429_create_legacy_accounts.rb - test/dummy/db/migrate/20151027223149_add_non_pk_table.rb - test/dummy/db/migrate/20151014074655_create_contacts.rb - test/dummy/db/migrate/20151121125538_add_boolean_field_to_user.rb - test/dummy/config.ru - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/bin/bundle - test/dummy/bin/setup - test/dummy/test/fixtures/users.yml - test/dummy/test/fixtures/accounts.yml - test/dummy/test/fixtures/projects.yml - test/dummy/test/fixtures/comments.yml - test/dummy/test/fixtures/legacy_accounts.yml - test/dummy/test/fixtures/contacts.yml - test/dummy/test/models/comment_test.rb - test/dummy/test/models/account_test.rb - test/dummy/test/models/contact_test.rb - test/dummy/test/models/legacy_account_test.rb - test/dummy/test/models/project_test.rb - test/dummy/test/models/user_test.rb - test/dummy/README.rdoc - test/sql_query_test.rb - test/dashboard_controller_test.rb - test/tables_helper_test.rb - test/test_sql_sqlite.sql - test/rails_db_test.rb - test/table_test.rb - test/rails_db_data_table_helper_test.rb