igorkasyanchuk / rails_db

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

Disable update/delete? #97

Closed kelynch closed 5 years ago

kelynch commented 5 years ago

Hello,

Is there a way to disable the update/delete functions from this gem, as is shown in the demo Heroku app?

Thanks.

igorkasyanchuk commented 5 years ago

Hi @kelynch , There is no option to do it. On heroku I just have code where I've removed them from code.

I recommend to create a fork and connect it in your app. And you can do everything what you want