Skip to content

railsware/activeresource-conditional-get

Repository files navigation

HTTP conditional get support for ActiveResource.

Add this line to your application’s Gemfile:

gem 'activeresource-conditional-get'

And then execute:

$ bundle

Or install it yourself as:

$ gem install activeresource-conditional-get

Works out of box after adding:

ActiveResource::Base.cache = Rails.cache

Or

ActiveResource::Base.cache = ActiveSupport::Cache.lookup_store(:mem_cache_store)
  • Fork it

  • Create your feature branch (‘git checkout -b my-new-feature`)

  • Commit your changes (‘git commit -am ’Added some feature’‘)

  • Push to the branch (‘git push origin my-new-feature`)

  • Create new Pull Request

Copyright © 2012 Sergey Rozum. See LICENSE.txt for further details.

About

HTTP conditional get support for ActiveResource

Resources

License

Stars

1 star

Watchers

14 watching

Forks

Packages

 
 
 

Contributors