Skip to content

Commit

Permalink
Added the awesome patch to Ramaze::Cache::Sequel added by Lars Olsson…
Browse files Browse the repository at this point in the history
…. While I cleaned up

most of the code so that it meets the standards of Ramaze it could be that I missed 
something so it would be cool if @manveru could take a better look at it.

An example of using the new Sequel cache works like the following:

Ramaze.options.cache.session = Ramaze::Cache::Sequel.using(
  :connection => Sequel.mysql(
    :host     => 'localhost', 
    :user     => 'user',
    :password => 'password', 
    :database => 'blog'
  ),
  :table => :blog_sessions
)

For more information on this patch read the following thread on the mailing list: 
https://groups.google.com/d/topic/ramaze/kWO8u5NrA-c/discussion
  • Loading branch information
YorickPeterse committed Apr 18, 2011
1 parent bc9dcbf commit c5587c0
Showing 1 changed file with 279 additions and 117 deletions.
Loading

0 comments on commit c5587c0

Please sign in to comment.