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
...
|
*
Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
Remove deprecated access to connection specification using a string acessor.
Rafael Mendonça França
2015-01-04
1
-0
/
+6
|
*
Change the default `null` value for `timestamps` to `false`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
Return an array of pools from `connection_pools`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
Return a null column from `column_for_attribute` when no column exists.
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
Remove deprecated `serialized_attributes`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
Remove deprecated automatic counter caches on `has_many :through`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
Add config to halt callback chain on return false
claudiob
2015-01-02
1
-5
/
+9
|
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-0
/
+8
*
|
Fix n+1 query problem when eager loading nil associations (fixes #18312)
Sammy Larbi
2015-01-03
1
-0
/
+4
|
/
*
Merge pull request #17820 from fw42/restore_query_cache_on_rollback
Rafael Mendonça França
2015-01-02
1
-0
/
+4
|
\
*
\
Merge pull request #15309 from iantropov/issue_12698_build_through
Rafael Mendonça França
2015-01-02
1
-0
/
+6
|
\
\
|
*
|
Add setting of FK for throgh associations while building
Ivan Antropov
2014-05-25
1
-0
/
+6
*
|
|
Merge pull request #18228 from kamipo/correctly_dump_primary_key
Rafael Mendonça França
2015-01-02
1
-0
/
+7
|
\
\
\
|
*
|
|
Improve a dump of the primary key support.
Ryuta Kamizono
2014-12-29
1
-0
/
+7
*
|
|
|
Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...
Rafael Mendonça França
2015-01-02
1
-0
/
+15
|
\
\
\
\
|
*
|
|
|
Format the datetime string according to the precision of the datetime field.
Ryuta Kamizono
2015-01-02
1
-0
/
+11
|
*
|
|
|
Allow precision option for MySQL datetimes.
Ryuta Kamizono
2015-01-02
1
-0
/
+4
*
|
|
|
|
Merge pull request #15746 from amccloud/auto-inverse_of-in-module
Rafael Mendonça França
2015-01-02
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Fixed automatic inverse_of for models nested in module
Andrew McCloud
2014-06-15
1
-0
/
+4
*
|
|
|
|
|
Merge pull request #11898 from prathamesh-sonpatki/patch-update
Rafael Mendonça França
2015-01-02
1
-0
/
+16
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Allow ActiveRecord::Relation#update to run on result of a relation with callb...
Prathamesh Sonpatki
2014-12-20
1
-0
/
+16
*
|
|
|
|
|
Merge pull request #18080 from korbin/fix_reaping_frequency_configuration
Rafael Mendonça França
2015-01-02
1
-0
/
+6
|
\
\
\
\
\
\
*
|
|
|
|
|
|
Fix error message when trying to create an associated record
Rafael Mendonça França
2014-12-30
1
-0
/
+13
*
|
|
|
|
|
|
Update CHANGELOG entry for #18070 [ci skip]
Prathamesh Sonpatki
2014-12-31
1
-3
/
+4
*
|
|
|
|
|
|
Ensures that primary_key method will return nil when multi-pk
Arthur Neves
2014-12-30
1
-0
/
+8
*
|
|
|
|
|
|
AR specific length validator to respect `marked_for_destruction`.
Yves Senn
2014-12-30
1
-0
/
+7
*
|
|
|
|
|
|
Ensure `first!` and friends work on loaded associations
Sean Griffin
2014-12-29
1
-0
/
+6
*
|
|
|
|
|
|
`eager_load` preserves readonly flag for associations
Takashi Kokubun
2014-12-30
1
-0
/
+6
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
docs, cleanup Active Record CHANGELOG. [ci skip]
Yves Senn
2014-12-28
1
-4
/
+4
*
|
|
|
|
|
Provide :touch option to save() to accommodate saving without updating timest...
Dan Olson
2014-12-27
1
-0
/
+7
*
|
|
|
|
|
Provide a better error message for unsupported classes in `serialize`
Sean Griffin
2014-12-27
1
-0
/
+7
*
|
|
|
|
|
Add bigint primary key support for MySQL.
Ryuta Kamizono
2014-12-28
1
-0
/
+9
*
|
|
|
|
|
Support for any type primary key.
Ryuta Kamizono
2014-12-28
1
-0
/
+6
*
|
|
|
|
|
Dump the default `nil` for PostgreSQL UUID primary key.
Ryuta Kamizono
2014-12-26
1
-0
/
+4
*
|
|
|
|
|
Changelog for 99a6f9e60ea55924b44f894a16f8de0162cf2702
Sean Griffin
2014-12-23
1
-0
/
+6
*
|
|
|
|
|
Merge Pull Request #18157
Sean Griffin
2014-12-23
1
-0
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Don't raise on out-of-range datetimes passed by a user
Grey Baker
2014-12-23
1
-0
/
+5
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Replace deprecated `#load_schema` with `#load_schema_for`.
Yves Senn
2014-12-23
1
-0
/
+5
*
|
|
|
|
|
cleanup CHANGELOGs. [ci skip]
Yves Senn
2014-12-23
1
-2
/
+2
*
|
|
|
|
|
Fixing numeric attrs when set to same negative value
Daniel Fox
2014-12-23
1
-0
/
+7
|
/
/
/
/
/
*
|
|
|
|
`force: :cascade` to recreate tables referenced by foreign-keys.
Yves Senn
2014-12-19
1
-0
/
+7
*
|
|
|
|
`db:structure:load` and `db:schema:load` no longer purge the database.
Yves Senn
2014-12-18
1
-0
/
+8
|
/
/
/
/
*
|
|
|
Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.
Ryuta Kamizono
2014-12-12
1
-0
/
+4
*
|
|
|
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
1
-0
/
+6
*
|
|
|
Remove deprecated behavior allowing nested arrays as query values
Melanie Gilman
2014-12-04
1
-0
/
+5
*
|
|
|
Deprecate `Class` handler in `PredicateBuilder`
Melanie Gilman
2014-12-04
1
-0
/
+5
*
|
|
|
Active Record changelog needs to keep pointing at 4-2-stable. #17651
Yves Senn
2014-12-03
1
-1
/
+1
*
|
|
|
docs, add new changelog entries at the top :sweat: [ci skip] #17651
Yves Senn
2014-12-03
1
-5
/
+5
*
|
|
|
Failure to rollback t.timestamps when within a change_table migration
noam
2014-12-03
1
-1
/
+6
[prev]
[next]