| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 1 | -0/+5 |
|\ |
|
| * | Prep release | eileencodes | 2019-03-11 | 1 | -0/+5 |
* | | Merge pull request #35320 from kamille-gz/fix_query_method_when_given_Date_da... | Ryuta Kamizono | 2019-03-11 | 1 | -0/+14 |
|\ \ |
|
| * | | Fix query attribute method on user-defined attribute to be aware of typecaste... | kamille-321 | 2019-03-11 | 1 | -0/+14 |
|/ / |
|
* | | Quote empty ranges like other empty enumerables | Patrick Rebsch | 2019-03-07 | 1 | -0/+4 |
* | | Add insert_all to ActiveRecord models (#35077) | Bob Lail | 2019-03-05 | 1 | -0/+10 |
* | | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779) | Bogdan | 2019-03-04 | 1 | -0/+9 |
* | | Fix typo in CHANGELOG.md [ci skip] | Sharang Dashputre | 2019-03-04 | 1 | -1/+1 |
* | | Deprecate mismatched collation comparison for uniquness validator | Ryuta Kamizono | 2019-03-04 | 1 | -0/+8 |
* | | Move changelog entry about `reselect` method to the section of the next release | bogdanvlviv | 2019-03-04 | 1 | -9/+9 |
* | | Merge pull request #33611 from willianveiga/feature/reselect-method | Andrew White | 2019-03-01 | 1 | -0/+6 |
|\ \ |
|
| * \ | Merge branch 'master' into feature/reselect-method | Willian Gustavo Veiga | 2018-10-17 | 1 | -1/+9 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into feature/reselect-method | Willian Gustavo Veiga | 2018-10-11 | 1 | -0/+64 |
| |\ \ \ |
|
| * | | | | Add changelog entry | Willian Gustavo Veiga | 2018-10-02 | 1 | -0/+4 |
* | | | | | Add negative scopes for all enum values (#35381) | David Heinemeier Hansson | 2019-02-26 | 1 | -0/+14 |
* | | | | | Merge pull request #35361 from jvillarejo/fix_wrong_size_query_with_distinct_... | Ryuta Kamizono | 2019-02-27 | 1 | -0/+7 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | fixes different `count` calculation when using `size` manual `select` with DI... | jvillarejo | 2019-02-26 | 1 | -0/+6 |
|/ / / / |
|
* | | | | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -0/+2 |
* | | | | Fix prepared statements caching to be enabled even when query caching is enabled | Ryuta Kamizono | 2019-02-26 | 1 | -0/+4 |
* | | | | Ensure `update_all` series cares about optimistic locking | Ryuta Kamizono | 2019-02-25 | 1 | -0/+4 |
* | | | | Don't allow `where` with non numeric string matches to 0 values | Ryuta Kamizono | 2019-02-20 | 1 | -0/+4 |
* | | | | Merge pull request #35316 from abhaynikam/35304-add-delete_by_and_destroy_by | Ryuta Kamizono | 2019-02-19 | 1 | -0/+26 |
|\ \ \ \ |
|
| * | | | | Introduce delete_by and destroy_by methods to ActiveRecord::Relation | Abhay Nikam | 2019-02-19 | 1 | -0/+26 |
|/ / / / |
|
* | | | | Don't allow `where` with invalid value matches to nil values | Ryuta Kamizono | 2019-02-18 | 1 | -0/+6 |
* | | | | Add changelog entry for #35212 | Ryuta Kamizono | 2019-02-16 | 1 | -0/+4 |
* | | | | Deprecate using class level querying methods if the receiver scope regarded a... | Ryuta Kamizono | 2019-02-15 | 1 | -0/+5 |
* | | | | Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_c... | Ryuta Kamizono | 2019-02-15 | 1 | -6/+0 |
* | | | | Minor changes to deprecation warning message after 35242 | Abhay Nikam | 2019-02-15 | 1 | -2/+2 |
* | | | | Revert "Chaining named scope is no longer leaking to class level querying met... | Ryuta Kamizono | 2019-02-14 | 1 | -6/+0 |
* | | | | Update CHANGELOG for database_resolver_context | John Hawthorn | 2019-02-07 | 1 | -2/+2 |
* | | | | Fix `relation.create` to avoid leaking scope to initialization block and call... | Ryuta Kamizono | 2019-02-07 | 1 | -0/+6 |
* | | | | Chaining named scope is no longer leaking to class level querying methods | Ryuta Kamizono | 2019-02-06 | 1 | -0/+6 |
* | | | | Adds basic automatic database switching to Rails | Eileen Uchitelle | 2019-01-30 | 1 | -0/+33 |
* | | | | Allow changing text and blob size without giving the `limit` option | Ryuta Kamizono | 2019-01-29 | 1 | -0/+4 |
* | | | | Make `t.timestamps` with precision by default | Ryuta Kamizono | 2019-01-26 | 1 | -0/+5 |
* | | | | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -0/+2 |
* | | | | Merge pull request #34966 from bogdanvlviv/ensure-ar-relation-exists-allows-p... | Rafael Mendonça França | 2019-01-17 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Ensure that AR::Relation#exists? allows only permitted params | bogdanvlviv | 2019-01-17 | 1 | -4/+4 |
* | | | | | Remove deprecated `#set_state` from the transaction object | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Remove deprecated `#supports_statement_cache?` from the database adapters | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Remove deprecated `#insert_fixtures` from the database adapters | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt... | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Do not allow passing the column name to `sum` when a block is passed | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Do not allow passing the column name to `count` when a block is passed | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Remove delegation of missing methods in a relation to arel | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Remove delegation of missing methods in a relation to private methods of the ... | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Change `SQLite3Adapter` to always represent boolean values as integers | Rafael Mendonça França | 2019-01-17 | 1 | -0/+8 |
* | | | | | Remove ability to specify a timestamp name for `#cache_key` | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Remove deprecated `ActiveRecord::Migrator.migrations_path=` | Rafael Mendonça França | 2019-01-17 | 1 | -0/+4 |
* | | | | | Remove deprecated `expand_hash_conditions_for_aggregates` | Rafael Mendonça França | 2019-01-17 | 1 | -3/+7 |
|/ / / / |
|