Commit Graph

67 Commits (master)

Author SHA1 Message Date
Lucas Renan c3b7cc316d adding config generator 2011-05-15 14:41:13 -03:00
Sam Lown e8e1722241 Changing model_type_key one last time to 'type'. General doc refinements for 1.1.0.beta5 release 2011-04-30 13:13:38 +02:00
Sam Lown ce33cf1edd Docs updated 2011-04-21 17:29:13 +02:00
Sam Lown bc4c8719d0 Setting default model type name to 'model' 2011-04-18 22:29:25 +02:00
Sam Lown 5805f6e27b Refactoring design doc manipulation for a much simpler and more reliable approach 2011-04-17 02:46:33 +02:00
Sam Lown 3a3fc3c41d Quick example for proxy 2011-03-13 20:42:53 +01:00
Sam Lown f58482553c Merge branch 'master' of github.com:couchrest/couchrest_model into adv_design 2011-02-27 20:19:09 +01:00
Sam Lown 0a35be7167 Docs for pagination, not including docs in reduce and raising errors when cannot include docs 2011-02-27 20:18:19 +01:00
SengMing Tan 491d057035 fixes typos in README
Signed-off-by: Marcos Tapajós <tapajos@gmail.com>
2011-02-24 23:48:06 -03:00
Sam Lown e8959883a9 Improving documentation, VERSION increase 2011-02-09 22:45:30 +01:00
Sam Lown 1019a44d26 Anonymous casted model properties no longer require block parameter 2011-02-05 22:38:22 +01:00
Sam Lown bfc5d63cf1 Removed couchrest-rails from README and started Setup paragraph... 2011-01-22 18:17:10 +01:00
Sam Lown e75726f80c updating the readme 2011-01-17 16:11:50 +01:00
Sam Lown 32d0d54d1c Adding extensions list to readme 2011-01-16 17:11:31 +01:00
Sam Lown f8d24550d9 Merge branch 'master' of https://github.com/dpree/couchrest_model into dpree-master 2010-12-15 19:12:03 +01:00
Sam Lown 10bc44030e Old stuff 2010-12-15 19:11:35 +01:00
dpree 1f64a03c2a fixed type in readme code-example 2010-12-08 18:30:54 +01:00
Sam Lown 958616025d Documentation alterations 2010-12-03 01:17:26 +01:00
Sam Lown d0ed97ed8b Renaming Attribute Protection and solving problem modifying the provided hash to the #attributes= method 2010-10-22 15:39:12 +02:00
Sam Lown 1d1d815435 Adding support for mass_assign_any_attribute config option and refactoring non-api methods into private areas of modules 2010-09-18 15:19:15 +02:00
Sam Lown 97347e70e3 Working on adding support for allowing dynamic properties 2010-09-17 23:25:56 +02:00
Marcos Tapajós bb667459a8 Adding model generator 2010-08-23 20:29:34 -03:00
Sam Lown dfd9dd0e73 Updating readme and using stable couchrest 1.0.0 for base 2010-08-11 17:35:15 +02:00
Marcos Tapajós e3386a45f4 fixing Readme 2010-07-28 21:40:19 -03:00
Marcos Tapajós 23451ede86 Adding Sam and Will to Thanks.md 2010-07-28 21:39:10 -03:00
Sam Lown e07c73a071 fixing readme typos 2010-07-02 00:56:26 +02:00
Sam Lown 42ca7bca73 doc fix 2010-06-21 23:56:42 +02:00
Sam Lown 92b13709e3 Adding to readme for shared uniqueness validation 2010-06-21 23:29:26 +02:00
Sam Lown fcbc0b08e5 Adding manual view support to uniqueness validation 2010-06-21 23:12:15 +02:00
Sam Lown 8337bab714 Fixing uniqueness proxy error + more in README 2010-06-21 22:37:13 +02:00
Sam Lown c280b3a29b Renaming to CouchRest Model
Refactored basic directory structure.
Moved to ActiveSupport for Validations and Callbacks.
Cleaned up older code, and removed support for text property types.
2010-06-20 22:01:11 +02:00
Sam Lown 2b0694e1e2 Merged 2010-06-16 21:04:53 +02:00
Sam Lown 928e832d3a Doc and lib control alterations 2010-06-16 12:40:00 +02:00
Sam Lown b5d38e3ebd Updating versions for beta release 2010-06-11 02:02:22 +02:00
Sam Lown c1052ccb77 Tiny doc update 2010-05-11 00:16:17 +02:00
Sam Lown d239d037fb Added base file for better automated library loading support 2010-05-11 00:15:40 +02:00
Sam Lown 3894579304 Moving to own repo without the base couchrest 2010-05-10 21:19:24 +02:00
Marcos Tapajós 27b40291cc updating readme 2010-03-30 21:38:26 -03:00
Marcos Tapajós c6eaca3316 add API link 2010-01-13 23:16:16 -02:00
Marcos Tapajós 1b34fe4b60 add contact 2010-01-13 22:56:21 -02:00
Marcos Tapajós cd337b471c fix readme 2010-01-13 21:43:37 -02:00
Marcos Tapajós 6702574b32 moving all examples to wiki 2010-01-13 21:07:59 -02:00
Tapajós 118c944b85 Fixing typo 2010-01-03 21:32:53 -02:00
Tapajós 40bef6cafb Updating README 2009-11-01 10:47:48 -02:00
Tapajós d4010ad76e I think that init_method is more semantic that send. 2009-10-31 09:53:50 -02:00
Tapajós 2f2c507582 Merge remote branch 'tapajos/master'
Conflicts:
	README.md
	lib/couchrest/mixins/properties.rb
	spec/couchrest/core/database_spec.rb
	spec/couchrest/more/extended_doc_spec.rb
2009-09-20 22:52:39 -03:00
Tapajós 7872d37dce Organizing readme... more easy to read 2009-09-03 23:43:06 -03:00
Tapajós 9a5ac84737 Fixing wrong merge 2009-09-03 23:39:08 -03:00
Tapajós 3c2ebb022d Merge remote branch 'remotes/old/master'
Conflicts:
	README.md
	couchrest.gemspec
	lib/couchrest.rb
	lib/couchrest/mixins/properties.rb
2009-09-03 23:10:06 -03:00
Tapajós 37c6cb30c2 Updating documentation 2009-09-03 00:12:16 -03:00