Matt Aimonetti
bd1b114930
bumped version to 0.30 and added history.txt + pagination doc in the readme
2009-07-08 11:54:06 -07:00
John Wood
cf76466795
Added Collection mixin.
...
The Collection mixin adds support for executing a view, and passing
back the view results as an Array of the given ExtendedDocument instance.
It also supports will_paginate like pagination methods (paginate, paginated_each),
which will only fetch the given set of documents from CouchDB.
2009-07-08 09:38:26 -07:00
Matt Aimonetti
f1b2315524
bumped the release because of github *sigh*
2009-05-28 19:43:55 -07:00
Matt Aimonetti
28df50daca
minor text edit, trying to get github to build the gem
2009-05-28 19:41:30 -07:00
Matt Aimonetti
295c0f0511
fixed the design doc cache issue
2009-05-27 23:59:43 -07:00
Matt Aimonetti
8814ab531d
bumped version number after fixing a potentially serious design doc bug
2009-05-20 16:33:19 -07:00
Matt Aimonetti
85079a54d9
bumped the version
2009-05-17 21:20:38 -07:00
Matt Aimonetti
a4e6713aeb
removed the json dependency so everything can work fine with ruby1.9/jruby/macruby etc.. version bumped
2009-05-13 23:20:05 -07:00
Matt Aimonetti
53df7369bc
bumped the version due to many bug fixes being addressed lately
2009-04-27 20:53:02 -07:00
Matt Aimonetti
266583805c
updated the gemspec
2009-03-27 11:54:05 -07:00
Matt Aimonetti
ce46715d69
upgraded the gemspec (ruby1.9 compatible and enforcing a properly working version of rubygems)
2009-03-25 00:00:42 -07:00
Chris Anderson
e466b20df9
fixed gemspec
2009-03-23 16:27:58 +01:00
Matt Aimonetti
115cb6a7ee
fixed the subclassing of ExtendedDocument classes
2009-03-19 18:53:17 -07:00
Matt Aimonetti
aad6b8383d
merged jchris/master
2009-03-16 14:57:29 -07:00
Chris Anderson
76ef427862
rev gem to version 0.17.0
2009-03-15 13:01:39 -07:00
Chris Anderson
917157a0e7
rev version and new gemspec
2009-03-14 19:03:17 -07:00
Matt Aimonetti
d2c461e7f0
bumped the version # since this version is only compatible with latest couchdb trunk
2009-03-11 15:15:08 -07:00
Matt Aimonetti
bfff491202
bumped the version number
2009-03-06 16:31:07 -08:00
Matt Aimonetti
3b85555d5e
trying to get GH to build the gem
2009-03-06 16:19:39 -08:00
Matt Aimonetti
5607936540
updated the callback system using Yehuda's latest version and bumped the release to make the latest fixes available
2009-03-05 23:52:48 -08:00
Matt Aimonetti
98fb1d728d
bumped to 0.2 now that I rebased with master
2009-03-02 22:40:29 -08:00
Matt Aimonetti
55ecda2c90
spec'd casted extended document
2009-03-02 21:15:02 -08:00
Matt Aimonetti
80317f31a5
fixed the uuid count for the latest version of couchdb
...
also avoided CONSTANTS warnings, cleaned up the attachment specs, added missing fixtures
2009-02-25 00:22:11 -08:00
Matt Aimonetti
fe489f2d38
removed CouchRest::Model, added more specs and fixed a bug with casted CR::ExtendedDocument
2009-02-24 22:51:13 -08:00
Matt Aimonetti
72542dc876
fixed a bug with validation
2009-02-20 18:32:01 -08:00
Matt Aimonetti
2f8caa8740
added a new validator
2009-02-20 15:34:49 -08:00
Matt Aimonetti
be469b2a86
bumped release to 0.14 after implementing the new features in a real life app.
...
* added extended attachments
* fixed a bug with default values
2009-02-17 17:59:31 -08:00
Matt Aimonetti
c4cce18389
added database.bulk_delete as an alias for #bulk_save, added support for Model.by_view_name in ExtendedDoc and bumped the version to 0.13.3
2009-02-17 00:36:11 -08:00
Matt Aimonetti
3c01875ce5
pushing a new version to GH
2009-02-12 20:34:08 -08:00
Matt Aimonetti
b79bb9a912
getting GH to build my gem, :emo:test #2
2009-02-10 18:06:25 -08:00
Matt Aimonetti
dedea6a0b8
touched the gemspec file to rebuild the gem on GitHub
2009-02-10 18:00:38 -08:00
Matt Aimonetti
e000c8b68c
bumped release to 0.13
2009-02-10 16:20:33 -08:00
Chris Anderson
e9f7456eab
change couchrest back to _temp_view, rev gem version
2009-01-27 15:11:10 -08:00
Chris Anderson
8f24d7d5a3
bulk_save has an option to have couch add the uuids
2009-01-23 23:25:24 -08:00
Chris Anderson
9906df3332
0.12.4 release
2009-01-19 16:14:13 -08:00
Chris Anderson
3e0594e534
drop couchdir binary
2009-01-19 16:13:03 -08:00
Chris Anderson
b4f744ca0b
couchrest version 0.12.3 -- deprecating Model
2009-01-19 16:09:42 -08:00
Chris Anderson
a449ace490
dropped explicit extlib dependency
2009-01-19 16:07:35 -08:00
Chris Anderson
cc5cf62cc4
rev the version so we can get a gem build
2009-01-13 13:23:01 -08:00
Chris Anderson
5ef4a97de4
rerake gemspec
2009-01-13 13:19:59 -08:00
Matt Lyon
028c232388
re-rake gemspec, sigh
2009-01-13 13:18:50 -08:00
Matt Lyon
4c11b21d47
gemspec update
2009-01-13 13:18:50 -08:00
Matt Lyon
cceb5814a6
trying to get gemspec building on github
2009-01-13 13:18:18 -08:00
Chris Anderson
b632b0fdf0
version 0.12.1
2009-01-12 21:33:12 -08:00
Chris Anderson
895849eeb8
fixed gemspec
2009-01-12 21:17:03 -08:00
Chris Anderson
48d3a463e5
more gemspec work
2009-01-12 21:14:35 -08:00
Chris Anderson
78f06713d9
Merge branch 'gemspec'
2009-01-12 21:12:22 -08:00
Chris Anderson
8d25cbc8b0
merge mime types in model
2009-01-12 21:06:48 -08:00
Chris Anderson
80dddd86d3
working gemspec -- locally
2009-01-12 20:42:01 -08:00
Chris Anderson
245f525902
removed couchapp from couchrest gem
2009-01-08 23:13:44 -08:00