| Commit message (Expand) | Author | Age | Files | Lines |
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 2 | -3/+3 |
* | Bump versions for 1.2.4 release. | Jeremy Kemper | 2007-10-05 | 2 | -4/+4 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 2 | -2/+2 |
* | Allow frameworks to be required by their gem name (closes #8845) [drnic] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |
* | Missed Reloadable bits and pieces | Jeremy Kemper | 2007-09-14 | 3 | -12/+0 |
* | Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris] | Jeremy Kemper | 2007-05-28 | 1 | -0/+1 |
* | Run with the latest versions so beta gems will work | David Heinemeier Hansson | 2007-04-21 | 2 | -11/+11 |
* | Apply the rest of Chads patch | David Heinemeier Hansson | 2007-02-21 | 10 | -140/+140 |
* | Fix issue with deprecation messing up #template_root= usage. Add #prepend_vi... | Rick Olson | 2007-02-04 | 1 | -1/+1 |
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [... | David Heinemeier Hansson | 2007-02-04 | 1 | -3/+3 |
* | Documentation for ActionWebService::API::Base. | Kent Sibilev | 2007-01-24 | 3 | -2/+53 |
* | Allow action_web_service to handle various HTTP methods including GET | Kent Sibilev | 2007-01-24 | 4 | -2/+56 |
* | Ensure that DispatcherError is being thrown correctly when a malformed reques... | Kent Sibilev | 2006-12-11 | 3 | -0/+8 |
* | Added support for decimal types. Closes #6676. | Kent Sibilev | 2006-12-03 | 9 | -10/+27 |
* | Removed deprecated end_form_tag helper. | Kent Sibilev | 2006-10-31 | 3 | -2/+5 |
* | Removed deprecated @request and @response usages. | Kent Sibilev | 2006-10-01 | 3 | -5/+7 |
* | Removed invocation of deprecated before_action and around_action filter methods. | Kent Sibilev | 2006-09-25 | 2 | -7/+3 |
* | Provide access to the underlying SOAP driver. | Kent Sibilev | 2006-09-16 | 2 | -0/+4 |
* | Last version change, dammit | David Heinemeier Hansson | 2006-09-15 | 1 | -1/+1 |
* | Fix versions | David Heinemeier Hansson | 2006-09-15 | 2 | -3/+3 |
* | Don't convert value if it's already of an appropriate type. | Kent Sibilev | 2006-09-05 | 1 | -6/+6 |
* | set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation... | Jeremy Kemper | 2006-09-04 | 1 | -0/+4 |
* | Shouldn't use deprecated stuff | Kent Sibilev | 2006-09-03 | 3 | -7/+7 |
* | Deprecation: update docs. Closes #5998. | Jeremy Kemper | 2006-09-01 | 2 | -1/+3 |
* | ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST | Kent Sibilev | 2006-09-01 | 3 | -6/+6 |
* | Tighten rescue clauses. Closes #5985. | Jeremy Kemper | 2006-08-31 | 2 | -1/+3 |
* | Fixed XMLRPC multicall when one of the called methods returns a struct object. | Kent Sibilev | 2006-08-23 | 5 | -6/+31 |
* | Fix AWS tests | David Heinemeier Hansson | 2006-08-14 | 3 | -9/+15 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 4 | -3/+5 |
* | 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 |