Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | Consolidate `ActiveRecord::TestCase` and `ActiveSupport::TestCase` in AR test... | Ryuta Kamizono | 2016-08-14 | 1 | -4/+4 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
* | / | | | | | | | | Remove odd ivar from ActiveRecord::LogSubscriber | Eugene Kenny | 2016-08-15 | 1 | -5/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Pass along original attribute to save later recursion | Aaron Patterson | 2016-08-14 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #26012 from grosser/grosser/missing | Sean Griffin | 2016-08-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | add index to array methods so we can call it on relations | Michael Grosser | 2016-08-12 | 1 | -1/+1 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Fix a NoMethodError schema_statements.rb | Genadi Samokovarov | 2016-08-10 | 1 | -1/+1 | |
* | | | | | | | | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -2/+4 | |
* | | | | | | | | revises more Lint/EndAlignment offenses | Xavier Noria | 2016-08-08 | 1 | -3/+3 | |
* | | | | | | | | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 13 | -17/+17 | |
* | | | | | | | | revises most Lint/EndAlignment offenses | Xavier Noria | 2016-08-07 | 7 | -35/+36 | |
* | | | | | | | | Merge pull request #26076 from yui-knk/privatize_expand | Kasper Timm Hansen | 2016-08-07 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | `ActiveRecord::PredicateBuilder#expand` to be private | yui-knk | 2016-08-07 | 1 | -10/+10 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* / | | | | | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 6 | -6/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_node | Sean Griffin | 2016-08-06 | 4 | -13/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Revert passing arel node with splat binds for `where` | Ryuta Kamizono | 2016-08-06 | 2 | -3/+5 | |
| * | | | | | | | Don't passing a nil value to `case_sensitive_comparison` | Ryuta Kamizono | 2016-08-06 | 3 | -13/+9 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 33 | -148/+116 | |
* | | | | | | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 114 | -4610/+4609 | |
* | | | | | | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -6/+4 | |
* | | | | | | | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 28 | -86/+86 | |
* | | | | | | | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 118 | -840/+840 | |
* | | | | | | | Merge pull request #25998 from kamipo/enum_with_alias_attribute | Eileen M. Uchitelle | 2016-08-06 | 1 | -5/+6 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix `enum` with `alias_attribute` | Ryuta Kamizono | 2016-07-31 | 1 | -5/+6 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #25665 from kamipo/remove_unused_table_arg | Eileen M. Uchitelle | 2016-08-05 | 1 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unused `table` arg for `UniquenessValidator#scope_relation` | Ryuta Kamizono | 2016-07-18 | 1 | -5/+5 | |
* | | | | | | | Merge pull request #26051 from kamipo/make_name_and_binds_to_optional_args | Eileen M. Uchitelle | 2016-08-05 | 3 | -6/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make `name` and `binds` to optional args for `exec_{insert,update,delete}` | Ryuta Kamizono | 2016-08-04 | 3 | -6/+6 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Don't assume all hashes are from multiparameter assignment in `composed_of` | Sean Griffin | 2016-08-05 | 1 | -2/+4 | |
* | | | | | | | Leave internal pgsql name intact as const reference | David Heinemeier Hansson | 2016-08-04 | 1 | -2/+2 | |
* | | | | | | | The problem isn't the detection but the deadlock itself | David Heinemeier Hansson | 2016-08-04 | 3 | -6/+6 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classes | Rafael Mendonça França | 2016-08-03 | 3 | -4/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Introduce new ActiveRecord transaction error classes | Erol Fornoles | 2016-05-24 | 3 | -4/+17 | |
* | | | | | | | Merge pull request #26026 from kamipo/tx_serialization_error_should_inherit_s... | Rafael França | 2016-08-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | `TransactionSerializationError` should inherit `StatementInvalid` for backwar... | Ryuta Kamizono | 2016-08-02 | 1 | -1/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Avoid duplicated `set_inverse_instance` for target scope | Ryuta Kamizono | 2016-08-03 | 3 | -23/+16 | |
* | | | | | | Merge pull request #26022 from kamipo/remove_unnecessary_set_inverse_instance | Kasper Timm Hansen | 2016-08-02 | 1 | -6/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unnecessary `set_inverse_instance` in finder methods | Ryuta Kamizono | 2016-08-02 | 1 | -6/+2 | |
| |/ / / / / | ||||||
* | | | | | | Remove extra connection pool creation | Arthur Neves | 2016-08-02 | 1 | -1/+0 | |
* | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-08-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix documentation of `index` option for the `add_reference` method [ci skip] | Prathamesh Sonpatki | 2016-07-16 | 1 | -1/+1 | |
* | | | | | | Remove unnecessary methods for `NullRelation` | Ryuta Kamizono | 2016-07-29 | 1 | -29/+7 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge pull request #25941 from kamipo/finder_methods_uses_load_target | Rafael França | 2016-07-28 | 2 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | `FinderMethods` uses `records` (`load_target`) when `loaded?` is true | Ryuta Kamizono | 2016-07-28 | 2 | -5/+5 | |
* | | | | | | Merge pull request #25940 from kamipo/fix_collection_proxy_load | Rafael França | 2016-07-28 | 1 | -0/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix to `CollectionProxy#load` does `load_target` | Ryuta Kamizono | 2016-07-25 | 1 | -0/+6 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #25937 from kamipo/remove_prepare_binds_for_database | Rafael França | 2016-07-28 | 4 | -8/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove `prepare_binds_for_database` internal method | Ryuta Kamizono | 2016-07-28 | 4 | -8/+4 | |
* | | | | | | | Merge pull request #25340 from kamipo/prevent_table_comment_query | Rafael França | 2016-07-28 | 3 | -7/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Prevent `table_comment` query if a table doesn't have a comment | Ryuta Kamizono | 2016-06-10 | 3 | -7/+17 | |
* | | | | | | | | Merge pull request #25974 from kamipo/avoid_calling_current_database_in_table... | Rafael França | 2016-07-28 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ |