Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activeresource/lib


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9145 [9145] 03/30/08 06:17:29 bitsweat Don't shadow attrs var
(edit) @9121 [9121] 03/28/08 21:17:38 bitsweat Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]
(edit) @9114 [9114] 03/28/08 19:58:46 david Fixed that to_param should be used and honored instead of hardcoding the …
(edit) @8900 [8900] 02/19/08 23:06:09 bitsweat URI.decode site username/password. Closes #11169 [Ernesto Jimenez]
(edit) @8891 [8891] 02/18/08 00:21:18 nzkoz Add user and password configuration options to ActiveResource::Base, not …
(edit) @8827 [8827] 02/09/08 22:21:55 nzkoz Use HEAD instead of GET inside exists? Closes #11062 [bscofield]
(edit) @8706 [8706] 01/23/08 17:04:49 marcel Reference to :element option in documentation should be :member. Closes …
(edit) @8528 [8528] 01/02/08 19:27:21 rick Fix small documentation typo. Closes #10670 [l.guidi]
(edit) @8525 [8525] 01/02/08 09:14:34 bitsweat find_or_create_resource_for handles module nesting. Closes #10646.
(edit) @8503 [8503] 12/28/07 17:12:35 rick Allow setting ActiveResource::Base#format before #site. [rick]
(edit) @8502 [8502] 12/28/07 17:03:58 rick Support agnostic formats when calling custom methods. Closes #10635
(edit) @8472 [8472] 12/21/07 21:42:27 bitsweat Document custom methods. Closes #10589.
(edit) @8462 [8462] 12/21/07 11:22:03 bitsweat Ruby 1.9 compatibility
(edit) @8419 [8419] 12/16/07 23:30:30 david Prepare for 2.0.2 release
(edit) @8390 [8390] 12/14/07 23:09:46 david Added more specific exceptions for 400, 401, and 403 (all descending from …
(edit) @8364 [8364] 12/10/07 05:53:56 bitsweat Correct empty response handling. Closes #10445.
(edit) @8330 [8330] 12/07/07 13:37:13 david Make ready for 2.0.1
(edit) @8321 [8321] 12/06/07 18:12:48 david Preparing for release shortly
(edit) @8233 [8233] 11/29/07 00:27:53 david Prep for RC2
(edit) @8167 [8167] 11/19/07 00:06:23 rick Don't cache net/http object so that ActiveResource is more thread-safe. …
(edit) @8121 [8121] 11/09/07 20:02:29 david Prepare versions for RC1
(edit) @8090 [8090] 11/06/07 18:33:45 marcel Update XML documentation examples to include explicit type attributes. …
(edit) @7764 [7764] 10/07/07 02:13:51 nzkoz Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes …
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7560 [7560] 09/22/07 18:15:05 david Allow frameworks to be required by their gem name (closes #8845) [drnic]
(edit) @7518 [7518] 09/20/07 23:18:05 david Added ActiveResource.format= which defaults to :xml but can also be set to …
(edit) @7297 [7297] 08/09/07 19:22:04 xal Raise ActiveResource::Redirection on 301,302 http code
(edit) @7143 [7143] 06/27/07 16:00:07 xal Fixes that using a subclass of an ARes object would cache a connection …
(edit) @7098 [7098] 06/23/07 17:29:54 david Big documentation upgrade for ARes (closes #8694) [jeremymcanally]
(edit) @7082 [7082] 06/22/07 18:15:40 bitsweat Fix reload error when path prefix is used. Closes #8727.
(edit) @7074 [7074] 06/21/07 15:07:15 rick Added proper handling of arrays. Closes #8537 [hasmanyjosh]
(edit) @7064 [7064] 06/19/07 18:40:28 xal Ensure that post and put requests pass in Content-Length to the server.
(edit) @6980 [6980] 06/09/07 04:42:32 bitsweat Remove ActiveResource::Struct because it hasn't proven very useful. …
(edit) @6972 [6972] 06/08/07 19:32:15 xal Fixed query methods on resources. [Cody Fauser]
(edit) @6925 [6925] 06/01/07 17:14:14 rick pass the prefix_options to the instantiated record when using find without …
(edit) @6864 [6864] 05/26/07 20:57:08 bitsweat Recognize and raise an exception on 405 Method Not Allowed responses. …
(edit) @6703 [6703] 05/09/07 03:51:06 rick Handle string and symbol param keys when splitting params into prefix …
(edit) @6657 [6657] 05/04/07 20:07:37 xal Make respond_to? work as expected
(edit) @6653 [6653] 05/02/07 23:46:31 david Try the class itself if the ancestor doesnt have anything
(edit) @6646 [6646] 05/01/07 04:48:48 david BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with …
(edit) @6625 [6625] 04/29/07 04:46:14 rick change #custom_headers to just #headers [Rick]
(edit) @6624 [6624] 04/29/07 03:14:36 rick Add support for setting custom headers per ActiveResource model [Rick]
(edit) @6595 [6595] 04/27/07 20:54:53 david Added find-by-path options to ActiveResource::Base.find [DHH]
(edit) @6587 [6587] 04/26/07 19:38:16 david Added support for using classes from within a single nested module [DHH]
(edit) @6586 [6586] 04/26/07 02:11:16 david Added load_attributes_from_response as a way of loading attributes from …
(edit) @6585 [6585] 04/26/07 02:03:40 david The find should instantiate real objects, not return hashes
(edit) @6584 [6584] 04/26/07 01:53:01 david Added support for calling custom methods #6979 [rwdaigle]
(edit) @6570 [6570] 04/24/07 16:06:41 rick dont bother merging in prefix_options
(edit) @6568 [6568] 04/24/07 16:05:20 rick Remove explicit prefix_options parameter for …
(edit) @6553 [6553] 04/23/07 20:58:40 david Dont insert search parameters into the object
(edit) @6550 [6550] 04/23/07 18:55:54 david Include Active Resource instead of Action Web Service [DHH]
(edit) @6539 [6539] 04/19/07 22:18:03 david Disregard namespaces from the default element name, so Highrise::Person …
(edit) @6379 [6379] 03/11/07 13:27:57 bitsweat Allow array and hash query parameters. Closes #7756.
(edit) @6119 [6119] 02/04/07 20:44:45 david Fix gem deprecation warnings, which also means depending on RubyGems …
(edit) @6032 [6032] 01/24/07 18:27:36 bitsweat Loading a resource preserves its prefix_options. Closes #7353. Silence …
(edit) @6025 [6025] 01/24/07 02:40:32 rick Carry over the convenience of #create from ActiveRecord. Closes #7340. …
(edit) @5967 [5967] 01/17/07 00:46:32 bitsweat Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097.
(edit) @5962 [5962] 01/16/07 06:34:10 rick Mega documentation patches. #7025, #7069 [rwdaigle]
(edit) @5898 [5898] 01/12/07 07:20:05 bitsweat Base.exists?(id, options) and Base#exists? check whether the resource is …
(edit) @5810 [5810] 12/29/06 22:28:30 bitsweat Validating save returns boolean; update and create return responses.
(edit) @5809 [5809] 12/29/06 22:16:04 bitsweat prefix_parameters pulls /:path/:params from the URI prefix
(edit) @5806 [5806] 12/29/06 01:38:39 bitsweat doh typo in commit from the hip
(edit) @5805 [5805] 12/29/06 01:37:38 bitsweat generate prefix parameters if undefined
(edit) @5804 [5804] 12/29/06 01:18:09 bitsweat Query string support. Closes #6855.
(edit) @5773 [5773] 12/22/06 21:42:52 bitsweat Base#==, eql?, and hash methods. == returns true if its argument is …
(edit) @5768 [5768] 12/21/06 22:18:58 bitsweat HttpMock InvalidRequestError inspects the mismatched request
(edit) @5767 [5767] 12/21/06 22:12:21 bitsweat Subclasses share superclass site until explicitly set. This way you can …
(edit) @5766 [5766] 12/21/06 20:26:30 bitsweat move http_mock to lib so others can use it in their Ares tests
(edit) @5717 [5717] 12/13/06 02:15:27 rick Allow subclassed resources to share the site info [Rick]
(edit) @5714 [5714] 12/12/06 15:29:54 rick Fix issues with ActiveResource collection handling. Closes #6291. …
(edit) @5680 [5680] 12/05/06 19:12:51 bitsweat *_path instance methods. Check for missing/invalid site uri. http_mock …
(edit) @5540 [5540] 11/16/06 19:36:50 marcel Use attr_accessor_with_default to dry up attribute initialization. …
(edit) @5362 [5362] 10/24/06 19:05:43 minam to_xml needs to accept an options hash to conform with the expectations of …
(edit) @5343 [5343] 10/23/06 22:21:09 minam Add basic logging support for logging outgoing requests.
(edit) @5229 [5229] 10/06/06 17:25:10 minam Add Base.delete for deleting resources without having to instantiate them …
(edit) @5220 [5220] 10/02/06 22:14:15 minam Make #save behavior mimic AR::Base#save (true on success, false on …
(edit) @5208 [5208] 09/29/06 16:25:49 rick Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]
(edit) @5167 [5167] 09/22/06 21:29:54 bitsweat workaround collections loaded as :people => { :person => [{..attrs..}, …
(edit) @5153 [5153] 09/20/06 19:31:17 rick fixed failing tests now that non-GET requests are sent with .xml file ext. …
(edit) @5149 [5149] 09/20/06 09:34:29 david Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist …
(edit) @5097 [5097] 09/13/06 04:14:18 david All verbs should use formatted urls [DHH]
(edit) @5078 [5078] 09/09/06 00:11:12 bitsweat Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict …
(edit) @5068 [5068] 09/08/06 00:07:30 rick Basic validation support [Rick Olson]
(edit) @5008 [5008] 09/05/06 00:02:17 bitsweat load expects a Hash
(edit) @5006 [5006] 09/04/06 23:36:13 bitsweat load nil is noop. use new? instead of new_resource?
(edit) @4985 [4985] 09/04/06 10:04:23 bitsweat Deep hashes are converted into collections of resources. Class attribute …
(edit) @4890 [4890] 09/01/06 01:15:10 rick Major updates to ActiveResource, please see changelog and unit tests [Rick …
(edit) @4887 [4887] 08/31/06 09:31:11 bitsweat 200...400 are valid response codes. PUT and POST request bodies default to …
(edit) @4886 [4886] 08/31/06 07:55:31 bitsweat site= accepts URIs
(add) @4492 [4492] 06/25/06 14:44:22 david Initial check-in of Active Resourse
Note: See TracRevisionLog for help on using the revision log.