redis_on_rails icon indicating copy to clipboard operation
redis_on_rails copied to clipboard

Example code for my Railsconf 2012 talk

Results 9 redis_on_rails issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.33 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...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.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!...

dependencies

Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12 to 3.12.2. Changelog Sourced from rdoc's changelog. === 3.12.2 / 2013-02-24 Bug fixes Fixed bug in syntax-highlighting that would corrupt regular expressions. Ruby Bug #6488 by...

dependencies

Bumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.4.6 to 0.5.6. Release notes Sourced from oauth's releases. Version 0.5.5 Fixed security issue and cleaned up codebase. v0.5.4 Version 0.5.4 Changelog Sourced from oauth's changelog. ===...

dependencies

Bumps [json](https://github.com/flori/json) from 1.7.3 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2.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...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.4.1 to 1.4.7. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > # Changelog > > All notable changes to this project will be documented in this file. For info...

dependencies

When storing event objects in redis that have ids of related records, they get lazily loaded, but the problem is when showing a list of events with related records then...