Something like phpmyadmin but for Ruby on Rails ?
I need an app to administrate easily my mysql database.. It’s for myself. A GUI for Mysql database
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
finally, I hope, I can help you. This is my last project, because it was something what I missed for longer time.
https://github.com/robinbortlik/db_explorer
It is called DB explorer, it is application like phpMyAdmin, but written in Ruby on Rails. It is not exactly like, phpMyAdmin, because it not allow you so many configuration options. It is simple solution for browsing your DB, searching and editing data. You can connect many databases and different types like MySQL, PostgeSQL and Sqlite3.
Lets, try it, and let me know if there is something wrong, or something what would be great to have implemented.
Here are some screenshots