|
|
|
@9145
|
[9145]
|
03/30/08 06:17:29 |
bitsweat |
Don't shadow attrs var |
|
|
|
@9121
|
[9121]
|
03/28/08 21:17:38 |
bitsweat |
Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow] |
|
|
|
@9114
|
[9114]
|
03/28/08 19:58:46 |
david |
Fixed that to_param should be used and honored instead of hardcoding the … |
|
|
|
@8900
|
[8900]
|
02/19/08 23:06:09 |
bitsweat |
URI.decode site username/password. Closes #11169 [Ernesto Jimenez] |
|
|
|
@8891
|
[8891]
|
02/18/08 00:21:18 |
nzkoz |
Add user and password configuration options to ActiveResource::Base, not … |
|
|
|
@8827
|
[8827]
|
02/09/08 22:21:55 |
nzkoz |
Use HEAD instead of GET inside exists? Closes #11062 [bscofield] |
|
|
|
@8528
|
[8528]
|
01/02/08 19:27:21 |
rick |
Fix small documentation typo. Closes #10670 [l.guidi] |
|
|
|
@8525
|
[8525]
|
01/02/08 09:14:34 |
bitsweat |
find_or_create_resource_for handles module nesting. Closes #10646. |
|
|
|
@8503
|
[8503]
|
12/28/07 17:12:35 |
rick |
Allow setting ActiveResource::Base#format before #site. [rick] |
|
|
|
@8472
|
[8472]
|
12/21/07 21:42:27 |
bitsweat |
Document custom methods. Closes #10589. |
|
|
|
@8364
|
[8364]
|
12/10/07 05:53:56 |
bitsweat |
Correct empty response handling. Closes #10445. |
|
|
|
@8090
|
[8090]
|
11/06/07 18:33:45 |
marcel |
Update XML documentation examples to include explicit type attributes. … |
|
|
|
@7764
|
[7764]
|
10/07/07 02:13:51 |
nzkoz |
Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes … |
|
|
|
@7719
|
[7719]
|
10/02/07 05:32:14 |
bitsweat |
Ruby 1.9 compat, consistent load paths |
|
|
|
@7518
|
[7518]
|
09/20/07 23:18:05 |
david |
Added ActiveResource.format= which defaults to :xml but can also be set to … |
|
|
|
@7143
|
[7143]
|
06/27/07 16:00:07 |
xal |
Fixes that using a subclass of an ARes object would cache a connection … |
|
|
|
@7098
|
[7098]
|
06/23/07 17:29:54 |
david |
Big documentation upgrade for ARes (closes #8694) [jeremymcanally] |
|
|
|
@7082
|
[7082]
|
06/22/07 18:15:40 |
bitsweat |
Fix reload error when path prefix is used. Closes #8727. |
|
|
|
@6972
|
[6972]
|
06/08/07 19:32:15 |
xal |
Fixed query methods on resources. [Cody Fauser] |
|
|
|
@6925
|
[6925]
|
06/01/07 17:14:14 |
rick |
pass the prefix_options to the instantiated record when using find without … |
|
|
|
@6703
|
[6703]
|
05/09/07 03:51:06 |
rick |
Handle string and symbol param keys when splitting params into prefix … |
|
|
|
@6657
|
[6657]
|
05/04/07 20:07:37 |
xal |
Make respond_to? work as expected |
|
|
|
@6653
|
[6653]
|
05/02/07 23:46:31 |
david |
Try the class itself if the ancestor doesnt have anything |
|
|
|
@6646
|
[6646]
|
05/01/07 04:48:48 |
david |
BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with … |
|
|
|
@6625
|
[6625]
|
04/29/07 04:46:14 |
rick |
change #custom_headers to just #headers [Rick] |
|
|
|
@6624
|
[6624]
|
04/29/07 03:14:36 |
rick |
Add support for setting custom headers per ActiveResource model [Rick] |
|
|
|
@6595
|
[6595]
|
04/27/07 20:54:53 |
david |
Added find-by-path options to ActiveResource::Base.find [DHH] |
|
|
|
@6587
|
[6587]
|
04/26/07 19:38:16 |
david |
Added support for using classes from within a single nested module [DHH] |
|
|
|
@6586
|
[6586]
|
04/26/07 02:11:16 |
david |
Added load_attributes_from_response as a way of loading attributes from … |
|
|
|
@6585
|
[6585]
|
04/26/07 02:03:40 |
david |
The find should instantiate real objects, not return hashes |
|
|
|
@6584
|
[6584]
|
04/26/07 01:53:01 |
david |
Added support for calling custom methods #6979 [rwdaigle] |
|
|
|
@6570
|
[6570]
|
04/24/07 16:06:41 |
rick |
dont bother merging in prefix_options |
|
|
|
@6568
|
[6568]
|
04/24/07 16:05:20 |
rick |
Remove explicit prefix_options parameter for … |
|
|
|
@6553
|
[6553]
|
04/23/07 20:58:40 |
david |
Dont insert search parameters into the object |
|
|
|
@6539
|
[6539]
|
04/19/07 22:18:03 |
david |
Disregard namespaces from the default element name, so Highrise::Person … |
|
|
|
@6379
|
[6379]
|
03/11/07 13:27:57 |
bitsweat |
Allow array and hash query parameters. Closes #7756. |
|
|
|
@6032
|
[6032]
|
01/24/07 18:27:36 |
bitsweat |
Loading a resource preserves its prefix_options. Closes #7353. Silence … |
|
|
|
@6025
|
[6025]
|
01/24/07 02:40:32 |
rick |
Carry over the convenience of #create from ActiveRecord. Closes #7340. … |
|
|
|
@5962
|
[5962]
|
01/16/07 06:34:10 |
rick |
Mega documentation patches. #7025, #7069 [rwdaigle] |
|
|
|
@5898
|
[5898]
|
01/12/07 07:20:05 |
bitsweat |
Base.exists?(id, options) and Base#exists? check whether the resource is … |
|
|
|
@5810
|
[5810]
|
12/29/06 22:28:30 |
bitsweat |
Validating save returns boolean; update and create return responses. |
|
|
|
@5809
|
[5809]
|
12/29/06 22:16:04 |
bitsweat |
prefix_parameters pulls /:path/:params from the URI prefix |
|
|
|
@5806
|
[5806]
|
12/29/06 01:38:39 |
bitsweat |
doh typo in commit from the hip |
|
|
|
@5805
|
[5805]
|
12/29/06 01:37:38 |
bitsweat |
generate prefix parameters if undefined |
|
|
|
@5804
|
[5804]
|
12/29/06 01:18:09 |
bitsweat |
Query string support. Closes #6855. |
|
|
|
@5773
|
[5773]
|
12/22/06 21:42:52 |
bitsweat |
Base#==, eql?, and hash methods. == returns true if its argument is … |
|
|
|
@5767
|
[5767]
|
12/21/06 22:12:21 |
bitsweat |
Subclasses share superclass site until explicitly set. This way you can … |
|
|
|
@5717
|
[5717]
|
12/13/06 02:15:27 |
rick |
Allow subclassed resources to share the site info [Rick] |
|
|
|
@5714
|
[5714]
|
12/12/06 15:29:54 |
rick |
Fix issues with ActiveResource collection handling. Closes #6291. … |
|
|
|
@5680
|
[5680]
|
12/05/06 19:12:51 |
bitsweat |
*_path instance methods. Check for missing/invalid site uri. http_mock … |
|
|
|
@5540
|
[5540]
|
11/16/06 19:36:50 |
marcel |
Use attr_accessor_with_default to dry up attribute initialization. … |
|
|
|
@5362
|
[5362]
|
10/24/06 19:05:43 |
minam |
to_xml needs to accept an options hash to conform with the expectations of … |
|
|
|
@5343
|
[5343]
|
10/23/06 22:21:09 |
minam |
Add basic logging support for logging outgoing requests. |
|
|
|
@5229
|
[5229]
|
10/06/06 17:25:10 |
minam |
Add Base.delete for deleting resources without having to instantiate them … |
|
|
|
@5220
|
[5220]
|
10/02/06 22:14:15 |
minam |
Make #save behavior mimic AR::Base#save (true on success, false on … |
|
|
|
@5167
|
[5167]
|
09/22/06 21:29:54 |
bitsweat |
workaround collections loaded as :people => { :person => [{..attrs..}, … |
|
|
|
@5153
|
[5153]
|
09/20/06 19:31:17 |
rick |
fixed failing tests now that non-GET requests are sent with .xml file ext. … |
|
|
|
@5097
|
[5097]
|
09/13/06 04:14:18 |
david |
All verbs should use formatted urls [DHH] |
|
|
|
@5008
|
[5008]
|
09/05/06 00:02:17 |
bitsweat |
load expects a Hash |
|
|
|
@5006
|
[5006]
|
09/04/06 23:36:13 |
bitsweat |
load nil is noop. use new? instead of new_resource? |
|
|
|
@4985
|
[4985]
|
09/04/06 10:04:23 |
bitsweat |
Deep hashes are converted into collections of resources. Class attribute … |
|
|
|
@4890
|
[4890]
|
09/01/06 01:15:10 |
rick |
Major updates to ActiveResource, please see changelog and unit tests [Rick … |
|
|
|
@4886
|
[4886]
|
08/31/06 07:55:31 |
bitsweat |
site= accepts URIs |
|
|
|
@4492
|
[4492]
|
06/25/06 14:44:22 |
david |
Initial check-in of Active Resourse |