| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Detect missing_constants calls from removed modules and fail accordingly. | Nicholas Seckar | 2006-08-17 | 3 | -0/+21 |
* | Fix const_missing to behave responsibly when called within anonymous modules | Nicholas Seckar | 2006-08-16 | 2 | -2/+25 |
* | Update require_dependency to return true or false as require does. | Nicholas Seckar | 2006-08-16 | 2 | -7/+9 |
* | Shorten index name. | Jeremy Kemper | 2006-08-16 | 1 | -1/+1 |
* | Included associations: go deep. | Jeremy Kemper | 2006-08-16 | 8 | -17/+75 |
* | Stop using defined? in Dependencies.qualified_const_defined? since defined? m... | Nicholas Seckar | 2006-08-16 | 3 | -1/+29 |
* | Fixed a bug which would cause .save to fail after trying to access a empty ha... | Tobias Lütke | 2006-08-16 | 3 | -10/+21 |
* | Nested classes are given table names prefixed by the singular form of the par... | Jeremy Kemper | 2006-08-16 | 3 | -10/+31 |
* | Dependencies can autoload directories of nested classes. | Jeremy Kemper | 2006-08-16 | 8 | -5/+54 |
* | Make indexed columns easy to extract from the index name. Oracle users should... | Jeremy Kemper | 2006-08-15 | 2 | -9/+12 |
* | Migrations: uniquely name multicolumn indexes so you don't have to. | Jeremy Kemper | 2006-08-15 | 3 | -11/+28 |
* | Updated trunk to script.aculo.us 1.6.2 | Thomas Fuchs | 2006-08-15 | 8 | -88/+142 |
* | cleanup | Nicholas Seckar | 2006-08-15 | 1 | -1/+0 |
* | Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ... | Nicholas Seckar | 2006-08-15 | 3 | -1/+41 |
* | Add controller_paths variable to Routing; Assign Routing.controller_paths fro... | Nicholas Seckar | 2006-08-15 | 5 | -19/+28 |
* | Fix AWS tests | David Heinemeier Hansson | 2006-08-14 | 3 | -9/+15 |
* | Add silencing to deprecations; avoid self-scolding. | Nicholas Seckar | 2006-08-14 | 6 | -5/+32 |
* | Update respond_to docs to follow established naming convention | Marcel Molina | 2006-08-14 | 1 | -7/+7 |
* | Fix for deep includes on the same association. | Jeremy Kemper | 2006-08-14 | 5 | -2/+40 |
* | Fix assert_redirected_to issue with named routes for module controllers. [Ri... | Rick Olson | 2006-08-13 | 4 | -1/+38 |
* | Tweak RoutingError message to show option diffs, not just missing named route... | Rick Olson | 2006-08-13 | 2 | -2/+4 |
* | Invoke method_missing directly for hidden actions. Closes #3030. | Nicholas Seckar | 2006-08-13 | 3 | -2/+65 |
* | Add debugging logging to Dependencies. | Nicholas Seckar | 2006-08-13 | 2 | -4/+33 |
* | Use require_dependency and not require to load models | Nicholas Seckar | 2006-08-12 | 1 | -1/+1 |
* | Tweak fixtures so they don't try to use a non-ActiveRecord class. [Kevin Clark] | Rick Olson | 2006-08-11 | 3 | -1/+13 |
* | Remove ActiveRecord::Base.reset since Dispatcher doesn't use it anymore. [Ri... | Rick Olson | 2006-08-09 | 3 | -13/+3 |