A few times a day, a query runs on my server that locks everything up:
SELECT * FROM <db_name>
.books
ORDER BY id
I have no clue what would generate a query like this. Anyone familiar
with Rails magic that could answer this question? =)
A few times a day, a query runs on my server that locks everything up:
SELECT * FROM <db_name>
.books
ORDER BY id
I have no clue what would generate a query like this. Anyone familiar
with Rails magic that could answer this question? =)
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs