| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #3748 from samsonasu/has_many_custom_pk_new_record | Jon Leighton | 2011-11-27 | 1 | -1/+28 |
|\ |
|
| * | load has_many associations keyed off a custom primary key if that key is pres... | Brian Samson | 2011-11-25 | 1 | -1/+28 |
* | | add the query to AR::Relation#explain output | Xavier Noria | 2011-11-25 | 3 | -0/+9 |
|/ |
|
* | fixing tests on ruby 1.8 | Aaron Patterson | 2011-11-20 | 1 | -1/+3 |
* | pushing caching and visitors down to the connection | Aaron Patterson | 2011-11-19 | 5 | -119/+56 |
* | Verify that #3690 has been closed by previous changes to the mysql | Jon Leighton | 2011-11-19 | 2 | -2/+10 |
* | Revert "Merge pull request #1163 from amatsuda/sexier_migration_31" | Aaron Patterson | 2011-11-17 | 1 | -120/+0 |
* | Revert "Merge pull request #3603 from vijaydev/change_table_without_block_arg" | Aaron Patterson | 2011-11-17 | 1 | -54/+0 |
* | `ActiveRecord::Base#becomes` should retain the errors of the original object. | James Adam | 2011-11-16 | 1 | -0/+8 |
* | fixing tests on PG | Aaron Patterson | 2011-11-16 | 1 | -1/+1 |
* | Fixes issue #3483, regarding using a mixture of ranges and discrete values in... | Ryan Naughton | 2011-11-14 | 1 | -1/+1 |
* | Failing test case for issue #3483 | Gabriel Sobrinho | 2011-11-14 | 1 | -0/+4 |
* | Merge pull request #3371 from yahonda/fix_ora_00932_error | Aaron Patterson | 2011-11-14 | 1 | -1/+1 |
|\ |
|
| * | Fix ORA-00932 error when trying to insert 0 to DATE type columns. | Yasuo Honda | 2011-10-19 | 1 | -1/+1 |
* | | change_table bulk test case should check if the connection supports bulk alter | Vijay Dev | 2011-11-11 | 1 | -13/+15 |
* | | Modify change_table to remove the need for the block argument. | Vijay Dev | 2011-11-11 | 1 | -0/+52 |
* | | Checking the arity of the block passed to create_table | Vijay Dev | 2011-11-10 | 1 | -0/+15 |
* | | exclude ORDER BY clause when querying Relation#exists? | Akira Matsuda | 2011-11-09 | 1 | -0/+5 |
* | | revises EXPLAIN tests for SQLite3 | Xavier Noria | 2011-11-06 | 1 | -3/+3 |
* | | Merge pull request #3521 from nulogy/fix_postgres_adapter_to_handle_spaces_be... | Aaron Patterson | 2011-11-06 | 1 | -0/+4 |
* | | Update ActiveRecord#attribute_present? to work as documented | Justin Mazzi | 2011-11-05 | 1 | -0/+18 |
* | | implements AR::Relation#explain | Xavier Noria | 2011-11-05 | 3 | -0/+71 |
* | | Merge pull request #3525 from kennyj/fix_3440-1 | Jon Leighton | 2011-11-05 | 1 | -0/+5 |
|\ \ |
|
| * | | Fixed an issue id false option is ignored on mysql/mysql2 (fix #3440) | kennyj | 2011-11-06 | 1 | -0/+5 |
* | | | Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query | Jon Leighton | 2011-11-05 | 3 | -1/+23 |
* | | | AR changes to support creating ordered (asc, desc) indexes | Vlad Jebelev | 2011-11-04 | 2 | -4/+24 |
|/ / |
|
* | | Fix test as one more has_many added | Arun Agrawal | 2011-11-04 | 1 | -1/+1 |
* | | Allow the :class_name option for associations to take a symbol. | Jon Leighton | 2011-11-04 | 1 | -1/+5 |
* | | Merge pull request #1163 from amatsuda/sexier_migration_31 | Aaron Patterson | 2011-11-04 | 1 | -0/+20 |
|\ \ |
|
| * | | Tests for new create_table DSL | Akira Matsuda | 2011-05-20 | 1 | -0/+20 |
* | | | Merge pull request #3507 from jmazzi/issue-3503 | Jeremy Kemper | 2011-11-03 | 1 | -0/+15 |
* | | | Fix #3271. | Jon Leighton | 2011-11-03 | 1 | -0/+6 |
* | | | Remove all revelant through records. | Jon Leighton | 2011-11-03 | 1 | -0/+15 |
* | | | Fix adding multiple instances of the same record to a has_many :through. | Jon Leighton | 2011-11-03 | 1 | -0/+10 |
* | | | Fix #3247. | Jon Leighton | 2011-11-03 | 1 | -0/+5 |
* | | | assert_match takes a regexp and a string in that order | Vijay Dev | 2011-10-31 | 1 | -1/+1 |
* | | | dump_schema_information: explicitly order inserts into schema_migrations table | Laust Rud Jacobsen | 2011-10-31 | 1 | -0/+9 |
* | | | Added failing test case for changing schema in migration not clearing the pre... | Joe Van Dyk | 2011-10-27 | 1 | -0/+12 |
* | | | More checks for instance writers. | Arun Agrawal | 2011-10-27 | 1 | -1/+2 |
* | | | Adding more checks for instance_writer false | Arun Agrawal | 2011-10-27 | 1 | -1/+2 |
* | | | Test fix Allow instances to disable record_timestamps | Arun Agrawal | 2011-10-27 | 1 | -1/+1 |
* | | | Allow instances to disable record_timestamps | Pratik Naik | 2011-10-26 | 1 | -0/+10 |
* | | | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2011-10-25 | 7 | -11/+98 |
|\ \ \ |
|
| * | | | preserve decimal column attributes after migration | Greg Reinacker | 2011-10-21 | 1 | -0/+36 |
| * | | | Merge pull request #3258 from ileitch/3-1-stable | Aaron Patterson | 2011-10-20 | 1 | -0/+16 |
| | |/
| |/| |
|
| * | | only use now() on pg! | Aaron Patterson | 2011-10-18 | 1 | -1/+3 |
| * | | reset prepared statement when schema changes imapact statement results. fixes... | Aaron Patterson | 2011-10-18 | 1 | -0/+8 |
| * | | use now() for dates in pg | Aaron Patterson | 2011-10-18 | 1 | -1/+1 |
| * | | Merge pull request #3340 from surfacedamage/exclude_destroy_in_all_blank_check | José Valim | 2011-10-17 | 1 | -0/+8 |
| |\ \ |
|
| | * | | Exclude _destroy parameter in :all_blank check (issue #2937) | Aaron Christy | 2011-10-17 | 1 | -0/+8 |