index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activeresource
/
lib
/
active_resource
/
validations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all deprecation warnings in activeresource
Carlos Antonio da Silva
2010-09-06
1
-10
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-8
/
+8
*
Make sure ActiveResource::Errors#from_json doesn't pass nil to #from_array [#...
David Trasbo
2010-06-26
1
-1
/
+1
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Use format of ARes rather than content-type of remote errors to load errors.
Jatinder Singh
2010-01-27
1
-3
/
+3
*
save(false) is gone, use save(:validate => false) instead.
José Valim
2010-01-17
1
-3
/
+12
*
Fix brittle content-type check. [#1956 state:committed]
Jeremy Kemper
2009-09-17
1
-2
/
+2
*
Added validations to ActiveResource. Added a smoke test to see if we can add ...
taryn
2009-08-19
1
-15
/
+49
*
Add support for errors in JSON format.
Fabien Jakimowicz
2009-08-09
1
-4
/
+20
*
Make use of AS::Concern in ActiveResource
Joshua Peek
2009-06-08
1
-4
/
+4
*
Setup ActiveResource autoloads
Joshua Peek
2009-06-08
1
-5
/
+0
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
1
-0
/
+7
|
\
|
*
Cherry pick Active Support dependencies. Autoload.
Jeremy Kemper
2009-05-06
1
-0
/
+7
|
*
Merge docrails
Pratik Naik
2009-03-24
1
-8
/
+9
*
|
Deprecate Errors#on_base/add_to_base/invalid?/each_full
Pratik Naik
2009-03-21
1
-1
/
+1
*
|
Fix ActiveResource::Errors deprecation messages
Pratik Naik
2009-03-20
1
-2
/
+2
*
|
Make Active Resource use ActiveModel::Errors
Pratik Naik
2009-03-19
1
-195
/
+1
|
/
*
Handle either error string or array
Jeremy Kemper
2009-02-06
1
-1
/
+1
*
Merge docrails
Pratik Naik
2008-09-03
1
-29
/
+15
*
Merge docrails.
Pratik Naik
2008-05-25
1
-2
/
+2
*
Big documentation upgrade for ARes (closes #8694) [jeremymcanally]
David Heinemeier Hansson
2007-06-23
1
-8
/
+135
*
Mega documentation patches. #7025, #7069 [rwdaigle]
Rick Olson
2007-01-16
1
-1
/
+35
*
Validating save returns boolean; update and create return responses.
Jeremy Kemper
2006-12-29
1
-2
/
+3
*
Make #save behavior mimic AR::Base#save (true on success, false on failure)
Jamis Buck
2006-10-02
1
-2
/
+3
*
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...
David Heinemeier Hansson
2006-09-20
1
-1
/
+1
*
Basic validation support [Rick Olson]
Rick Olson
2006-09-08
1
-0
/
+125