rails/activeresource
2006-12-22 21:42:52 +00:00
..
lib Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. 2006-12-22 21:42:52 +00:00
test Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. 2006-12-22 21:42:52 +00:00
CHANGELOG Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. 2006-12-22 21:42:52 +00:00
MIT-LICENSE Version updates and missing licenses 2006-09-15 10:13:27 +00:00
Rakefile fix Rakefile so that the rdoc can be generated 2006-12-19 14:59:30 +00:00
README Initial check-in of Active Resourse 2006-06-25 14:44:22 +00:00

= Active Resource -- Object-oriented REST services