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