Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #27335 from kamipo/remove_duplicated_model_definition | Sean Griffin | 2017-01-03 | 2 | -10/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove duplicated model class definitions in `test/cases/base_test.rb` | Ryuta Kamizono | 2016-12-12 | 2 | -10/+4 | |
* | | | | | | | | | | | Consistently apply adapter behavior when serializing arrays | Sean Griffin | 2017-01-03 | 2 | -4/+15 | |
* | | | | | | | | | | | Cache results of computing model type | Konstantin Lazarev | 2017-01-03 | 2 | -8/+14 | |
* | | | | | | | | | | | Merge pull request #27543 from kamipo/fix_update_counters_of_multiple_records... | Kasper Timm Hansen | 2017-01-02 | 2 | -15/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Push `current_time_from_proper_timezone` and timestamp attributes methods up ... | Ryuta Kamizono | 2017-01-03 | 1 | -15/+0 | |
| * | | | | | | | | | | | Fix update counters of multiple records with touch: true | Ryuta Kamizono | 2017-01-03 | 1 | -0/+10 | |
* | | | | | | | | | | | | Remove duplicated test | utilum | 2017-01-02 | 1 | -8/+0 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #27526 from kirs/database-tasks-schema-cache | Rafael França | 2017-01-01 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Dump schema cache for custom connection | Kir Shatrov | 2017-01-01 | 1 | -0/+10 | |
* | | | | | | | | | | | | Replace sleep with synchronization | Matthew Draper | 2017-01-02 | 2 | -2/+8 | |
* | | | | | | | | | | | | Fix tests with counter cache touching and more. | Kasper Timm Hansen | 2017-01-01 | 1 | -84/+75 | |
* | | | | | | | | | | | | Added option to ActiveRecord::CounterCache methods. | Jarred Trost | 2017-01-01 | 1 | -0/+141 | |
* | | | | | | | | | | | | Change `timestamp_attributes_for_{create,update}` from symbol to string | Ryuta Kamizono | 2017-01-01 | 1 | -6/+6 | |
* | | | | | | | | | | | | Dump array subtype options correctly | Ryuta Kamizono | 2017-01-01 | 1 | -3/+5 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value` | Ryuta Kamizono | 2016-12-30 | 4 | -33/+1 | |
* | | | | | | | | | | | Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql` | Ryuta Kamizono | 2016-12-30 | 1 | -6/+0 | |
* | | | | | | | | | | | Remove deprecated #use_transactional_fixtures configuration | Rafael Mendonça França | 2016-12-29 | 1 | -18/+0 | |
* | | | | | | | | | | | Remove deprecated conditions parameter from #delete_all | Rafael Mendonça França | 2016-12-29 | 1 | -6/+0 | |
* | | | | | | | | | | | Remove deprecated conditions parameter from `#destroy_all` | Rafael Mendonça França | 2016-12-29 | 1 | -6/+0 | |
* | | | | | | | | | | | Remove deprecated support to passing arguments to `#select` when a block is p... | Rafael Mendonça França | 2016-12-29 | 1 | -7/+0 | |
* | | | | | | | | | | | Remove deprecated support to query using commas on LIMIT | Rafael Mendonça França | 2016-12-29 | 1 | -12/+2 | |
* | | | | | | | | | | | Remove deprecated support to passing a class as a value in a query | Rafael Mendonça França | 2016-12-29 | 1 | -9/+0 | |
* | | | | | | | | | | | Raises IrreversibleOrderError when using last with an irreversible order | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 | |
* | | | | | | | | | | | Raise when a through association has an ambiguous reflection name | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 | |
* | | | | | | | | | | | Raises when `ActiveRecord::Migration` is inherited directly. | Rafael Mendonça França | 2016-12-29 | 1 | -12/+6 | |
* | | | | | | | | | | | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 10 | -84/+61 | |
* | | | | | | | | | | | Remove deprecated `name` argument from `#tables` | Rafael Mendonça França | 2016-12-29 | 3 | -8/+2 | |
* | | | | | | | | | | | Remove deprecated support to passing a column to #quote | Rafael Mendonça França | 2016-12-29 | 1 | -12/+12 | |
* | | | | | | | | | | | Set time as a timezone aware type and remove related deprecation | Rafael Mendonça França | 2016-12-29 | 1 | -3/+0 | |
* | | | | | | | | | | | Remove deprecated force reload argument in association readers | Rafael Mendonça França | 2016-12-29 | 6 | -47/+4 | |
* | | | | | | | | | | | Remove deprecated i18n scopes in Active Record | Rafael Mendonça França | 2016-12-29 | 2 | -39/+0 | |
* | | | | | | | | | | | Merge pull request #27437 from kirs/structure-load-dump-flags | Kasper Timm Hansen | 2016-12-29 | 3 | -4/+81 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Make ActiveRecord structure load/dump configurable | Kir Shatrov | 2016-12-22 | 3 | -4/+81 | |
* | | | | | | | | | | | | Should not update children when the parent creation with no reason | Ryuta Kamizono | 2016-12-29 | 3 | -0/+14 | |
* | | | | | | | | | | | | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 2 | -6/+6 | |
* | | | | | | | | | | | | Merge pull request #27442 from kamipo/fix_27434 | Eileen M. Uchitelle | 2016-12-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add a record to target before any callbacks loads the record | Ryuta Kamizono | 2016-12-23 | 1 | -1/+1 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 8 | -19/+19 | |
* | | | | | | | | | | | | "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6." | Akira Matsuda | 2016-12-25 | 4 | -10/+10 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 22 | -77/+77 | |
* | | | | | | | | | | | Privatize unneededly protected methods in Active Record tests | Akira Matsuda | 2016-12-24 | 11 | -11/+11 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | fix #create_fixtures when equal table names in different databases | Julia Lopez | 2016-12-21 | 5 | -0/+25 | |
* | | | | | | | | | | Merge pull request #27400 from kamipo/remove_useless_test_supports_primary_key | Eileen M. Uchitelle | 2016-12-19 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove useless `test_supports_primary_key` | Ryuta Kamizono | 2016-12-19 | 1 | -6/+0 | |
* | | | | | | | | | | | Consolidate duplicated elsif branch | Ryuta Kamizono | 2016-12-19 | 1 | -6/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #27329 from kamipo/simplify_unsigned_regex | Eileen M. Uchitelle | 2016-12-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Simplify the regex for `unsigned?` method | Ryuta Kamizono | 2016-12-11 | 1 | -1/+1 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #27375 from kirs/fixture-error-message | Rafael França | 2016-12-16 | 2 | -2/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Throw friendly error message when fixture is not a hash | Kir Shatrov | 2016-12-15 | 2 | -2/+15 |