| Commit message (Expand) | Author | Age | Files | Lines |
* | arel columns can be used for grouping so that "weird" column names are usable | Aaron Patterson | 2012-11-15 | 2 | -0/+7 |
* | Assert the query result instead of checking for nothing raised | Carlos Antonio da Silva | 2012-11-13 | 1 | -4/+2 |
* | Merge pull request #8202 from nikitug/regression_test_on_dynamic_finder_result | Carlos Antonio da Silva | 2012-11-13 | 2 | -0/+13 |
|\ |
|
| * | Regression test for #7238 | Nikita Afanasenko | 2012-11-13 | 2 | -0/+13 |
* | | Merge pull request #8176 from senny/7551_pluck_with_select | Rafael Mendonça França | 2012-11-13 | 1 | -0/+6 |
|\ \ |
|
| * | | `#pluck` can be used on a relation with `select` clause. | Yves Senn | 2012-11-12 | 1 | -0/+6 |
* | | | Add a regression test on #8195 | Nikita Afanasenko | 2012-11-13 | 1 | -0/+7 |
| |/
|/| |
|
* | | Merge and add tests related to 5215 | Vipul A M | 2012-11-12 | 3 | -18/+25 |
|/ |
|
* | Do not create useless database transaction when building `has_one` association. | Bogdan Gusiev | 2012-11-10 | 1 | -0/+6 |
* | Properly deprecate ConnectionHandler#connection_pools | Jon Leighton | 2012-11-09 | 1 | -1/+7 |
* | Merge pull request #8116 from senny/7993_configure_counter_cache_for_has_many | Jon Leighton | 2012-11-09 | 2 | -0/+9 |
|\ |
|
| * | :counter_cache option for to support custom named counter caches. Closes #7993 | Yves Senn | 2012-11-04 | 2 | -0/+9 |
* | | Delegate all calculations to the scope. | Jon Leighton | 2012-11-09 | 1 | -0/+1 |
* | | CollectionProxy#pluck issues no query for a new_record? owner | Jon Leighton | 2012-11-09 | 1 | -0/+1 |
* | | Relations built off collection associations with an unsaved owner should be n... | Jon Leighton | 2012-11-09 | 1 | -0/+9 |
* | | Add test to avoid regression of 58e48d5292242f000dc8a87fdbb1c0ccdcf286d8 | Gabriel Sobrinho & Ricardo Henrique | 2012-11-08 | 1 | -0/+11 |
|/ |
|
* | Ensure nested attributes is restored in case of a test failure | Carlos Antonio da Silva | 2012-11-03 | 1 | -1/+1 |
* | Simplify query conditions a bit in nested attributes test | Carlos Antonio da Silva | 2012-11-03 | 1 | -5/+3 |
* | Check if the options value is present before to send the deprecation | Rafael Mendonça França | 2012-11-03 | 1 | -2/+2 |
* | Deprecate passing a string as third argument of `add_index` | Rafael Mendonça França | 2012-11-02 | 1 | -0/+10 |
* | Raise an ArgumentError when passing an invalid option to add_index | Rafael Mendonça França | 2012-11-02 | 1 | -0/+6 |
* | Fix issue with collection associations and first(n)/last(n) | Carlos Antonio da Silva | 2012-11-01 | 1 | -0/+13 |
* | Remove extre count, preheat already happens during setup | Carlos Antonio da Silva | 2012-10-31 | 1 | -1/+0 |
* | Fix find_in_batches against string IDs when start option is not specified. | Alexis Bernard | 2012-10-31 | 1 | -0/+9 |
* | Fix `attributes_before_type_cast` for serialised attributes. | Nikita Afanasenko | 2012-10-31 | 1 | -3/+13 |
* | Fix #6951. Use query cache/uncache, when using not only database.yml but also... | kennyj | 2012-10-31 | 1 | -0/+11 |
* | include_root_in_json allows inheritance. | kennyj | 2012-10-31 | 1 | -0/+16 |
* | Remove not assigned variable warning from sqlite3 adapter test | Carlos Antonio da Silva | 2012-10-29 | 1 | -1/+1 |
* | Fix bug when Column is trying to type cast boolean values to integer. | Rafael Mendonça França | 2012-10-29 | 1 | -4/+4 |
* | Fix the skip code. | Rafael Mendonça França | 2012-10-28 | 1 | -4/+4 |
* | SQLite3Adapter#type_cast should not mutate arguments | Stefan Rusterholz | 2012-10-28 | 1 | -0/+6 |
* | ActiveRecord::Relation#none! method. | Juanjo Bazán | 2012-10-28 | 1 | -0/+6 |
* | loaded relations cannot be mutated by extending! | Juanjo Bazán | 2012-10-28 | 1 | -0/+9 |
* | Enable update_column(s) for the primary key attribute. | Henrik N | 2012-10-28 | 1 | -0/+13 |
* | raise `ArgumentError` when redefining the primary key column. Closes #6378 | Yves Senn | 2012-10-28 | 1 | -0/+20 |
* | refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378 | Yves Senn | 2012-10-28 | 1 | -1/+8 |
* | AR::AttributeMethods#[] raises AM::AttributeMissingError for missing attributes. | Francesco Rodriguez | 2012-10-28 | 1 | -0/+6 |
* | Use the MySQL varbinary type when appropriate in migrations. | Victor Costan | 2012-10-27 | 5 | -18/+60 |
* | Decode attributes pulled from URI.parse | Shawn Veader | 2012-10-26 | 1 | -0/+8 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 16 | -245/+46 |
* | frozen state should be restored after txn is aborted | Aaron Patterson | 2012-10-22 | 1 | -0/+15 |
* | Add tests to make sure that the I18n taken message can be overrided in the | Rafael Mendonça França | 2012-10-22 | 1 | -0/+14 |
* | Rotate the debug.log on each 100MB | Rafael Mendonça França | 2012-10-20 | 1 | -1/+1 |
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." | Jeremy Kemper | 2012-10-20 | 1 | -0/+36 |
* | Merge pull request #7995 from adimichele/master | Rafael Mendonça França | 2012-10-19 | 1 | -0/+5 |
|\ |
|
| * | Changed scope for "taken" error message translation to decrease precedence | Andrew DiMichele | 2012-10-19 | 1 | -0/+5 |
* | | Revert "truncate debug.log on each test run" | Yasuo Honda | 2012-10-20 | 1 | -2/+1 |
|/ |
|
* | Merge pull request #7994 from frodsan/truncate_debug_log | Rafael Mendonça França | 2012-10-19 | 1 | -1/+2 |
|\ |
|
| * | truncate debug.log on each test run | Francesco Rodriguez | 2012-10-19 | 1 | -1/+2 |
* | | Get rid of the ActiveRecord::Model::DeprecationProxy thing. | Jon Leighton | 2012-10-19 | 1 | -36/+0 |
|/ |
|