0
I Use This!
Inactive

Commits : Listings

Analyzed 43 minutes ago. based on code collected about 5 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add views counter More... over 10 years ago
Markdown README.md More... over 10 years ago
minor mods to make compatible with rails 2.3 + HBase 0.20.0-dev (r743660) More... about 15 years ago
Added reconnect logic to latest branch of rhino More... about 15 years ago
finished removing hbase-specific aspects More... over 15 years ago
genericized adapter to get ready for possible cassandra support More... over 15 years ago
implemented scanning on a specified set of columns More... over 15 years ago
added file that should have been present in previous commit More... over 15 years ago
fixed issue with has_many where cell objects would point to the last-instantiated model object, not their own model object -- rewrote the association proxy More... over 15 years ago
implemented Cell#== More... over 15 years ago
updated README to include Rhino::Constraints More... over 15 years ago
removed debug code in constraints More... over 15 years ago
rake task for starting hbase (if it's in ~/src/hbase-0.18.1) More... over 15 years ago
added credit for Dru Jensen More... over 15 years ago
formatting change More... over 15 years ago
cells can be added without saving again, to allow for manual timestamp setting for cells More... over 15 years ago
constraints now apply only to the model they're defined on, not to every single subclass of Rhino::Model More... over 15 years ago
added atomic saving for cells More... over 15 years ago
Rhino::Model pluralizes table names according to English inflection rules from ActiveSupport (patch from Dru Jensen) More... over 15 years ago
removed tests involving changing a row key since that is not a useful operation More... over 15 years ago
fixed tests to work with timestamps, which invalidates Model#== More... over 15 years ago
added timestamp handling to Model More... over 15 years ago
rows returned by scanner use htable #prepare_rowresult to prepare them More... over 15 years ago
removed new_record? arg in call to put More... over 15 years ago
updated htable interface to reflect changes in thrift data More... over 15 years ago
regenerated thrift code More... over 15 years ago
removed debugging log messages More... over 15 years ago
removed debug call on cell-model connection to speed up More... over 15 years ago
removed number checking on getting a cell by key More... over 15 years ago
trying to get with a blank or nil row key now raises ArgumentError More... over 15 years ago