aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* catch possible WSOD when trying to render a missing partial. Closes #8454 [Ca...Rick Olson2007-05-243-0/+16
* Scaffold generator tests. Closes #8443.Jeremy Kemper2007-05-234-3/+350
* Set RAW_POST_DATA when request parameters are parsed.Jeremy Kemper2007-05-233-45/+44
* Fix JSON date/time conversion tests.Jeremy Kemper2007-05-231-2/+2
* Extend the view instance directly instead of mucking with anonymous subclasses.Jeremy Kemper2007-05-231-10/+2
* Don't play with fire (anonymous class and returning block).Jeremy Kemper2007-05-231-5/+6
* Don't load observers if Active Record isn't loaded.Jeremy Kemper2007-05-231-5/+8
* whiny nil shouldn't depend on Active RecordJeremy Kemper2007-05-231-12/+12
* Fix :through docs wrecked up by [6777]. Closes #4961.Jeremy Kemper2007-05-231-1/+2
* Revert [6811]. Should be fixed instead of selectively reintroducing the depre...Jeremy Kemper2007-05-231-1/+0
* Rewind request body after reading it, if possible. Closes #8438.Jeremy Kemper2007-05-233-1/+22
* Set RAW_POST_DATA in integration tests as expectedTobias Lütke2007-05-221-0/+1
* Rescuing in around_filters works as expected again [codahale, Stephan Kaes]. ...Tobias Lütke2007-05-222-0/+40
* Initializers are now loaded consistently sorted by name. Closes #8343Tobias Lütke2007-05-221-1/+1
* Generated scaffold functional tests use assert_difference. Closes #8421.Jeremy Kemper2007-05-222-6/+8
* Strip junk whitespace from [6806].Jeremy Kemper2007-05-222-71/+71
* Resource namespaces are inherited by their has_many subresources. Closes #8280.Jeremy Kemper2007-05-223-5/+40
* belongs_to assignment creates a new proxy rather than modifying its target in...Jeremy Kemper2007-05-223-5/+17
* Fix filtered parameter logging with nil parameter values. Closes #8422.Jeremy Kemper2007-05-213-1/+5
* forgot binary fixtureRick Olson2007-05-211-0/+437
* Fix column type detection while loading fixtures. Closes #7987 [roderickvd]Rick Olson2007-05-213-6/+12
* Integration tests: alias xhr to xml_http_request and add a request_method arg...Jeremy Kemper2007-05-213-24/+86
* Fix USAGE typo in resource generator. Closes #8406.Jeremy Kemper2007-05-201-13/+13
* Document Object#blank?. Closes #6491.Jeremy Kemper2007-05-202-4/+12
* Document deep eager includes. Closes #6267.Jeremy Kemper2007-05-192-2/+12
* Revert [4706] which added incorrect docs. References #5684.Jeremy Kemper2007-05-191-9/+0
* Document caches_action. Closes #5419.Jeremy Kemper2007-05-192-1/+5
* Fix incorrent content type lookup in request parsing. Closes #8407.Jeremy Kemper2007-05-192-28/+52
* Update to Prototype 1.5.1Sam Stephenson2007-05-194-684/+2200
* Allow routes to be declared off namespacesTobias Lütke2007-05-195-25/+85
* Fix #inspect for new records. Closes #8405.Jeremy Kemper2007-05-192-1/+5
* Update edge to script.aculo.us to 1.7.1_beta3Thomas Fuchs2007-05-198-186/+330
* Fix generator test broken by scaffold change. Closes #8402.Jeremy Kemper2007-05-181-4/+0
* belongs_to doesn't go :through. Closes #4961.Jeremy Kemper2007-05-181-2/+1
* observe_form always sends the serialized form. Closes #5271.Jeremy Kemper2007-05-183-19/+37
* Include location header in args.Jeremy Kemper2007-05-181-2/+1
* Date, Time, and DateTime#to_json. Closes #8399.Jeremy Kemper2007-05-185-0/+21
* Silence some warnings.Jeremy Kemper2007-05-182-4/+9
* Correct rdoc link to OracleAdapter. Closes #5289.Jeremy Kemper2007-05-181-1/+1
* Docs: warn that associations names shouldn't be reserved words. Closes #4378.Jeremy Kemper2007-05-182-0/+8
* Clarify :offset docs. Closes #3733.Jeremy Kemper2007-05-181-1/+1
* We changed name to scaffoldDavid Heinemeier Hansson2007-05-183-5/+5
* We dont use semicolon any moreDavid Heinemeier Hansson2007-05-181-1/+1
* Pay tribute to timezones. Tune #inspect style.Jeremy Kemper2007-05-182-14/+16
* Remove dev exception.Jeremy Kemper2007-05-181-2/+0
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-1814-818/+784
* select :include_blank option can be set to a string instead of true, which ju...Jeremy Kemper2007-05-183-6/+83
* Fix render :location => ... test.Jeremy Kemper2007-05-181-4/+8
* Sanitize Base#inspect. Closes #8392.Jeremy Kemper2007-05-185-35/+39
* Pass stdinput to super.Jeremy Kemper2007-05-181-4/+3