Changelog for
ruby1.8-rubygem-couch_potato-testsuite-1.7.1-1.8.i586.rpm :
Thu Aug 3 14:00:00 2017 cooloAATTsuse.com
- updated to version 1.7.1
see installed CHANGES.md
[#]## 1.7.1
* added support for properties of type Integer
Wed May 4 14:00:00 2016 cooloAATTsuse.com
- updated to version 1.7.0
see installed CHANGES.md
[#]## 1.7.0
* added `_revisions` method that returns all available revisions of a document.
[#]## 1.6.4
* bug fix for accessing inherited properties (Alexander Lang)
[#]## 1.6.3
* added ActiveSupport instrumentation (Alexander Lang)
[#]## 1.6.2
* view digest bugfix (Alexander Lang)
[#]## 1.6.1
* added option to add digests to a single view (Alexander Lang)
[#]## 1.6.0
* added global option to add digests to view names (Alexander Lang)
[#]## 1.5.1
* updated CouchRest to 2.0.0.rc3 in order to re-use http connections. Performance improvements. (Thilo Utke)
* added passing params to lists (Alexander Lang)
Sat Mar 19 13:00:00 2016 cooloAATTsuse.com
- updated to version 1.6.5
see installed CHANGES.md
Wed Mar 16 13:00:00 2016 cooloAATTsuse.com
- updated to version 1.6.4
see installed CHANGES.md
[#]## 1.5.0
* Moved RSpec matchers into couch_potato-rspec gem. This way, people not using RSpec don\'t need to install the helpers, plus we can release separate matchers for RSpec 2 and 3.
Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 1.4.0
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 1.2.0
* adds optional deep dirty tracking (andymorris)
* fixes an exception when deleting an already deleted document (Alexander Lang)
Sun Apr 6 14:00:00 2014 cooloAATTsuse.com
- updated to version 1.1.4
* Removes the dependency to json/add/core (cstettner)
* removes check if database exists to avoid lots of additional requests (Alexander Lang)
Sat Mar 15 13:00:00 2014 cooloAATTsuse.com
- updated to version 1.1.2
* fixes `CouchPotato.models` did not include subclasses
* adds `CouchPotato.use` (Daniel Lohse)
* fixes MapReduceToMatcher when reduce uses `sum` (Daniel Lohse)
* adds `CouchPotato::Config.database_host` for using multiple databases in a project (Daniel Lohse)
* makes `cast_native` cast floats with no leading digits (wrshawn)
Sun Dec 1 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.1.1
* fixes properties were leaked to sibling classes (Alexander Lang)
Fri Nov 22 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.1.0
* adds conflict handling for Database#save/destroy (Alexander Lang)
Tue Jul 30 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.0.1
Thu Aug 30 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.7.1
Wed Aug 8 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.7.0
Wed Aug 1 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.6.0
Wed Jan 26 13:00:00 2011 mrueckertAATTsuse.de
- update to version 0.4.0
* ruby 1.9.2 compatibility (langalex)
* couch potato objects now behave correctly when used as keys in
Hashes (langalex)
* use as_json instead of to_s(:json), which is the rails way
* use ActiveModel dirty tracking (langalex) - this means no more
\"deep tracking\", e.g. `user.tags << \'new_tag\'; user.dirty? # false`
Sun Nov 14 13:00:00 2010 mrueckertAATTsuse.de
- update to version 0.3.2
* support for lists (langalex)
* switch to activemodel adds support for rails 3
- additional changes from version 0.2.32
* added persisted? and to_key for proper ActiveModel compliance (thilo)
* id setter (jhohertz-work)
* load document ids if include\\_documents is false (jweiss)
* persist given created\\_at/updated\\_at instead of Time.now (langalex)
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- update to version 0.2.31
* Removed requirement for validatable gem. Allows for using more
uptodate versions of the library, or doesn\'t install it when
you\'re using ActiveModel. (mattmatt)
* fixed callbacks of super classes were not run (langalex)
- additional changes from version 0.2.30
* pass in multiple keys when querying a view (langalex)
- additional changes from version 0.2.29
* nicer inspect() for models (mattmatt)
* fixed (re)reduce for property views wasn\'t working (langalex)
- additional changes from version 0.2.28
* fixed reloading nested classes (langalex)
* fixed constant missing error when loading models with
uninitialized classes via views (langalex)
* added rspec helpers for stubbing out views (langalex)
* fixed design document names for nested model classes (svenfuchs)
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Thu Mar 25 13:00:00 2010 mrueckertAATTsuse.de
- initial package