How do I override the “readonly” mode on the database for a GET request for RubyOnRails 7 app?
Context I understand that writing to the database under a GET request is against RESTful design but I am trying to install RailsMiniProfiler to my Rails ‘7.0.3.1’ project that also uses a MySQL database. RailsMiniProfile is a simple and useful for development and I got it up and running it works as expected on every […]
How do I override the “readonly” mode on the database for a GET request for RubyOnRails 7 app?
Context I understand that writing to the database under a GET request is against RESTful design but I am trying to install RailsMiniProfiler to my Rails ‘7.0.3.1’ project that also uses a MySQL database. RailsMiniProfile is a simple and useful for development and I got it up and running it works as expected on every […]