9e1f4282f6Demoting collection support, using latest couchrest, ensuring reduce always included when needed
Sam Lown
2011-03-13 19:34:25 +0100
d1baf99324Checking for block given and ensuring proyxable finds classes in root namespace
Sam Lown
2011-03-13 13:39:26 +0100
634813858eremoved use_dirty config option (runs faster)
Andrew Williams
2011-03-06 13:11:37 +1030
3ad4e1e979optimisations, and some fixes for ruby 1.8.7
Andrew Williams
2011-03-06 09:58:54 +1030
2a9305ebd3implemented some missing dirty functionality for casted_array and casted_hash. improved dirty spec test
Andrew Williams
2011-03-03 23:22:19 +1030
dcf43e3641some speed optimisations. added 'use_dirty' configuration variable
Andrew Williams
2011-03-03 17:58:57 +1030
498ebf1599I'm using a shell script to run all specs in Ruby 1.9.2, MRI 1.8.7 and ree 1.8.7 and I need this change to help me.
Marcos Tapajós
2011-03-01 23:30:06 -0300
44b56d3d03Change Uniqueness validator message to follow ActiveRecord and other ORM behavior. Keeping the same message allows tools like Shoulda to work out of the box.
Simone Carletti
2011-02-21 11:41:40 +0100
f76517d0faNarrow the rescued exception to avoid catching class evaluation errors that has nothing to to with the association.
Simone Carletti
2011-02-22 11:01:40 +0100
4682e4ac5dUse :validation callbacks, not the :validate callbacks reserved by ActiveModel, ensuring callbacks are actually run when they're supposed to be.
Greg Sterndale
2011-02-01 14:32:38 -0500
bfc5d63cf1Removed couchrest-rails from README and started Setup paragraph...
Sam Lown
2011-01-22 18:17:10 +0100
731338ed6cDo not specify options[:message] for ActiveModel::Errors#add if it's nil
Greg Sterndale
2010-12-28 15:24:59 -0500
10bc44030eOld stuff
Sam Lown
2010-12-15 19:11:35 +0100
1f64a03c2afixed type in readme code-example
dpree
2010-12-08 18:30:54 +0100
958616025dDocumentation alterations
Sam Lown
2010-12-03 01:17:26 +0100
fd0f8c7d95Merge branch 'master' of github.com:couchrest/couchrest_model
Sam Lown
2010-12-02 22:08:47 +0100
2ee92a5331Removes suppport for ActiveModel::Dirty and ::AttributeMethods for performance reasons
Will Leinweber
2010-12-02 15:06:50 -0600
e1d140d8aeFixing the database in view bug
Sam Lown
2010-12-02 01:53:45 +0100
7e8bdf2855Adding the initial workings of the view class
Sam Lown
2010-12-02 01:42:52 +0100
a2186d4c96Merge branch 'master' of github.com:samlown/couchrest_model
Sam Lown
2010-11-23 02:56:01 +0100
1f615ce568Removing wierd marshalling thing
Sam Lown
2010-11-23 02:55:29 +0100
3bd72b8a29Modifying railtie to use couchrest_model name
Sam Lown
2010-11-19 01:03:40 +0100
04ad16a396adding functionality to list properties with values
Lucas Renan
2010-11-10 22:33:46 -0200
dd284fe045Updated gemspec
Sam Lown
2010-10-23 21:06:43 +0200
e8d7af9896Handling cases when , used instead of . more elegantly
Sam Lown
2010-10-23 20:59:24 +0200
ef6f54d966history update
Sam Lown
2010-10-22 15:46:07 +0200
9419622c13updating history
Sam Lown
2010-10-22 15:42:48 +0200
d0ed97ed8bRenaming Attribute Protection and solving problem modifying the provided hash to the #attributes= method
Sam Lown
2010-10-22 15:39:12 +0200
cc2b183946correcting some class definitions of examples in README.md
Georg Kreimer
2010-09-07 05:42:35 +0800
1d1d815435Adding support for mass_assign_any_attribute config option and refactoring non-api methods into private areas of modules
Sam Lown
2010-09-18 15:19:15 +0200
97347e70e3Working on adding support for allowing dynamic properties
Sam Lown
2010-09-17 23:25:56 +0200
85cd1308bcAdding configuration support and changing 'couchrest-type' key to 'model' along with config options
Sam Lown
2010-09-17 23:00:55 +0200
d333133319Adds suppport for ActiveModel::Dirty and ::AttributeMethods
Will Leinweber
2010-09-16 17:24:43 -0500
5c21de8586Fixing find(blank) issue
Sam Lown
2010-09-05 20:06:44 +0200
31770ba571Merge branch 'master' of github.com:couchrest/couchrest_model
Sam Lown
2010-09-05 19:18:37 +0200
c2fde42fa6bugfix: allow CastedArrays to be assigned
Will Leinweber
2010-09-01 16:13:52 -0500