diff options
author | taryn <teast@globalpersonals.co.uk> | 2009-08-19 12:25:05 +0100 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-08-19 09:05:02 -0500 |
commit | 328ba3b333777bbc1269cbe0e9f590c845006c9d (patch) | |
tree | e3bfecf2acd9c5270ceb0bcf5f59c28f685e2f64 /ci | |
parent | 4dc05bc8a9824b9404cebecaba28f9f248f9995e (diff) | |
download | rails-328ba3b333777bbc1269cbe0e9f590c845006c9d.tar.gz rails-328ba3b333777bbc1269cbe0e9f590c845006c9d.tar.bz2 rails-328ba3b333777bbc1269cbe0e9f590c845006c9d.zip |
Added save! which raises ResourceInvalid unless valid?
Similar to Active Record - it will raise ActiveResouce::ResourceInvalid if
the resource is not valid (ie if <tt>valid?</tt> returns false)
However - does not raise ActiveResource::ResourceNotFound if the callbacks
fail (callbacks have not yet been implemented) - it will just try to save
and raise if the callbacks all fail.
This is not ideal behaviour - but will do until we decide to change the
behaviour of save_with_validations to actually raise (rather than catch) the
ResourceInvalid exception.
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions