| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't unnecessarily load has_many associations in after_update callbacks. Cl... | Rick Olson | 2007-12-28 | 3 | -6/+42 |
* | Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ... | Jeremy Kemper | 2007-12-28 | 1 | -1/+1 |
* | Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka] | Jeremy Kemper | 2007-12-28 | 1 | -1/+1 |
* | Ruby 1.9 compat: calculations don't assume array implementation of ordered ha... | Jeremy Kemper | 2007-12-27 | 1 | -1/+2 |
* | Ruby 1.9 compat: don't modify iterator target within block | Jeremy Kemper | 2007-12-27 | 2 | -41/+48 |
* | Ruby 1.9 compat: attribute methods | Jeremy Kemper | 2007-12-27 | 2 | -3/+4 |
* | Remove leaky unused signal handler for transactions. | Jeremy Kemper | 2007-12-22 | 1 | -2/+0 |
* | Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ... | Jeremy Kemper | 2007-12-22 | 15 | -237/+282 |
* | Ruby 1.9 compat: Fixtures inherits Hash instead of YAML::Omap since it's now ... | Jeremy Kemper | 2007-12-22 | 1 | -2/+2 |
* | Ruby 1.9 compat: Class#subclasses is now protected | Jeremy Kemper | 2007-12-22 | 1 | -1/+1 |
* | Eager belongs_to :include infers the foreign key from the association name ra... | Jeremy Kemper | 2007-12-21 | 4 | -4/+11 |
* | Benchmark logs for any level below or equal to the one specified, rather than... | Jeremy Kemper | 2007-12-21 | 2 | -4/+57 |
* | SQLite: fix rename_ and remove_column for columns with unique indexes. Closes... | Jeremy Kemper | 2007-12-20 | 3 | -6/+53 |
* | add passing test for Test::Unit subclasses running #setup properly [brynary] | Rick Olson | 2007-12-19 | 1 | -0/+24 |
* | Revert [8392]. Closes #10568, reopens #10379. | Jeremy Kemper | 2007-12-19 | 2 | -29/+2 |
* | Ruby 1.9 compat: check column type more carefully | Jeremy Kemper | 2007-12-19 | 3 | -11/+21 |
* | RubyGems 0.9.5 compat: always set the gem platform | Jeremy Kemper | 2007-12-19 | 1 | -0/+1 |
* | Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas... | Jeremy Kemper | 2007-12-18 | 1 | -1/+0 |
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 3 | -3/+3 |
* | More changelog updates | Jeremy Kemper | 2007-12-15 | 1 | -2/+2 |
* | Ensure optimistic locking handles nil #lock_version values properly. Closes ... | Rick Olson | 2007-12-15 | 3 | -1/+12 |
* | Make the Fixtures Test::Unit enhancements more supporting for double-loaded t... | Rick Olson | 2007-12-15 | 3 | -2/+31 |
* | Remove references to nonexistent :joins documentation. Closes #10498 [tpope] | Marcel Molina | 2007-12-13 | 2 | -8/+5 |
* | Document what to pass the :accept option for validates_acceptance_of when map... | Marcel Molina | 2007-12-13 | 1 | -1/+2 |
* | Fix that validates_acceptance_of still works for non-existent tables (useful ... | Rick Olson | 2007-12-12 | 3 | -2/+18 |
* | Ensure that the :uniq option for has_many :through associations retains the o... | Rick Olson | 2007-12-11 | 4 | -1/+12 |
* | Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes #10... | Jeremy Kemper | 2007-12-11 | 3 | -4/+13 |
* | 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 |