couchrest_model/lib/couchrest/model
Sam Lown c32992c21b Merge branch 'master' of git://github.com/tapajos/couchrest_model
Conflicts:
	Rakefile
	couchrest_model.gemspec
	history.txt
	lib/couchrest_model.rb
	spec/couchrest/attribute_protection_spec.rb
2010-08-24 11:45:37 +02:00
..
support Renaming support delete method so as not to conflict with ExtendedDocument 2010-06-21 15:10:42 +02:00
validations Fixing typoo 2010-06-23 11:58:35 +02:00
associations.rb Raising an error when adding an un-saved item to a collection 2010-08-04 11:54:02 +02:00
attribute_protection.rb Fixes Model.new(nil) with attribute protection. GH issue #8 2010-08-23 20:02:08 -03:00
attributes.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
base.rb Fixing documentation and two describes 2010-08-03 23:09:05 -03:00
callbacks.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
casted_array.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
casted_model.rb Fixing ActiveModel special calls 2010-06-21 13:58:19 +02:00
class_proxy.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
collection.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
design_doc.rb Finalizing move to rspec 2.0.0 (rake wasn't working) 2010-08-18 20:00:03 +02:00
document_queries.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
errors.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
extended_attachments.rb creating attachments accessor 2010-08-03 23:58:28 -03:00
persistence.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
properties.rb refactor #read_ and #write_attribute to behave the same when called with a missing property 2010-08-23 20:00:19 -03:00
property.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
typecast.rb Fixing time parsing issue for times without zone 2010-08-18 19:36:01 +02:00
validations.rb Adding manual view support to uniqueness validation 2010-06-21 23:12:15 +02:00
views.rb Fixing big problem with lack of database passed to collection proxy 2010-06-25 20:02:18 +02:00