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

root/trunk/activeresource


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9227 [9227] 04/05/08 11:18:05 pratik Fix more typos and changelog
(edit) @9226 [9226] 04/05/08 03:52:58 pratik Improve documentation.
(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) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @9054 [9054] 03/18/08 04:46:51 david sshpublisher needs to be explicitly required now, apparently
(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) @8581 [8581] 01/07/08 00:12:18 bitsweat remove rubyforgepublisher, removed from rake
(edit) @8566 [8566] 01/05/08 13:32:38 bitsweat require abstract_unit directly since test is in load path
(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) @8501 [8501] 12/28/07 17:02:01 rick inherit from the new ActiveSupport::BlankSlate class
(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) @8438 [8438] 12/19/07 04:21:24 bitsweat RubyGems 0.9.5 compat: always set the gem platform
(edit) @8433 [8433] 12/18/07 21:14:07 bitsweat Ruby 1.9 compat: move from the deprecated Base64 module to …
(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) @8201 [8201] 11/25/07 21:54:18 david Dont mind the pkg dir
(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) @7883 [7883] 10/14/07 19:24:24 bitsweat Update gem dependencies to match current versions
(edit) @7764 [7764] 10/07/07 02:13:51 nzkoz Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes …
(edit) @7763 [7763] 10/07/07 02:08:05 bitsweat BlankSlate -> BasicObject
(edit) @7744 [7744] 10/05/07 05:20:37 bitsweat Bump versions for 1.2.4 release.
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7685 [7685] 09/29/07 22:18:26 david Updated CHANGELOGs. They need to be filtered for duplicates
(edit) @7615 [7615] 09/24/07 18:01:09 nzkoz Fix ARes tests under jruby. [tom.enebo@gmail.com]
(edit) @7560 [7560] 09/22/07 18:15:05 david Allow frameworks to be required by their gem name (closes #8845) [drnic]
(edit) @7532 [7532] 09/21/07 23:31:21 david Increase test coverage (closes #8699, #8700) [josh]
(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) @6881 [6881] 05/28/07 22:55:14 bitsweat Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]
(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) @6611 [6611] 04/28/07 15:57:29 david Removed breakpointer and Binding.of_caller in favor of relying on …
(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) @6569 [6569] 04/24/07 16:05:59 rick why oh why do i always forget to save the changelog
(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) @6551 [6551] 04/23/07 19:36:15 david Only include relevant files
(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) @6033 [6033] 01/24/07 18:29:07 bitsweat Squash test warnings.
(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) @6020 [6020] 01/23/07 05:22:33 rick Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich …
(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) @5884 [5884] 01/12/07 02:34:35 bitsweat Ignore Ares test/debug.log
(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) @5770 [5770] 12/21/06 23:34:52 bitsweat test that element name includes module nesting
(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) @5747 [5747] 12/19/06 14:59:30 rick fix Rakefile so that the rdoc can be generated
(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 …
Note: See TracRevisionLog for help on using the revision log.