-
Notifications
You must be signed in to change notification settings - Fork 26
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
Updated to latest gems and tested with cassandra 0.7 #16
Open
cirode
wants to merge
21
commits into
NZKoz:master
Choose a base branch
from
dachisgroupuk:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vendorised cassandra to get the tests running only 12 failures now
…ing whole objects.
fixed an issue with the index cleanup. Seems someone got confused with the amount of variables marked as "key"..
Turns out tzinfo is no longer a dependency of active_support and so needed to be manually added
…ored in Cassandra. E.g.: Customer.count # returns the number of Customers items
+1 |
E.g.: key :natural, :attributes => [:an_attribute, :a_method]
We also have a maintained fork at https://github.com/gotime/cassandra_object. The history that it was forked was lost because it started as a private repo. |
…wise, when tombstones are in Cassandra the all() method may return zero results regardless of the number of valid results it should be returning. Fixed get_range parameters (were referring to some very old version of the cassandra gem).
…bjects and associations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We are using cassandra object in one of our projects having decided that updating this gem was easier and better than creating a model base ourselves. The following changes have been added
If you are amenable to it, we will be added support for cassandra/0.8 and other small enhancements as we need them for this project and these will form additional pull requests