[Rails] NewGem: flagpole_sitta
I have created a new caching gem and am looking for feed back. This is
my first gem so any feedback would be great. Also test cases are being
built now.
--------
Flagpole Sitta is a gem thats main purpose is to make it easier to
effectively fragment cache in dynamic fashions in Rails.
When ever a cache is created it is associated with any model and/or
record you tell it to be from the view helper method. When that model
and/or record is updated all it's associated caches are cleared.
Flagpole also expects you to put all your database calls into
Procs/Lamdbas. This makes it so that your database calls wont have to
happen unless your cache hasn't been created. Thus speeding up response
time and reducing database traffic.
--------
More Found At The Below Locations
https://github.com/rovermicrover/FlagpoleSitta
https://rubygems.org/gems/flagpole_sitta
I look forward to any feedback that ya'll can provide.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home