| Commit message (Expand) | Author | Age | Files | Lines |
* | has_one supports the :dependent => :delete option which skips the typical cal... | Jeremy Kemper | 2006-08-29 | 9 | -16/+64 |
* | dispatcher test cosmetics | Jeremy Kemper | 2006-08-29 | 1 | -15/+15 |
* | Railties: axe junk webrick dispatcher test | Jeremy Kemper | 2006-08-29 | 1 | -27/+0 |
* | Railties: info tests passing | Jeremy Kemper | 2006-08-29 | 1 | -3/+7 |
* | Railties: info controller tests passing | Jeremy Kemper | 2006-08-29 | 1 | -0/+2 |
* | Railties: generator tests passing | Jeremy Kemper | 2006-08-29 | 4 | -8/+26 |
* | Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined. | Jeremy Kemper | 2006-08-29 | 2 | -0/+10 |
* | remove superfluous ABSOLUTE_RAILS_ROOT from webrick server | Jeremy Kemper | 2006-08-29 | 1 | -3/+1 |
* | make the railties test task available | Jeremy Kemper | 2006-08-29 | 1 | -5/+6 |
* | Eliminate Active Support warnings. | Jeremy Kemper | 2006-08-29 | 7 | -12/+10 |
* | Keep onsubmit around for form_remote_for | David Heinemeier Hansson | 2006-08-29 | 1 | -3/+5 |
* | Update Initializer to use load_once_paths to avoid plugin reloading. Referenc... | Nicholas Seckar | 2006-08-29 | 7 | -51/+118 |
* | Reload should take options for the replace | David Heinemeier Hansson | 2006-08-29 | 1 | -2/+2 |
* | FormEncodedStringParser needs a tad more work before it can handle POST data ... | David Heinemeier Hansson | 2006-08-28 | 4 | -73/+106 |
* | start an Active Resource changelog | Jeremy Kemper | 2006-08-26 | 1 | -0/+3 |
* | Typo in integration app session. Closes #5864. | Jeremy Kemper | 2006-08-26 | 1 | -1/+1 |
* | Deprecation: test deprecated instance vars in partials. | Jeremy Kemper | 2006-08-26 | 9 | -9/+29 |
* | Actually, indifferent access mattered in the bowels (hashes hidden in arrays) | David Heinemeier Hansson | 2006-08-26 | 2 | -1/+3 |
* | Result is made indifferent on the way out | David Heinemeier Hansson | 2006-08-26 | 3 | -3/+2 |
* | Changed the POST parameter processing to use the new QueryStringParser and ma... | David Heinemeier Hansson | 2006-08-26 | 4 | -4/+7 |
* | More tests for array/hashing in parameters, one failing | David Heinemeier Hansson | 2006-08-26 | 1 | -0/+6 |
* | Nested subclasses are not prefixed with the parent class' table_name since th... | Jeremy Kemper | 2006-08-25 | 3 | -12/+39 |
* | Automatically included ActionController::UrlWriter, such that URL generation ... | David Heinemeier Hansson | 2006-08-25 | 4 | -0/+95 |
* | Use Array#assoc in ActiveSupport::OrderedHash. | Jeremy Kemper | 2006-08-25 | 2 | -8/+4 |
* | SQLServer: work around bug where some unambiguous date formats are not correc... | Jeremy Kemper | 2006-08-25 | 3 | -3/+20 |
* | SQLServer: fix eager association test. Closes #5901. | Jeremy Kemper | 2006-08-25 | 2 | -1/+7 |
* | Add UrlWriter to allow writing urls from Mailers and scripts. | Nicholas Seckar | 2006-08-24 | 3 | -1/+122 |
* | Clashing type columns due to a sloppy join shouldn't wreck single-table inher... | Jeremy Kemper | 2006-08-24 | 3 | -11/+29 |
* | map.resources docs typo closes #5895 | Jeremy Kemper | 2006-08-24 | 1 | -2/+2 |
* | Fixtures: correct escaping of \n and \r. Closes #5859. | Jeremy Kemper | 2006-08-24 | 4 | -8/+15 |
* | Fixed XMLRPC multicall when one of the called methods returns a struct object. | Kent Sibilev | 2006-08-23 | 5 | -6/+31 |
* | Migrations: gracefully handle missing migration files. Closes #5857. | Jeremy Kemper | 2006-08-23 | 7 | -1/+60 |
* | MySQL: update test schema for MySQL 5 strict mode. Closes #5861. | Jeremy Kemper | 2006-08-23 | 2 | -11/+13 |
* | Clean up and run the Active Record integration tests by default. Closes #5854. | Jeremy Kemper | 2006-08-22 | 6 | -77/+48 |
* | Rollback #5819 since it's compatible with PostgreSQL 8.1 only. References #5819. | Jeremy Kemper | 2006-08-22 | 2 | -3/+5 |
* | Add test case from ticket #4090 | Nicholas Seckar | 2006-08-22 | 1 | -0/+12 |
* | Clean up and run the Active Record integration tests by default. | Jeremy Kemper | 2006-08-22 | 6 | -39/+60 |
* | Fix unit tests for JSON emitters | Thomas Fuchs | 2006-08-20 | 1 | -3/+11 |
* | to_xml: correct naming of included associations. Closes #5831. | Jeremy Kemper | 2006-08-20 | 3 | -1/+8 |
* | Correct example in cookies docs. Closes #5832. | Jeremy Kemper | 2006-08-20 | 2 | -7/+10 |
* | Pushing a record onto a has_many :through sets the association's foreign key ... | Jeremy Kemper | 2006-08-20 | 3 | -13/+27 |
* | unbraindeadify addition to has_many :through | Jeremy Kemper | 2006-08-19 | 4 | -9/+30 |
* | Pushing a record onto a has_many :through sets the association's foreign key ... | Jeremy Kemper | 2006-08-19 | 3 | -10/+21 |
* | whitespace | Jeremy Kemper | 2006-08-19 | 1 | -2/+1 |
* | PostgreSQL: simplify index introspection query. Closes #5819. | Jeremy Kemper | 2006-08-19 | 2 | -5/+4 |
* | Greatly increased performance of String.to_json, which speeds up RJS consider... | Thomas Fuchs | 2006-08-18 | 2 | -16/+19 |
* | Add records to has_many :through using <<, push, and concat by creating the a... | Jeremy Kemper | 2006-08-18 | 4 | -36/+104 |
* | Cache nil results for :included has_one associations also. Closes #5787. | Jeremy Kemper | 2006-08-17 | 3 | -4/+13 |
* | Add tests for prior checkin | Nicholas Seckar | 2006-08-17 | 2 | -2/+10 |
* | Widen too narrow rescue | Nicholas Seckar | 2006-08-17 | 1 | -1/+1 |