| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up SSL client cert example | Jeremy Kemper | 2012-01-22 | 1 | -4/+8 |
* | Prefer to document with https:// example URLs and no port numbers | Jeremy Kemper | 2012-01-22 | 1 | -18/+18 |
* | Describe Basic and Digest authentication. Document how to set auth_type to :d... | Jeremy Kemper | 2012-01-22 | 1 | -14/+27 |
* | One space separates sentences, not two | Jeremy Kemper | 2012-01-22 | 1 | -27/+27 |
* | Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code. | kennyj | 2012-01-19 | 1 | -2/+2 |
* | Removal dead code from my side :-) | Arun Agrawal | 2011-12-21 | 1 | -2/+2 |
* | Revert "Implement ArraySerializer and move old serialization API to a new nam... | José Valim | 2011-11-30 | 1 | -2/+2 |
* | fix deprecation warnings in activeresource | lest | 2011-11-30 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-10-14 | 1 | -0/+8 |
|\ |
|
| * | improved ActiveResource's .element_path and .new_element_path methods documen... | Diego Carrion | 2011-10-13 | 1 | -0/+8 |
* | | Treat 303 See Other as a redirect response, too | Jeremy Kemper | 2011-10-11 | 1 | -2/+2 |
* | | activeresource should treat HTTP status 307 as redirection, same as 301 and 3... | Jim Herzberg | 2011-10-11 | 1 | -2/+2 |
|/ |
|
* | Provide read_attribute_for_serialization as the API to serialize attributes. | José Valim | 2011-09-30 | 1 | -0/+4 |
* | Merge pull request #2678 from jmileham/ares_content_length_bug | Jon Leighton | 2011-09-12 | 1 | -1/+9 |
|\ |
|
| * | ActiveResource shouldn't rely on the presence of Content-Length | John Mileham | 2011-09-11 | 1 | -1/+9 |
* | | Do not use objects that don't respond to to_sym (integers, floats, dates...) ... | Marc G Gauthier | 2011-09-01 | 1 | -1/+1 |
* | | Do not try to use as a parameter elements that are not acceptable | Marc G Gauthier | 2011-08-19 | 1 | -1/+1 |
|/ |
|
* | Changed a few instances of of words in the API docs written in British Englis... | Oemuer Oezkir | 2011-07-24 | 1 | -1/+1 |
* | Corrected some typos and American vs. Queen's English issues | Lee Reilly | 2011-05-29 | 1 | -1/+1 |
* | attr_accessor_with_default is deprecated, so lets not use it in ActiveResource | Josh Kalderimis | 2011-05-21 | 1 | -4/+16 |
* | corrected some further tests and docs for the ARes change to json change | Josh Kalderimis | 2011-05-18 | 1 | -36/+36 |
* | updated all the tests in ARes to work with json | Josh Kalderimis | 2011-05-18 | 1 | -5/+12 |
* | Optimize ActiveResource::Base.new(attributes) | Chris Griego | 2011-05-01 | 1 | -15/+24 |
* | Active Resource typos. | R.T. Lechow | 2011-03-05 | 1 | -2/+2 |
* | make the example code a bit more accurate | Akira Matsuda | 2011-01-29 | 1 | -1/+1 |
* | Fix indentation | Akira Matsuda | 2011-01-29 | 1 | -1/+1 |
* | class inheritable attributes is used no more! all internal use of class inher... | Josh Kalderimis | 2010-11-20 | 1 | -3/+5 |
* | Move uri parser to AS as URI.parser method to reuse it in AP and ARes. | Emilio Tagua | 2010-09-28 | 1 | -10/+7 |
* | Fix broken module namespacing in ActiveResource with Ruby 1.9 [#5699 state:re... | Matthijs Langenberg | 2010-09-27 | 1 | -4/+6 |
* | - update exceptions documentation | Gaston Ramos | 2010-09-27 | 1 | -0/+11 |
* | - check prefix options in collection_path | Gaston Ramos | 2010-09-27 | 1 | -0/+1 |
* | - refactoring, move prefix_options check to a custom method | Gaston Ramos | 2010-09-27 | 1 | -5/+9 |
* | - elmenth_path raise an ActiveResource::MissingPrefixParam exception when pre... | Gaston Ramos | 2010-09-27 | 1 | -0/+6 |
* | Allow per Resource format settings | Jacques Crocker | 2010-09-25 | 1 | -5/+5 |
* | Allow ActiveResource to work with non-generated ids [#5660 state:resolved] | Jacques Crocker | 2010-09-25 | 1 | -4/+6 |
* | No need to use inject here. | Emilio Tagua | 2010-09-22 | 1 | -4/+1 |
* | Exception handling more readable | Thiago Pradi | 2010-09-19 | 1 | -2/+2 |
* | make sure a Content-Length header exists and that the response.body is not ni... | Mike Abner | 2010-09-18 | 1 | -1/+1 |
* | lifecycle should be two words, life cycle | Jaime Iniesta | 2010-08-26 | 1 | -4/+4 |
* | fix broken relative links [#5415 state:committed] | Joost Baaij | 2010-08-24 | 1 | -1/+1 |
* | fix loading of different elements in array then int and string [#5036 state:r... | Josef Reidinger | 2010-08-02 | 1 | -3/+3 |
* | fix escaping id and parameters in path [#5137 state:resolved] | Josef Reidinger | 2010-07-26 | 1 | -2/+2 |
* | Object#returning removed | Santiago Pastorino | 2010-07-25 | 1 | -1/+0 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -0/+1 |
* | Fix a bunch of minor spelling mistakes | Evgeniy Dolzhenko | 2010-06-15 | 1 | -2/+2 |
|\ |
|
| * | Fix a bunch of minor spelling mistakes | Evgeniy Dolzhenko | 2010-06-11 | 1 | -2/+2 |
* | | There is no type="array" returned with errors. [#3691:resolved] | Ryan Bigg | 2010-06-12 | 1 | -1/+1 |
|/ |
|
* | Adding to_key to ActiveResource objects using ActiveModel::Conversion [#4685 ... | Elomar França | 2010-05-26 | 1 | -5/+1 |
* | refactor evals and adds some __FILE__ and __LINE__ | Santiago Pastorino | 2010-05-20 | 1 | -6/+7 |
* | ActiveResource shouldn't consider modules in the path | Santiago Pastorino | 2010-05-15 | 1 | -16/+2 |