RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

RailsDB Standalone & runsql to execute SQL directly from command line

https://github.com/igorkasyanchuk/rails_db

Major update for RailsDB. Now you can use RailsDB as standalone app without adding to Gemfile.

0.7 - November 1, 2015

  • added standalone app ‘railsdb’
  • added util app ‘runsql’
  • scroll page to Table Data if we have many tables and user click in sidebar on it
  • disable logs for standalone apps

Comments

Great project. As an alternative you might try the dbbrowser gem - it’s a mountable rack app (works for Rails, Sinatra, etc.) Cheers.

Hmm, I didn’t know about such gems, looks good, but all of them are not up to date and require some configuration or deeper integration with project. But I like how some of them are implemented using Sequel gem

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in