gitmodel icon indicating copy to clipboard operation
gitmodel copied to clipboard

An ActiveModel-compliant persistence framework for Ruby that uses Git for versioning and remote syncing.

Results 12 gitmodel issues
Sort by recently updated
recently updated
newest added

Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.1.0 to 1.4.3. Changelog Sourced from yajl-ruby's changelog. Changelog Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yajl-ruby&package-manager=bundler&previous-version=1.1.0&new-version=1.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

I've pulled down the repository and run the specs, but I get 53 failures since I'm not using memcache. My steps: ``` cd ~/code/test git clone https://github.com/pauldowman/gitmodel.git rvm gemset create...

According to http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ Gemfile.lock should not be included with a gem.

Is gitmodel alive? just in case, i've released `gitmodel-rails` gem just now to integrate it with rails. Please tell me if you are intrested to develop and mantain it further,...

Repository should not be updated, if no attributes were changed. It should detect through Dirty class which attributes, and may be even blobs were changed. Right now there are an...

memcached has a 1mb limit per key, so an exception is raised when we try to store large blobs in memcached, and anyway it's a waste of space to store...

GitModel doesn't have a fixed schema, but queries fail if they use an attribute that isn't defined on any records. This causes problems like pauldowman/balisong#7. I think an undefined attribute...