| Commit message (Expand) | Author | Age | Files | Lines |
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 3 | -3/+3 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 4 | -6/+6 |
* | oops! :scream_cat: | Akira Matsuda | 2017-01-10 | 1 | -1/+1 |
* | Use temporary connection pool for the tests clearing AR::Base's active_connec... | Akira Matsuda | 2017-01-10 | 1 | -59/+92 |
* | Reconnecting AR::Base's connection breaks sqlite3_mem tests | Akira Matsuda | 2017-01-10 | 1 | -2/+6 |
* | sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872 | Akira Matsuda | 2017-01-10 | 1 | -0/+2 |
* | activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnect | Dylan Thacker-Smith | 2017-01-09 | 1 | -1/+2 |
* | Deprecate reflection class name to accept a class | Kir Shatrov | 2017-01-09 | 3 | -3/+11 |
* | Merge pull request #27603 from prathamesh-sonpatki/fix-random-failure | Santiago Pastorino | 2017-01-08 | 1 | -0/+2 |
|\ |
|
| * | Fix random failure related to migration environment | Prathamesh Sonpatki | 2017-01-07 | 1 | -0/+2 |
* | | Merge pull request #27602 from prathamesh-sonpatki/followup-27596 | Santiago Pastorino | 2017-01-08 | 1 | -1/+8 |
|\ \ |
|
| * | | Followup of #27596, test output of "run" method as well | Prathamesh Sonpatki | 2017-01-07 | 1 | -1/+8 |
| |/ |
|
* | | Merge pull request #27598 from NickLaMuro/fix-deep-nesting-where-clauses-with... | Sean Griffin | 2017-01-07 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | Add failing test for where with joins | Nick LaMuro | 2017-01-06 | 1 | -0/+17 |
* | | Preserve `up` and `down` return type | schneems | 2017-01-06 | 1 | -0/+14 |
|/ |
|
* | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2017-01-05 | 2 | -4/+2 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 7 | -8/+8 |
* | Fix style guide violations | Rafael Mendonça França | 2017-01-05 | 1 | -3/+3 |
* | Require "models/post" before "models/comment" | Yasuo Honda | 2017-01-04 | 2 | -2/+2 |
* | Raise error when has_many through is defined before through association | Chris Holmes | 2017-01-04 | 2 | -0/+14 |
* | Fix `find_by` and `where` consistency | Ryuta Kamizono | 2017-01-04 | 1 | -0/+5 |
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-01-03 | 22 | -149/+110 |
* | Merge pull request #27563 from kamipo/fix_typo | Rafael França | 2017-01-03 | 1 | -1/+1 |
|\ |
|
| * | Fix typo s/permited/permitted/ | Ryuta Kamizono | 2017-01-04 | 1 | -1/+1 |
* | | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s... | Rafael França | 2017-01-03 | 22 | -110/+149 |
|\ \
| |/
|/| |
|
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2016-12-03 | 22 | -110/+149 |
* | | Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexes | Rafael Mendonça França | 2017-01-03 | 2 | -2/+2 |
|\ \ |
|
| * | | Deprecate passing `name` to `indexes` like `tables` | Ryuta Kamizono | 2017-01-04 | 2 | -2/+2 |
* | | | Remove deprecation of using ActiveRecord::Base instance in .update | Rafael Mendonça França | 2017-01-03 | 1 | -2/+2 |
* | | | Fix test name `deprecated` to `not_permitted` | Ryuta Kamizono | 2017-01-03 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #25460 from maclover7/jm-uncached | Sean Griffin | 2017-01-03 | 1 | -0/+21 |
|\ \ |
|
| * | | Add explicit testing for `uncached` vs. `cached` | Jon Moss | 2016-06-21 | 1 | -0/+21 |
* | | | Compare deserialized values for `PostgreSQL::OID::Hstore` types | Jon Moss | 2017-01-03 | 1 | -0/+19 |
* | | | Raise ArgumentError when a instance of ActiveRecord::Base is passed to | Rafael Mendonça França | 2017-01-03 | 1 | -3/+3 |
* | | | 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 |