aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Pushing a record on an association collection doesn't unnecessarily load all ...Jeremy Kemper2006-12-214-10/+15
* HttpMock InvalidRequestError inspects the mismatched requestJeremy Kemper2006-12-211-2/+2
* Subclasses share superclass site until explicitly set. This way you can set S...Jeremy Kemper2006-12-214-18/+45
* move http_mock to lib so others can use it in their Ares testsJeremy Kemper2006-12-212-5/+4
* DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, ...Jeremy Kemper2006-12-202-1/+12
* Oracle: fix connection reset failure. Closes #6846.Jeremy Kemper2006-12-202-1/+3
* Fix date helper :include_blank regression. Closes #3811. [mhw]Jeremy Kemper2006-12-202-1/+44
* Silence log_error deprecation warnings from inspecting deprecated instance va...Jeremy Kemper2006-12-193-9/+19
* Only cache GET requests with a 200 OK response. Closes #6514, #6743.Jeremy Kemper2006-12-193-29/+94
* Partially revert [5660] - makes more trouble than it resolves. References #57...Jeremy Kemper2006-12-193-9/+4
* Subclass instantiation doesn't try to explicitly require the corresponding su...Jeremy Kemper2006-12-194-9/+41
* use RAILS_DEFAULT_LOGGER in debug mode so we can log Dependencies activityJeremy Kemper2006-12-191-1/+3
* utf8 mysql topics tableJeremy Kemper2006-12-191-1/+1
* Add a 'referer' attribute to TestRequestJamis Buck2006-12-192-0/+6
* fix Rakefile so that the rdoc can be generatedRick Olson2006-12-191-1/+1
* Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]Rick Olson2006-12-193-1/+14
* fix faulty inheritance tests and that eager loading grabs the wrong inheritan...Rick Olson2006-12-193-3/+18
* Don't require test/unit since it tries to turn everything into a test run.Jeremy Kemper2006-12-181-1/+1
* Reapply plugin load path changes from [5720]Michael Koziarski2006-12-183-10/+58
* Another test that the deprecation spout is plugged.Jeremy Kemper2006-12-171-0/+11
* Deprecation: silence warnings when reporting test errors.Jeremy Kemper2006-12-173-0/+31
* Work around a cross-platform number_to_precision inconsistency in unit tests....Jeremy Kemper2006-12-171-3/+7
* Hash#slice(*keys) returns a new hash with only the given keys. #slice! replac...Jeremy Kemper2006-12-174-5/+63
* HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the...Jeremy Kemper2006-12-164-12/+47
* Silence warnings; use more precise assertions.Jeremy Kemper2006-12-161-2/+2
* Revert [5720] Michael Koziarski2006-12-163-51/+10
* Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...Michael Koziarski2006-12-153-10/+51
* Fix HTML::Node to output double quotes instead of single quotes. Closes #684...Rick Olson2006-12-143-6/+8
* Allow subclassed resources to share the site info [Rick]Rick Olson2006-12-134-1/+49
* Correctly report which filter halted the chain. References #6699.Jeremy Kemper2006-12-122-5/+5
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-126-26/+82
* Ensure that DispatcherError is being thrown correctly when a malformed reques...Kent Sibilev2006-12-113-0/+8
* Fix remove_constant to correctly handle constant names of the form "::A::..."...Nicholas Seckar2006-12-094-2/+16
* Fix a bug in Routing where a parameter taken from the path of the current req...Nicholas Seckar2006-12-093-3/+16
* Rewrap scaffold_resource USAGE so it displays nicely on most terminals. Clos...Jeremy Kemper2006-12-081-20/+28
* Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.Jeremy Kemper2006-12-083-1/+5
* Remove side effects of [5684]Tobias Lütke2006-12-082-4/+4
* Improved auto_link to match more valid urls correctlyTobias Lütke2006-12-073-14/+22
* added tests checking for nested singleton resourcesRick Olson2006-12-071-0/+26
* fix docs for singleton resourcesRick Olson2006-12-071-4/+4
* Add singleton resources. [Rick Olson]Rick Olson2006-12-073-8/+209
* Remove support for json in X-Post-Data-Format header since it's for backward ...Jeremy Kemper2006-12-061-2/+0
* Remove unrelated render :yaml changes. References #4185.Jeremy Kemper2006-12-062-13/+5
* Update changelog to reflect application/json content type.Jeremy Kemper2006-12-061-1/+1
* More thorough JSON tests. Use application/json by default, per rfc4627. Refer...Jeremy Kemper2006-12-063-14/+26
* respond_to recognizes JSON. render :json => @person.to_json automatically set...Jeremy Kemper2006-12-066-0/+79
* Changelog for bungled commit.Jeremy Kemper2006-12-061-0/+2
* Missed commit from [5686].Jeremy Kemper2006-12-062-1/+4
* Don't do introspection queries during locking tests [Michael Schoen]Jeremy Kemper2006-12-061-2/+5
* Bob's raining patches: fixes date_helper bugs and usability issues. Reference...Jeremy Kemper2006-12-065-275/+1005