couchrest_model/lib/couchrest/model
Sam Lown 1bced3b207 Merge branch 'master' of https://github.com/2moro/couchrest_model into 2moro-dirty
Conflicts:
	.gitignore
	lib/couchrest/model/base.rb
	lib/couchrest/model/configuration.rb
	lib/couchrest_model.rb
2011-04-20 10:47:36 +02:00
..
core_extensions Fixing issues with Ruby 1.8.7 2011-04-08 22:34:25 +02:00
designs Adding support for start and end key swapping with descending 2011-04-15 19:24:06 +02:00
support Refactoring design doc manipulation for a much simpler and more reliable approach 2011-04-17 02:46:33 +02:00
validations Fixing issues with Ruby 1.8.7 2011-04-08 22:34:25 +02:00
associations.rb Fixing and testing proxyable with associations and validation 2011-04-05 20:41:24 +02:00
base.rb Merge branch 'master' of https://github.com/2moro/couchrest_model into 2moro-dirty 2011-04-20 10:47:36 +02:00
callbacks.rb Use :validation callbacks, not the :validate callbacks reserved by ActiveModel, ensuring callbacks are actually run when they're supposed to be. 2011-02-01 14:32:38 -05:00
casted_array.rb implemented some missing dirty functionality for casted_array and casted_hash. improved dirty spec test 2011-03-03 23:22:19 +10:30
casted_by.rb some speed optimisations. added 'use_dirty' configuration variable 2011-03-03 17:58:57 +10:30
casted_hash.rb optimisations, and some fixes for ruby 1.8.7 2011-03-06 09:58:54 +10:30
casted_model.rb Merge branch 'master' of https://github.com/2moro/couchrest_model into 2moro-dirty 2011-04-20 10:47:36 +02:00
class_proxy.rb add method 'last' to simplify queries 2010-12-31 18:59:57 -02:00
collection.rb Refactoring design doc manipulation for a much simpler and more reliable approach 2011-04-17 02:46:33 +02:00
configuration.rb Merge branch 'master' of https://github.com/2moro/couchrest_model into 2moro-dirty 2011-04-20 10:47:36 +02:00
design_doc.rb Fixing URI issue for design docs 2011-04-17 20:55:28 +02:00
designs.rb Refactoring design doc manipulation for a much simpler and more reliable approach 2011-04-17 02:46:33 +02:00
dirty.rb optimisations, and some fixes for ruby 1.8.7 2011-03-06 09:58:54 +10:30
document_queries.rb Adding support for proxying and more refinements to views 2011-02-09 21:21:03 +01:00
errors.rb Renaming to CouchRest Model 2010-06-20 22:01:11 +02:00
extended_attachments.rb some speed optimisations. added 'use_dirty' configuration variable 2011-03-03 17:58:57 +10:30
persistence.rb Merge branch 'master' of https://github.com/2moro/couchrest_model into 2moro-dirty 2011-04-20 10:47:36 +02:00
properties.rb Merge branch 'master' of https://github.com/2moro/couchrest_model into 2moro-dirty 2011-04-20 10:47:36 +02:00
property.rb implemented some missing dirty functionality for casted_array and casted_hash. improved dirty spec test 2011-03-03 23:22:19 +10:30
property_protection.rb Renaming Attribute Protection and solving problem modifying the provided hash to the #attributes= method 2010-10-22 15:39:12 +02:00
proxyable.rb Refactoring design doc manipulation for a much simpler and more reliable approach 2011-04-17 02:46:33 +02:00
typecast.rb Time handling improved to ensure UTC always used 2011-04-01 19:45:13 +02:00
validations.rb Use :validation callbacks, not the :validate callbacks reserved by ActiveModel, ensuring callbacks are actually run when they're supposed to be. 2011-02-01 14:32:38 -05:00
views.rb Refactoring design doc manipulation for a much simpler and more reliable approach 2011-04-17 02:46:33 +02:00