sentient_user
sentient_user copied to clipboard
Allow your models to know who the current_user is.
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.48 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...
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 [rdoc](https://github.com/ruby/rdoc) from 4.2.2 to 6.3.2. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR...
Bumps [rake](https://github.com/ruby/rake) from 11.1.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
### Tests suites might get flaky when `User.current` is not cleanup after tests In the "normal" Rails request/response lifecycle it's not needed to clear `User.current` after a request has been...
Hi, I updated it to use [request_store](https://github.com/steveklabnik/request_store). Not sure if you are going to like it or not given that we add a dependency. Currently I'm using it on a...