index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activeresource
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correct empty response handling. Closes #10445.
Jeremy Kemper
2007-12-10
4
-4
/
+20
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
3
-3
/
+3
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
3
-8
/
+5
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
3
-2
/
+5
*
Don't cache net/http object so that ActiveResource is more thread-safe. Clos...
Rick Olson
2007-11-19
2
-9
/
+8
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
2
-3
/
+3
*
Update XML documentation examples to include explicit type attributes. Closes...
Marcel Molina
2007-11-06
3
-27
/
+29
*
Update gem dependencies to match current versions
Jeremy Kemper
2007-10-14
1
-1
/
+1
*
Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...
Michael Koziarski
2007-10-07
2
-0
/
+12
*
BlankSlate -> BasicObject
Jeremy Kemper
2007-10-07
1
-3
/
+1
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
1
-2
/
+2
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
9
-34
/
+35
*
Updated CHANGELOGs. They need to be filtered for duplicates
David Heinemeier Hansson
2007-09-29
1
-1
/
+1
*
Fix ARes tests under jruby. [tom.enebo@gmail.com]
Michael Koziarski
2007-09-24
1
-1
/
+1
*
Allow frameworks to be required by their gem name (closes #8845) [drnic]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Increase test coverage (closes #8699, #8700) [josh]
David Heinemeier Hansson
2007-09-21
2
-11
/
+32
*
Added ActiveResource.format= which defaults to :xml but can also be set to :j...
David Heinemeier Hansson
2007-09-20
9
-28
/
+182
*
Raise ActiveResource::Redirection on 301,302 http code
Tobias Lütke
2007-08-09
2
-4
/
+11
*
Fixes that using a subclass of an ARes object would cache a connection object...
Tobias Lütke
2007-06-27
2
-3
/
+37
*
Big documentation upgrade for ARes (closes #8694) [jeremymcanally]
David Heinemeier Hansson
2007-06-23
5
-189
/
+674
*
Fix reload error when path prefix is used. Closes #8727.
Jeremy Kemper
2007-06-22
3
-1
/
+14
*
Added proper handling of arrays. Closes #8537 [hasmanyjosh]
Rick Olson
2007-06-21
4
-28
/
+20
*
Ensure that post and put requests pass in Content-Length to the server.
Tobias Lütke
2007-06-19
2
-6
/
+6
*
Remove ActiveResource::Struct because it hasn't proven very useful. Creating ...
Jeremy Kemper
2007-06-09
3
-17
/
+2
*
Fixed query methods on resources. [Cody Fauser]
Tobias Lütke
2007-06-08
3
-1
/
+4
*
pass the prefix_options to the instantiated record when using find without a ...
Rick Olson
2007-06-01
3
-2
/
+12
*
Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]
Jeremy Kemper
2007-05-28
1
-0
/
+1
*
Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...
Jeremy Kemper
2007-05-26
3
-0
/
+24
*
Handle string and symbol param keys when splitting params into prefix params ...
Rick Olson
2007-05-09
3
-2
/
+11
*
Make respond_to? work as expected
Tobias Lütke
2007-05-04
2
-0
/
+28
*
Try the class itself if the ancestor doesnt have anything
David Heinemeier Hansson
2007-05-02
1
-2
/
+6
*
BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...
David Heinemeier Hansson
2007-05-01
4
-44
/
+95
*
change #custom_headers to just #headers [Rick]
Rick Olson
2007-04-29
4
-19
/
+19
*
Add support for setting custom headers per ActiveResource model [Rick]
Rick Olson
2007-04-29
6
-24
/
+70
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-1
/
+0
*
Added find-by-path options to ActiveResource::Base.find [DHH]
David Heinemeier Hansson
2007-04-27
4
-8
/
+36
*
Added support for using classes from within a single nested module [DHH]
David Heinemeier Hansson
2007-04-26
3
-5
/
+47
*
Added load_attributes_from_response as a way of loading attributes from other...
David Heinemeier Hansson
2007-04-26
2
-4
/
+18
*
The find should instantiate real objects, not return hashes
David Heinemeier Hansson
2007-04-26
2
-3
/
+6
*
Added support for calling custom methods #6979 [rwdaigle]
David Heinemeier Hansson
2007-04-26
7
-1
/
+212
*
dont bother merging in prefix_options
Rick Olson
2007-04-24
1
-1
/
+1
*
why oh why do i always forget to save the changelog
Rick Olson
2007-04-24
1
-1
/
+1
*
Remove explicit prefix_options parameter for ActiveResource::Base#initialize....
Rick Olson
2007-04-24
3
-24
/
+98
*
Dont insert search parameters into the object
David Heinemeier Hansson
2007-04-23
1
-1
/
+1
*
Only include relevant files
David Heinemeier Hansson
2007-04-23
1
-4
/
+2
*
Include Active Resource instead of Action Web Service [DHH]
David Heinemeier Hansson
2007-04-23
2
-12
/
+8
*
Disregard namespaces from the default element name, so Highrise::Person will ...
David Heinemeier Hansson
2007-04-19
6
-19
/
+38
*
Allow array and hash query parameters. Closes #7756.
Jeremy Kemper
2007-03-11
3
-19
/
+8
*
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...
David Heinemeier Hansson
2007-02-04
1
-1
/
+1
*
Squash test warnings.
Jeremy Kemper
2007-01-24
2
-28
/
+32
[prev]
[next]