otr-activerecord
otr-activerecord copied to clipboard
Off The Rails: Use ActiveRecord with Grape, Sinatra, Rack, or anything else!
Bumps [activerecord](https://github.com/rails/rails) from 7.0.1 to 7.0.3.1. Release notes Sourced from activerecord's releases. 7.0.3 Active Support No changes. Active Model No changes. Active Record Some internal housekeeping on reloads could break...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @wjordan!...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @wjordan!...
Bumps [rack](https://github.com/rack/rack) from 1.6.4 to 2.1.4.1. Commits 374f89a update changelog b8722dc bump version bbb1e85 Escape untrusted text when logging 41be3d7 Restrict broken mime parsing 5280870 bump version a243510 When parsing...
Bumps [rack](https://github.com/rack/rack) from 1.6.4 to 2.1.4.1. Commits 374f89a update changelog b8722dc bump version bbb1e85 Escape untrusted text when logging 41be3d7 Restrict broken mime parsing 5280870 bump version a243510 When parsing...
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
I was wondering if it was possible to generate diagrams for otr-activerecord with things like https://github.com/voormedia/rails-erd ? I just tried and got: ``` $ bundle exec erd Loading application in...
Cache?
Hi, I'm look into how to get activerecord query cache working otr. After adding this to my `config.ru`: ``` Ruby use ActiveRecord::QueryCache ``` On starting my server I now see...
Using ```ActiveRecord::Base.clear_active_connections!``` depricated since activerecord 7.1.1 [PR](https://github.com/rails/rails/pull/46274)
Bumps [activerecord](https://github.com/rails/rails) from 6.0.3.5 to 7.0.7. Release notes Sourced from activerecord's releases. 7.0.7 Active Support Fix Cache::NullStore with local caching for repeated reads. fatkodima Fix to_s with no arguments not...