0
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Disregard namespaces from the default element name, so Highrise::Person will just try to fetch from "/people", not "/highrise/people" [DHH] Added that saves which get a body response (and not just a 201) will use that response to update themselves [DHH] Fixed constant warning when fetching the same object multiple times [DHH] More... about 17 years ago
Allow array and hash query parameters. Closes #7756. More... about 17 years ago
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler] More... about 17 years ago
Squash test warnings. More... over 17 years ago
Loading a resource preserves its prefix_options. Closes #7353. Silence prefix redefinition warnings; fix type in logged error. More... over 17 years ago
Carry over the convenience of #create from ActiveRecord. Closes #7340. [Ryan Daigle] More... over 17 years ago
Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins] More... over 17 years ago
Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097. More... over 17 years ago
Mega documentation patches. #7025, #7069 [rwdaigle] More... over 17 years ago
Base.exists?(id, options) and Base#exists? check whether the resource is found. Closes #6970. More... over 17 years ago
Validating save returns boolean; update and create return responses. More... over 17 years ago
prefix_parameters pulls /:path/:params from the URI prefix More... over 17 years ago
doh typo in commit from the hip More... over 17 years ago
generate prefix parameters if undefined More... over 17 years ago
Query string support. Closes #6855. More... over 17 years ago
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. More... over 17 years ago
test that element name includes module nesting More... over 17 years ago
HttpMock InvalidRequestError inspects the mismatched request More... over 17 years ago
Subclasses share superclass site until explicitly set. This way you can set Superclass.site = ... after subclasses have been defined. More... over 17 years ago
move http_mock to lib so others can use it in their Ares tests More... over 17 years ago
fix Rakefile so that the rdoc can be generated More... over 17 years ago
Allow subclassed resources to share the site info [Rick] More... over 17 years ago
Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic] More... over 17 years ago
*_path instance methods. Check for missing/invalid site uri. http_mock response takes message arg, extracts numeric code. Tests log to test/debug.log More... over 17 years ago
Use attr_accessor_with_default to dry up attribute initialization. References #6538. [Stuart Halloway] More... over 17 years ago
to_xml needs to accept an options hash to conform with the expectations of Hash#to_xml More... over 17 years ago
Add basic logging support for logging outgoing requests. More... over 17 years ago
Add Base.delete for deleting resources without having to instantiate them first More... over 17 years ago
Make #save behavior mimic AR::Base#save (true on success, false on failure) More... over 17 years ago
assume the passed headers to the ActiveResource HttpMock Request/Response are hashes [Rick Olson] More... over 17 years ago