| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [K... | Marcel Molina | 2006-06-27 | 3 | -1/+15 |
* | Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ... | Marcel Molina | 2006-04-29 | 4 | -8/+6 |
* | Replace Ruby's deprecated append_features in favor of included. [Marcel Molin... | Marcel Molina | 2006-04-29 | 8 | -15/+10 |
* | Fix test database name typo. [Marcel Molina Jr.] | Marcel Molina | 2006-04-29 | 3 | -5/+9 |
* | Its 2006, not 2005 | David Heinemeier Hansson | 2006-04-16 | 1 | -2/+2 |
* | Use Aras RubyForge uploader | David Heinemeier Hansson | 2006-04-09 | 1 | -111/+7 |
* | Include the calculations fix for a new release of AR | David Heinemeier Hansson | 2006-04-09 | 3 | -2/+7 |
* | Update versions for Rails 1.1.1 | David Heinemeier Hansson | 2006-04-06 | 3 | -4/+5 |
* | invoke / invoke_delegated / invoke_layered check for correct number of args (... | David Heinemeier Hansson | 2006-04-06 | 2 | -0/+22 |
* | Fix CSS for Windows (closes #4564) | David Heinemeier Hansson | 2006-04-04 | 1 | -17/+17 |
* | Do not convert driver options to strings (closes #4499) [Kent] | David Heinemeier Hansson | 2006-04-04 | 2 | -1/+5 |
* | Made ready for release | David Heinemeier Hansson | 2006-03-28 | 3 | -4/+5 |
* | Add 1.0 marker to edge rails changelongs | Marcel Molina | 2006-03-28 | 1 | -0/+6 |
* | Fixed docs | David Heinemeier Hansson | 2006-03-28 | 2 | -2/+2 |
* | Make ActiveWebService::Struct type reloadable. Fix scaffolding action when on... | David Heinemeier Hansson | 2006-03-26 | 5 | -27/+45 |
* | Fixed that AWS Scaffold Fails with Struct as a Parameter (closes #4363) [joe@... | David Heinemeier Hansson | 2006-03-23 | 3 | -1/+14 |
* | Fix soap type registration of multidimensional arrays (closes #4232) [Kent] | David Heinemeier Hansson | 2006-03-17 | 6 | -21/+46 |
* | Fixed test | David Heinemeier Hansson | 2006-03-03 | 1 | -1/+1 |
* | Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)... | David Heinemeier Hansson | 2006-03-03 | 18 | -44/+322 |
* | Fixed rdoc.options use all over (closes #3639) [andy@tinnedfruit.org] | David Heinemeier Hansson | 2006-02-26 | 1 | -1/+1 |
* | Update versions to match latest from stable | David Heinemeier Hansson | 2006-02-05 | 2 | -5/+5 |
* | Correct the case of the CSS declarations. [Blair Zajac] Closes #3171 | Michael Koziarski | 2006-01-13 | 1 | -4/+4 |
* | Update from LGPL to MIT license as per Minero Aoki's permission. | Marcel Molina | 2005-11-17 | 2 | -3/+24 |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 3 | -2/+4 |
* | Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,... | Leon Breedt | 2005-11-09 | 3 | -0/+19 |
* | Made ready for 0.14.3 (RC4) | David Heinemeier Hansson | 2005-11-07 | 3 | -3/+8 |
* | Fix docs (closes #2679) [coffee2code] | David Heinemeier Hansson | 2005-11-07 | 5 | -13/+13 |
* | Fix docs (closes #2725) | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Proper CSS color definition (closes #2334) | David Heinemeier Hansson | 2005-10-26 | 1 | -1/+1 |
* | Prepared for release of 0.14.2 (RC3) | David Heinemeier Hansson | 2005-10-25 | 3 | -4/+8 |
* | Really ready for release | David Heinemeier Hansson | 2005-10-19 | 1 | -1/+1 |
* | Really ready for push | David Heinemeier Hansson | 2005-10-19 | 2 | -1/+6 |
* | Made ready to push RC2 | David Heinemeier Hansson | 2005-10-19 | 1 | -2/+2 |
* | Updated the gem specs | David Heinemeier Hansson | 2005-10-17 | 1 | -3/+3 |
* | Getting ready for 0.14.0 (1.0.0 Release Candidate 1) | David Heinemeier Hansson | 2005-10-16 | 2 | -3/+4 |
* | mv lib/version.rb to lib/action_web_service/version.rb | Jamis Buck | 2005-10-10 | 2 | -1/+1 |
* | Add versioning convention from SwitchTower to all Rails components. Add --ver... | Marcel Molina | 2005-10-09 | 2 | -1/+11 |
* | fix invalid request XML generation in test process. | Leon Breedt | 2005-08-24 | 2 | -1/+3 |
* | special-case non-existent target method handling for 'system.multicall' calls... | Leon Breedt | 2005-08-16 | 2 | -3/+15 |
* | add 'system.multicall' support to XML-RPC. boxcarred methods must still exist | Leon Breedt | 2005-08-16 | 5 | -9/+107 |
* | Fix duplicate XSD entries for custom types (#1729), and prevent recursive type | Leon Breedt | 2005-08-14 | 2 | -9/+14 |
* | Allow multiple invocations in the same WS test #1720 | Leon Breedt | 2005-08-14 | 2 | -0/+3 |
* | fix rendering of scaffolding (@content_for_layout has to be set on the templa... | Leon Breedt | 2005-08-12 | 1 | -4/+13 |
* | Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const... | Leon Breedt | 2005-08-12 | 3 | -0/+20 |
* | we should respect charset for incoming messages and not assuming incoming is | Leon Breedt | 2005-07-16 | 1 | -2/+12 |
* | add changelog entry. | Leon Breedt | 2005-07-13 | 1 | -0/+4 |
* | make sure that we get back a SOAPString when $KCODE is UTF-8 | Leon Breedt | 2005-07-13 | 1 | -0/+2 |
* | always send back SOAP responses as UTF-8, we can't guarantee that SOAP4R | Leon Breedt | 2005-07-13 | 4 | -33/+57 |
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 2 | -5/+6 |
* | ensure the second manual WS request of scaffolding contains the same state as | Leon Breedt | 2005-07-06 | 2 | -0/+5 |