| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed a few instances of of words in the API docs written in British Englis... | Oemuer Oezkir | 2011-07-24 | 2 | -2/+2 |
* | Master version is 3.2.0.beta | Santiago Pastorino | 2011-06-30 | 1 | -2/+2 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-06-06 | 1 | -2/+8 |
|\ |
|
| * | annotate class_eval method for active resource schema attributes | Vijay Dev | 2011-06-05 | 1 | -2/+8 |
* | | Corrected some typos and American vs. Queen's English issues | Lee Reilly | 2011-05-29 | 1 | -1/+1 |
|/ |
|
* | Prefer each instead of for in activeresource | Guillermo Iguaran | 2011-05-23 | 1 | -1/+1 |
* | Bump versions for rc1 | David Heinemeier Hansson | 2011-05-21 | 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 | 3 | -69/+69 |
* | updated all the tests in ARes to work with json | Josh Kalderimis | 2011-05-18 | 6 | -20/+26 |
* | Update copyright year in Active Resource and Active Support | Vijay Dev | 2011-05-09 | 1 | -1/+1 |
* | Prepare for beta1 | David Heinemeier Hansson | 2011-05-04 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-04 | 3 | -10/+22 |
|\ |
|
| * | Added some docs on ActiveResource::HttpMock | Sebastian Martinez | 2011-05-01 | 1 | -0/+4 |
| * | Documented ActiveResource#observing | Sebastian Martinez | 2011-05-01 | 1 | -0/+8 |
| * | Remove extra whitespaces. | Sebastian Martinez | 2011-05-01 | 1 | -5/+5 |
| * | Fix punctuation errors. | Sebastian Martinez | 2011-05-01 | 1 | -5/+5 |
* | | Optimize ActiveResource::Base.new(attributes) | Chris Griego | 2011-05-01 | 1 | -15/+24 |
|/ |
|
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 2 | -2/+4 |
* | Active Resource typos. | R.T. Lechow | 2011-03-05 | 1 | -2/+2 |
* | Fixed a bug where ActiveResource::HttpMock would not replace an existing resp... | Josh Bassett | 2011-02-09 | 1 | -3/+14 |
* | 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 |
* | Update the version.rb files to include a PRE part | Carl Lerche | 2010-11-16 | 1 | -2/+2 |
* | Always pull in version for frameworks (standardize autoload / require / none) | wycats | 2010-10-10 | 1 | -0/+1 |
* | - update documentation | Gaston Ramos | 2010-10-07 | 1 | -0/+9 |
* | - Fix ActiveResource::HttpMock.respond_to replace the response | Gaston Ramos | 2010-10-07 | 1 | -19/+28 |
* | PERF: more changes from inject({}) to Hash + map | Santiago Pastorino | 2010-10-03 | 1 | -1/+1 |
* | Move uri parser to AS as URI.parser method to reuse it in AP and ARes. | Emilio Tagua | 2010-09-28 | 2 | -15/+12 |
* | 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 | 2 | -0/+9 |
* | Allow per Resource format settings | Jacques Crocker | 2010-09-25 | 3 | -8/+8 |
* | 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 |
* | Remove TODO and support all expected attributes. | Emilio Tagua | 2010-09-17 | 1 | -3/+1 |
* | Remove all deprecation warnings in activeresource | Carlos Antonio da Silva | 2010-09-06 | 1 | -10/+2 |
* | Revert "Setup explicit requires for files with exceptions. Removed them from ... | José Valim | 2010-09-02 | 2 | -4/+1 |
* | Setup explicit requires for files with exceptions. Removed them from autoload... | Łukasz Strzałkowski | 2010-09-02 | 2 | -1/+4 |
* | Adding option to ActiveResource to allow you to not reset the previously stor... | Mikel Lindsaar | 2010-08-29 | 1 | -2/+38 |
* | Updating documentation on ActiveResource HTTP Mock and also adding test coverage | Mikel Lindsaar | 2010-08-29 | 1 | -3/+37 |
* | lifecycle should be two words, life cycle | Jaime Iniesta | 2010-08-26 | 1 | -4/+4 |
* | Make ActiveResource::InvalidRequestError more user friendly | Mikel Lindsaar | 2010-08-25 | 1 | -2/+6 |