index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Support expression indexes for MySQL
Ryuta Kamizono
2018-10-25
1
-0
/
+9
*
|
Merge pull request #33075 from fedxgibson/pg_ambigous_column_cache_key_limit_...
Ryuta Kamizono
2018-10-16
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix Collection cache key with limit and custom select (PG:AmbigousColumn: Error)
Federico Martinez
2018-10-15
1
-0
/
+6
|
/
*
Basic API for connection switching
Eileen Uchitelle
2018-10-10
1
-0
/
+36
*
Raise on invalid definition values
Alberto Almagro
2018-10-10
1
-0
/
+11
*
Clear QueryCache when reloading associations
Christophe Maximin
2018-10-10
1
-0
/
+17
*
Merge pull request #23593 from meinac/add_index_option_for_change_table
Ryuta Kamizono
2018-10-01
1
-0
/
+12
|
\
|
*
Index option added for change_table migrations
Mehmet Emin INAC
2018-09-22
1
-0
/
+12
*
|
Fix `transaction` reverting for migrations
fatkodima
2018-09-26
1
-0
/
+7
*
|
Raise an error when loading all fixtures from nil fixture_path
Gannon McGibbon
2018-09-26
1
-0
/
+4
*
|
Stringify database configurations
Gannon McGibbon
2018-09-24
1
-0
/
+4
|
/
*
Merge pull request #33913 from kamipo/counter_cache
Ryuta Kamizono
2018-09-20
1
-0
/
+6
|
\
|
*
Don't update counter cache unless the record is actually saved
Ryuta Kamizono
2018-09-19
1
-0
/
+6
*
|
Deprecate ActiveRecord::Result#to_hash in favor of #to_a
Kevin Cheng
2018-09-18
1
-0
/
+4
|
/
*
SQLite3: Support multiple args function for expression indexes
Ryuta Kamizono
2018-09-14
1
-1
/
+1
*
SQLite3 adapter supports expression indexes
gkemmey
2018-09-13
1
-0
/
+12
*
Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacks
Rafael Mendonça França
2018-09-13
1
-0
/
+6
|
\
|
*
Allow subclasses to redefine autosave callbacks for associated records
Andrey Subbota
2018-07-27
1
-0
/
+6
*
|
Drop MySQL 5.1 support
Yasuo Honda
2018-09-13
1
-0
/
+4
*
|
Add mention about `ActiveRecord::Base::filter_attributes` to the changelog entry
bogdanvlviv
2018-09-12
1
-2
/
+7
*
|
Use utf8mb4 character set by default for MySQL database (#33608)
Yasuo Honda
2018-09-11
1
-0
/
+7
*
|
Fixes #33610
Darwin D Wu
2018-09-11
1
-0
/
+4
*
|
Update CHANGELOG.md
Nick Stanish
2018-09-10
1
-1
/
+1
*
|
Fix explanation of `ActiveRecord::Base.configurations.configs_for` in the CHA...
bogdanvlviv
2018-09-09
1
-6
/
+7
*
|
Configuration item `config.filter_parameters` could also filter out sensitive...
Zhang Kang
2018-09-07
1
-0
/
+9
*
|
Formatting CHANGELOGs [ci skip]
Ryuta Kamizono
2018-09-07
1
-4
/
+4
*
|
Deprecate most methods which were never used in `DatabaseLimits`
Ryuta Kamizono
2018-09-05
1
-0
/
+6
*
|
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-0
/
+47
*
|
Add database configuration to disable advisory locks.
Guo Xiang Tan
2018-08-22
1
-0
/
+10
*
|
Merge pull request #33585 from yahonda/diag33520
Ryuta Kamizono
2018-08-16
1
-0
/
+4
|
\
\
|
*
|
SQLite3 adapter `alter_table` method restores foreign keys
Yasuo Honda
2018-08-11
1
-0
/
+4
*
|
|
Follow up #33530
bogdanvlviv
2018-08-15
1
-4
/
+8
*
|
|
Allow `to_table` in `invert_remove_foreign_key`
Rich
2018-08-14
1
-0
/
+4
|
/
/
*
/
Revert "Merge pull request #24131 from brchristian/limit_and_primary_key"
Ryuta Kamizono
2018-08-01
1
-6
/
+0
|
/
*
CHANGELOG entry
Brian Christian
2018-07-19
1
-0
/
+6
*
Add missing load config dependency to `rake db:seed`
Tobias Bielohlawek
2018-07-10
1
-0
/
+5
*
Merge pull request #33280 from nkondratyev/fix/mysql-time-default-values
Ryuta Kamizono
2018-07-09
1
-0
/
+4
|
\
|
*
Fix default value for mysql time types with specified precision
Nikolay Kondratyev
2018-07-04
1
-0
/
+4
|
/
*
Fix `touch` option to behave consistently with `Persistence#touch` method
Ryuta Kamizono
2018-06-18
1
-0
/
+4
*
Merge pull request #29373 from untidy-hair/store_accessor_enhance
Ryuta Kamizono
2018-06-13
1
-2
/
+2
|
\
*
|
:scissors:
Ryuta Kamizono
2018-06-10
1
-1
/
+1
*
|
Migrations will raise an exception if there are multiple column definitions (...
Federico Martinez
2018-06-01
1
-0
/
+6
*
|
[skip ci] Add changelog about bumping minimum SQLite version to 3.8
Yasuo Honda
2018-06-01
1
-0
/
+4
*
|
Merge pull request #32952 from mechanicles/32940-fix
Ryuta Kamizono
2018-05-29
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix parent record should not get saved with duplicate children records
Santosh Wadghule
2018-05-28
1
-0
/
+6
|
/
*
Fix logic on disabling commit callbacks
Brian Durand
2018-05-04
1
-0
/
+4
*
Loaded associations should not run a new query when size is called
Graham Turner
2018-04-26
1
-0
/
+5
*
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-0
/
+4
*
Add `touch_all` method to `ActiveRecord::Relation`
fatkodima
2018-04-13
1
-0
/
+8
*
[ci skip] Fully quantify Active Record module in changelog.
Kasper Timm Hansen
2018-04-02
1
-1
/
+1
[prev]
[next]