Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes per issue 10 discussion #15

Closed
wants to merge 9 commits into from

Conversation

joeytheman
Copy link

Here are the changes that should fix #6 and #8.

Andrew Hubbs & John Brandy and others added 9 commits June 5, 2012 15:57
Updated former implementation to not mutate the pasted in options hash. This change allows use with the caches_action method in ActiveSupport.
Also added instrument = true to every call of write_fragment.

Fixed typo in demo app that makes it not work.
Previously the railtie was requiring the application_controller on load of `action_controller`, which failed with certain rails applications. `before_configuration` comes later and ensure the ApplicationController already loaded.
@ScotterC
Copy link

ScotterC commented Apr 2, 2013

Any reason this isn't getting merged?

@gilest
Copy link

gilest commented Jul 8, 2013

+1 for merging. The current gem doesn't work at all for me, nor does the head of the repo. Using both cache and redis storage I couldn't get Cashier.tags to return anything other than an empty array. Installed from this pull request and everything works perfectly. Using Rails 4 and Ruby 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

undefined method `cashier'
3 participants