Commit graph

332 commits

Author SHA1 Message Date
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
4c6d12fb6a fixup default handling 2009-01-13 13:06:25 -08:00
Chris Anderson
7d6f3e0ced fix conflict markers... 2009-01-12 21:42:31 -08:00
Chris Anderson
b632b0fdf0 version 0.12.1 2009-01-12 21:33:12 -08:00
Chris Anderson
b18d0bfcee make gemspec cleans build products before gemspecing 2009-01-12 21:19:02 -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
519c4564e7 updated thanks file 2009-01-12 21:10:00 -08:00
Chris Anderson
93d8fd25fb strip old create and update 2009-01-12 21:07:56 -08:00
Jonathan S. Katz
081cf171cd fixed documentation: before(:delete) => before(:destroy) 2009-01-12 21:06:48 -08:00
Jonathan S. Katz
3bff23e7c5 added CouchRest::Model#attachment_url for someone to fetch the attachment using other means 2009-01-12 21:06:48 -08:00
Jonathan S. Katz
a79d9b7f90 changed parameter passing for model attachment methods to be more flexible 2009-01-12 21:06:48 -08:00
Jonathan S. Katz
0cf5fbe311 added #has_attachment? method 2009-01-12 21:06:48 -08:00
Jonathan S. Katz
e497fbbab4 Added basic specs for attachment CRUD 2009-01-12 21:06:48 -08:00
Chris Anderson
8d25cbc8b0 merge mime types in model 2009-01-12 21:06:48 -08:00
Chris Anderson
49685d8e42 fixup save callbacks 2009-01-12 21:06:26 -08:00
Chris Anderson
5e7f61d332 apply sho's patch: default values may be lambdas 2009-01-12 20:46:03 -08:00
Chris Anderson
80dddd86d3 working gemspec -- locally 2009-01-12 20:42:01 -08:00
Chris Anderson
de3ae6b36d thanks file 2009-01-12 20:40:06 -08:00
Joe Martinez
108ec0a28e Add proxy support 2009-01-12 20:16:22 -08:00
Chris Anderson
6b57357fc0 merge deferred-delete 2009-01-12 20:01:37 -08:00
Chris Anderson
bca68cf1a9 design doc ids fixed throughout 2009-01-12 19:54:02 -08:00
Chris Anderson
d1f8970c84 fixed ddoc names on get 2009-01-12 19:50:00 -08:00
Chris Anderson
9c13b003b3 readme markdown 2009-01-11 02:27:22 -08:00
Antony Blakey
36945d5a13 Add bulk save deferal option to db.delete / doc.destroy, just like on save. 2009-01-09 20:29:08 +10:30
Chris Anderson
245f525902 removed couchapp from couchrest gem 2009-01-08 23:13:44 -08:00
Chris Anderson
4a5863b103 removed couchapp from couchrest gem 2009-01-08 23:12:49 -08:00
Chris Anderson
efa3c2e270 remove fm spec 2009-01-08 23:08:21 -08:00
Chris Anderson
88511c6ed0 strip couchapp from couchrest 2009-01-08 23:06:54 -08:00
Chris Anderson
c153b8529b update gemspec 2009-01-08 22:22:34 -08:00
Chris Anderson
5111cdc78f cleanup gitignore for tmp 2009-01-08 22:20:53 -08:00
Chris Anderson
5d45b8b91b move tmp dir for specs; 2009-01-08 22:18:06 -08:00
Chris Anderson
fb613e7dfb move some couchapp components to couchapp project 2009-01-08 16:48:11 -08:00
Chris Anderson
3c789ab317 change to !json and !code for the include macros 2009-01-08 10:00:36 -08:00
Chris Anderson
5d3e684c6a moved app template 2009-01-08 09:50:45 -08:00
Matt Lyon
9faa9daaca support for couchdb's support for the COPY and MOVE verbs. depends on my commit to RestClient, currently only in b5d75acc68
I have considered adding this to the CouchRest::Document class as well ("@doc.copy new-id" and such) but haven't yet.
2009-01-05 00:44:12 -08:00
Matt Lyon
a2aa4a9a3c Merge branch 'master' of git://github.com/jchris/couchrest
* 'master' of git://github.com/jchris/couchrest:
  Fix up set_default to not munge existing values.
  commented out spec for fm:generate app
2009-01-04 23:01:17 -08:00
Matt Lyon
e15581b1dd fix temp_view -> slow_view stuff for couchdb trunk 2009-01-04 23:00:59 -08:00
Max Aller
f3bc7f8eba Fix up set_default to not munge existing values. 2009-01-04 22:51:08 -08:00
Chris Anderson
b28e40bb96 commented out spec for fm:generate app 2009-01-04 22:49:39 -08:00
Matt Lyon
71f5ea2a1b Merge branch 'master' of git://github.com/jchris/couchrest
* 'master' of git://github.com/jchris/couchrest:
  file manager a little better
  update gemspec
  don't error when the given directories don't exist
  change count to limit
2009-01-04 22:44:46 -08:00
Chris Anderson
dcef68e725 file manager a little better 2009-01-04 22:42:36 -08:00
Matt Lyon
2c0d605b18 update gemspec 2009-01-04 21:01:32 -08:00
Matt Lyon
d290357c78 don't error when the given directories don't exist 2009-01-04 21:01:32 -08:00
Chris Anderson
7aaffe5d63 change count to limit 2009-01-04 21:00:36 -08:00
Matt Lyon
cc7883e840 update gemspec 2009-01-04 03:28:52 -08:00
Matt Lyon
eca3b06461 don't error when the given directories don't exist 2009-01-04 03:28:08 -08:00
Matt Lyon
189cd910a3 Merge branch 'master' of git://github.com/jchris/couchrest
* 'master' of git://github.com/jchris/couchrest: (21 commits)
  require before include
  require system
  deep include
  change it to !include
  use the lib dir
  lib not library
  more reorg for couchapp
  remove couchview
  modernizing couchapp
  simpler mappings
  simplyfy couchapp push
  extract method
  removed doc.json special case
  hand merge mattly time patch
  removed the suffix and duplication when importing views
  added possibility to cast any key to any type using any method
  push forms/ into _design/$this/forms
  push forms/ into _design/$this/forms
  Fixed the "save bug should fix" spec
  add txt mimetype
  ...
2009-01-03 18:06:23 -08:00