Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add release dates to documentation | claudiob | 2012-03-01 | 1 | -2/+2 |
| | | | | Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12 | ||||
* | Update changelogs with rails 3.0-stable branch info | Paco Guzman | 2012-02-25 | 1 | -1/+47 |
| | |||||
* | consistently mention first patch, then put | Xavier Noria | 2012-02-24 | 2 | -4/+4 |
| | | | | | | There was a mix, sometimes patch first, sometimes put first. Use always patch first, since this is going to be the primary verb for updates. | ||||
* | updates CHANGELOGs to register changes in 002713c | Xavier Noria | 2012-02-22 | 1 | -0/+5 |
| | |||||
* | Add config.default_method_for_update to support PATCH | David Lee | 2012-02-22 | 5 | -13/+32 |
| | | | | | | | | | | | | | | | | PATCH is the correct HTML verb to map to the #update action. The semantics for PATCH allows for partial updates, whereas PUT requires a complete replacement. Changes: * adds config.default_method_for_update you can set to :patch * optionally use PATCH instead of PUT in resource routes and forms * adds the #patch verb to routes to detect PATCH requests * adds #patch? to Request * changes documentation and comments to indicate support for PATCH This change maintains complete backwards compatibility by keeping :put as the default for config.default_method_for_update. | ||||
* | Remove double test for header inheritance leaks | Mark McSpadden | 2012-02-14 | 1 | -11/+0 |
| | |||||
* | Allow ActiveResource subclasses to inherit headers from parent | Mark McSpadden | 2012-02-13 | 2 | -0/+52 |
| | |||||
* | replaced active support ordered hash to ruby hash on active resource | prasath | 2012-02-09 | 1 | -3/+1 |
| | |||||
* | add handling for backwards-compatibility and update documentation | Matt Jones | 2012-02-04 | 3 | -4/+67 |
| | |||||
* | Merge remote-tracking branch 'odorcicd/fix_activeresource_json_errors' into ↵ | Matt Jones | 2012-02-04 | 2 | -4/+18 |
|\ | | | | | | | compatible_json_errors | ||||
| * | Fix ActiveResource JSON error parser and incorrect tests | Denis Odorcic | 2011-09-16 | 2 | -4/+18 |
| | | |||||
* | | Verbose output for tests. | Arun Agrawal | 2012-02-03 | 1 | -0/+1 |
| | | | | | | | | | | See #3892 | ||||
* | | Replaced all 'for' loops with Enumerable#each | Nathan Broadbent | 2012-01-30 | 2 | -4/+4 |
| | | |||||
* | | Add release date of Rails 3.2.0 to documentation | claudiob | 2012-01-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-01-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | Change ActiveRecord::Errors to ActiveModel::Errors in guides | Carlos Antonio da Silva | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Use ActiveModel::Errors in inflection example docs as well. Also fixes wrong information and link to locale file related to Errors#full_messages in I18n guide. | ||||
* | | | code improved | Sachin87 | 2012-01-24 | 1 | -6/+3 |
| | | | |||||
* | | | Clean up http config | Jeremy Kemper | 2012-01-22 | 2 | -27/+16 |
| | | | |||||
* | | | 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 | 3 | -20/+20 |
| | | | |||||
* | | | Describe Basic and Digest authentication. Document how to set auth_type to ↵ | Jeremy Kemper | 2012-01-22 | 1 | -14/+27 |
| | | | | | | | | | | | | :digest. | ||||
* | | | One space separates sentences, not two | Jeremy Kemper | 2012-01-22 | 3 | -34/+34 |
| | | | |||||
* | | | Split Basic and Digest authorization tests | Jeremy Kemper | 2012-01-21 | 1 | -82/+79 |
|/ / | |||||
* | | Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code. | kennyj | 2012-01-19 | 2 | -4/+4 |
| | | |||||
* | | require minitest rather than test/unit | Aaron Patterson | 2012-01-06 | 1 | -1/+1 |
| | | |||||
* | | activeresource tests use AS::TestCase | Aaron Patterson | 2012-01-05 | 10 | -10/+10 |
| | | |||||
* | | Moved all the logger methods to active support logger | Karunakar (Ruby) | 2012-01-06 | 1 | -3/+2 |
| | | | | | | | | minor | ||||
* | | remove ActiveSupport::Base64 in favor of ::Base64 | Sergey Nartimov | 2012-01-02 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #4248 from andrew/2012 | Vijay Dev | 2011-12-31 | 2 | -2/+2 |
|\ \ | | | | | | | Updated copyright notices for 2012 | ||||
| * | | Updated copyright notices for 2012 | Andrew Nesbitt | 2011-12-31 | 2 | -2/+2 |
| | | | |||||
* | | | Finished implementation of MIT license linking. | Kristian Freeman | 2011-12-23 | 1 | -1/+3 |
| | | | |||||
* | | | Updated gemspec for ruby 1.9.3 | Rahul P. Chaudhari | 2011-12-21 | 1 | -1/+1 |
| | | | |||||
* | | | Removal dead code from my side :-) | Arun Agrawal | 2011-12-21 | 1 | -2/+2 |
| | | | |||||
* | | | rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ | David Heinemeier Hansson | 2011-12-20 | 1 | -3/+3 |
| | | | |||||
* | | | Party like its R-C-UNO! | David Heinemeier Hansson | 2011-12-19 | 1 | -1/+1 |
| | | | |||||
* | | | fix bad nodocs | Vijay Dev | 2011-12-01 | 1 | -11/+21 |
| | | | |||||
* | | | Revert "Implement ArraySerializer and move old serialization API to a new ↵ | José Valim | 2011-11-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace." This reverts commit 8896b4fdc8a543157cdf4dfc378607ebf6c10ab0. Conflicts: activemodel/lib/active_model.rb activemodel/lib/active_model/serializable.rb activemodel/lib/active_model/serializer.rb activemodel/test/cases/serializer_test.rb | ||||
* | | | fix deprecation warnings in activeresource | lest | 2011-11-30 | 2 | -27/+25 |
| | | | |||||
* | | | Fix missing single quote that was messing up syntax highlighting. | Robert Ross | 2011-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md | Franck Verrot | 2011-11-04 | 1 | -1/+1 |
| | | | |||||
* | | | Convert CHANGELOGs to Markdown format. | Jon Leighton | 2011-11-04 | 2 | -337/+334 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasons: * Markdown reads well as plain text, but can also be formatted. * It will make it easier for people to read on the web as Github formats the Markdown nicely. * It will encourage a level of consistency when people are writing CHANGELOG entries. The script used to perform the conversion is at https://gist.github.com/1339263 | ||||
* | | | 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 ↵ | Diego Carrion | 2011-10-13 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | documentation by specifing how .site should be declared in order to use prefix_options | ||||
* | | | | Fix version number in CHANGELOG | Jeremy Kemper | 2011-10-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Treat 303 See Other as a redirect response, too | Jeremy Kemper | 2011-10-11 | 4 | -6/+29 |
| | | | | |||||
* | | | | activeresource should treat HTTP status 307 as redirection, same as 301 and ↵ | Jim Herzberg | 2011-10-11 | 3 | -3/+12 |
|/ / / | | | | | | | | | | 302; added missing test cases for statii 301 and 302. | ||||
* | | | Provide read_attribute_for_serialization as the API to serialize attributes. | José Valim | 2011-09-30 | 1 | -0/+4 |
| | | | |||||
* | | | Fixed digest authentication for requests with a query string [#3158] | Colin Shield & Ian Lesperance | 2011-09-28 | 2 | -1/+10 |
| | | | |||||
* | | | Make serializable_hash take attr values directly from attributes hash. | Jon Leighton | 2011-09-26 | 1 | -3/+11 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | Previously, it would use send() to get the attribute. In Active Resource, this would rely on hitting method missing. If a method with the same name was defined further up the ancestor chain, that method would wrongly be called. This change fixes test_to_xml_with_private_method_name_as_attribute in activeresource/test/cases/base_test.rb, which was broken after 51bef9d8fb0b4da7a104425ab8545e9331387743, because that change made to_xml use serializable_hash. | ||||
* | | update 3.1 release date in changelogs | Vijay Dev | 2011-09-14 | 1 | -1/+1 |
| | |