Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Consolidate `ActiveRecord::TestCase` and `ActiveSupport::TestCase` in AR test... | Ryuta Kamizono | 2016-08-14 | 3 | -21/+20 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Pass along original attribute to save later recursion | Aaron Patterson | 2016-08-14 | 2 | -1/+8 | |
* | | | | | | | | | | 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 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #26113 from kamipo/use_ar_test_case_instead_of_as_test_case | Rafael França | 2016-08-12 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use `ActiveRecord::TestCase` rather than `ActiveSupport::TestCase` in AR test... | Ryuta Kamizono | 2016-08-11 | 2 | -2/+2 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #26100 from vipulnsward/changelogs | Rafael França | 2016-08-12 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Pass over changelogs [ci skip] | Vipul A M | 2016-08-10 | 1 | -2/+5 | |
* | | | | | | | | | | Merge pull request #26124 from yahonda/diag26099 | Sean Griffin | 2016-08-11 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Creating a new Topic class instead of class_eval for the existing one | Yasuo Honda | 2016-08-11 | 1 | -4/+2 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* / | | | | | | | | | Fix warning: ambiguous first argument | Ryuta Kamizono | 2016-08-12 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | prefer __dir__ over __FILE__ in File.expand_path | Xavier Noria | 2016-08-11 | 1 | -1/+3 | |
* | | | | | | | | | Fix a NoMethodError schema_statements.rb | Genadi Samokovarov | 2016-08-10 | 2 | -1/+7 | |
* | | | | | | | | | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 5 | -6/+12 | |
|/ / / / / / / / | ||||||
* | | | | | | | | revises more Lint/EndAlignment offenses | Xavier Noria | 2016-08-08 | 1 | -3/+3 | |
* | | | | | | | | Use `FETCH FIRST` for Oracle12 database and Arel Oracle12 visitor | Yasuo Honda | 2016-08-08 | 2 | -4/+4 | |
* | | | | | | | | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 20 | -25/+25 | |
* | | | | | | | | revises most Lint/EndAlignment offenses | Xavier Noria | 2016-08-07 | 9 | -41/+43 | |
* | | | | | | | | 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 | 25 | -27/+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 | 78 | -207/+143 | |
* | | | | | | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 183 | -6777/+6774 | |
* | | | | | | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 23 | -99/+89 | |
* | | | | | | | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 202 | -2408/+2404 | |
* | | | | | | | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 4 | -66/+66 | |
* | | | | | | | applies new string literal convention in the gemspecs | Xavier Noria | 2016-08-06 | 1 | -15/+15 | |
* | | | | | | | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 280 | -5678/+5678 | |
* | | | | | | | 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 | 2 | -5/+22 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix `enum` with `alias_attribute` | Ryuta Kamizono | 2016-07-31 | 2 | -5/+22 | |
| |/ / / / / | ||||||
* | | | | | | 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 | 4 | -2/+17 | |
* | | | | | | | 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 | 5 | -10/+10 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classes | Rafael Mendonça França | 2016-08-03 | 5 | -26/+57 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Introduce new ActiveRecord transaction error classes | Erol Fornoles | 2016-05-24 | 5 | -26/+57 | |
* | | | | | | | 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 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |