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
...
|
*
Merge pull request #18358 from prathamesh-sonpatki/add-test-for-non-string-la...
Yves Senn
2015-01-06
1
-0
/
+4
|
|
\
|
|
*
Fix lookup of fixtures with non-string label
Prathamesh Sonpatki
2015-01-06
1
-0
/
+5
|
|
/
|
*
Fix typo in changelog [ci skip]
Carlos Antonio da Silva
2015-01-05
1
-1
/
+1
|
*
remove deprecated support to preload instance-dependent associaitons.
Yves Senn
2015-01-05
1
-0
/
+4
|
*
remove deprecated support for PG ranges with exclusive lower bounds.
Yves Senn
2015-01-05
1
-0
/
+4
|
*
remove deprecation warning when modifying a Relation with cached arel.
Yves Senn
2015-01-05
1
-0
/
+5
|
*
add punctuation. [ci skip]
Yves Senn
2015-01-05
1
-2
/
+2
|
*
Add has_secure_token to Active Record
robertomiranda
2015-01-04
1
-0
/
+5
|
*
Change the behavior of boolean columns to be closer to Ruby's semantics.
Rafael Mendonça França
2015-01-04
1
-0
/
+9
|
*
Change transaction callbacks to not swallowing errors.
Rafael Mendonça França
2015-01-04
1
-0
/
+13
|
*
Remove deprecated `sanitize_sql_hash_for_conditions`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
Remove deprecated `Reflection#source_macro`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
Remove deprecated `symbolized_base_class` and `symbolized_sti_name`
Rafael Mendonça França
2015-01-04
1
-0
/
+4
|
*
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
|
\
\
\
\
\
\
[prev]
[next]