igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner
https://www.railsjazz.com/
MIT License
1.46k stars 111 forks source link

Allow activerecord queries feature #19

Closed westonganger closed 8 years ago

westonganger commented 8 years ago

It's would be nice to be able to use active record instead of generic sql you should allow both options.

igorkasyanchuk commented 8 years ago

Actually I think it's better to keep Rails_DB separate from Rails models as much as possible. This is actually can be implemented in separate gem, or you can use web_console to do something what you want.