remodel icon indicating copy to clipboard operation
remodel copied to clipboard

remodel -- a minimal ORM (object-redis-mapper) in a few hundred lines of ruby

Results 3 remodel issues
Sort by recently updated
recently updated
newest added

i create model Chart, alike : class Chart < Remodel::Entity property :title, :class => 'String' end after create records. i will query all record,but return [] always. not sure what...

Defaults to 0 instead if the key is not a symbol

ArgumentError: wrong number of arguments (2 for 1) /Users/phuesler/.gems/gems/json_pure-1.4.3/lib/json/common.rb:212:in `generate' /Users/phuesler/.gems/gems/json_pure-1.4.3/lib/json/common.rb:212:in`generate' remodel (0.1.3) lib/remodel.rb:210:in `to_json' remodel (0.1.3) lib/remodel.rb:182:in`save' remodel (0.1.3) lib/remodel.rb:219:in `create' remodel (0.1.3) lib/remodel.rb:105:in`create'