| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove references to ActsAs* from the README now that it's been pulled out in... | Marcel Molina | 2007-12-10 | 1 | -14/+0 |
* | Update destroy_all and delete_all documentation to better describe their trad... | Jeremy Kemper | 2007-12-10 | 2 | -5/+28 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 2 | -3/+3 |
* | Document Active Record exceptions. Closes #10444. | Jeremy Kemper | 2007-12-10 | 2 | -91/+157 |
* | Remove unused ConnectionFailed exception | Jeremy Kemper | 2007-12-10 | 1 | -2/+0 |
* | More changelog updates | Jeremy Kemper | 2007-12-10 | 1 | -1/+2 |
* | More changelog updates | Jeremy Kemper | 2007-12-10 | 1 | -13/+13 |
* | Axe outdated :ar_joins commentary | Jeremy Kemper | 2007-12-10 | 1 | -7/+0 |
* | Remove empty ar_joins_test | Jeremy Kemper | 2007-12-10 | 1 | -0/+0 |
* | lifo -> Pratik | Jeremy Kemper | 2007-12-10 | 1 | -15/+15 |
* | More contributor name updates | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | Update Chu's name in changelogs | Jeremy Kemper | 2007-12-10 | 1 | -2/+2 |
* | Update Fred's name in changelogs | Jeremy Kemper | 2007-12-10 | 1 | -1/+1 |
* | post.comments.reload returns the association rather than the result of load_t... | Jeremy Kemper | 2007-12-10 | 2 | -14/+22 |
* | Document the validates class method. Closes #10216 [Farley Knight] | Jeremy Kemper | 2007-12-10 | 1 | -1/+27 |
* | Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test... | Jeremy Kemper | 2007-12-09 | 1 | -1/+6 |
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 2 | -2/+2 |
* | Removed query cache rescue as it could cause code to be run twice (closes #10... | David Heinemeier Hansson | 2007-12-07 | 2 | -2/+5 |
* | Anchor DateTimeTest to fixed DateTime instead of a variable value based on Ti... | Geoff Buesing | 2007-12-07 | 2 | -3/+7 |
* | Fixed that the Query Cache should just be ignored if the database is misconfi... | David Heinemeier Hansson | 2007-12-06 | 2 | -0/+4 |
* | The test task stops with a warning if you have pending migrations. Closes #10... | Jeremy Kemper | 2007-12-06 | 1 | -0/+4 |
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 3 | -8/+5 |
* | Fixed that the truncation of strings longer than 50 chars should use inspect ... | David Heinemeier Hansson | 2007-12-06 | 3 | -4/+6 |
* | Fix eager association test. Closes #10381 [alexey] | Jeremy Kemper | 2007-12-05 | 1 | -1/+2 |
* | Fixed that habtm associations should be able to set :select as part of their ... | David Heinemeier Hansson | 2007-12-05 | 2 | -30/+4 |
* | Fixed that habtm associations should be able to set :select as part of their ... | David Heinemeier Hansson | 2007-12-05 | 2 | -0/+7 |
* | Document how the :include option can be used in Calculations::calculate. Clo... | Marcel Molina | 2007-12-05 | 2 | -0/+4 |
* | Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [j... | Marcel Molina | 2007-12-05 | 2 | -2/+4 |
* | Reveal that the type option in migrations can be any supported column type fo... | Marcel Molina | 2007-12-05 | 2 | -1/+8 |
* | Fix typos (closes #10378) | David Heinemeier Hansson | 2007-12-05 | 6 | -6/+6 |
* | More complete documentation for find_by_sql. Closes #7912 [fearoffish] | Marcel Molina | 2007-12-05 | 2 | -3/+25 |
* | Document API for exists?'s parameter and provide examples of usage. Closes #7... | Marcel Molina | 2007-12-05 | 2 | -3/+14 |
* | Document API for create's attributes parameter and provide examples. Closes #... | Marcel Molina | 2007-12-05 | 2 | -2/+13 |
* | Documentation for find incorrectly omits the :conditions option from various ... | Marcel Molina | 2007-12-05 | 2 | -4/+6 |
* | Document options and add examples for update. Closes #7985 [fearoffish] | Marcel Molina | 2007-12-05 | 2 | -6/+12 |
* | Document options and add examples for delete. Closes #7986 [fearoffish] | Marcel Molina | 2007-12-05 | 2 | -2/+20 |
* | Document options and add examples for destroy. Closes #7988 [fearoffish] | Marcel Molina | 2007-12-05 | 2 | -2/+21 |
* | Document options and add examples for update_all. Closes #7990 [fearoffish] | Marcel Molina | 2007-12-05 | 2 | -5/+22 |
* | Document options for update_counters. Closes #8091 [fearoffish] | Marcel Molina | 2007-12-05 | 2 | -0/+14 |
* | Add documentation about the virtual attribute added by validates_confirmation... | Marcel Molina | 2007-12-05 | 2 | -3/+8 |
* | Add documentation for freeze and readonly related methods. Closes #8878 [pela... | Marcel Molina | 2007-12-05 | 2 | -4/+9 |
* | Document the timestamps schema definition method. Closes #9000 [mikong] | Marcel Molina | 2007-12-05 | 2 | -0/+4 |
* | Give examples for what tables should be called for models inside a module nam... | Marcel Molina | 2007-12-05 | 2 | -3/+14 |
* | Document the :message option for validates_associated. Closes #10357 [dylans] | Marcel Molina | 2007-12-05 | 2 | -0/+3 |
* | Document automatically generated predicate methods for attributes. Closes #10... | Marcel Molina | 2007-12-05 | 2 | -0/+16 |
* | Try again | David Heinemeier Hansson | 2007-12-05 | 1 | -1/+1 |
* | MySQL: we can't distinguish a fake 0 default in 4.x | Jeremy Kemper | 2007-12-05 | 1 | -1/+2 |
* | Fix that options[:from] table names should never be quoted [DHH] | David Heinemeier Hansson | 2007-12-05 | 2 | -1/+12 |
* | Copy the cache too | David Heinemeier Hansson | 2007-12-03 | 1 | -0/+1 |
* | Added ActiveRecord::Base#becomes to turn a record into one of another class (... | David Heinemeier Hansson | 2007-12-03 | 3 | -1/+24 |