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
...
*
|
|
|
CHANGELOG and release notes entry for #16056
Sean Griffin
2014-07-04
1
-0
/
+5
*
|
|
|
Merge pull request #16028 from cade/fix_counter_cache_count_with_association_...
Rafael Mendonça França
2014-07-04
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Add `:all` argument to `count` in `reset_counters`
Cade Truitt
2014-07-02
1
-0
/
+5
*
|
|
|
|
After find-via-reload, the record is not new
Matthew Draper
2014-07-05
1
-0
/
+6
|
/
/
/
/
*
|
|
|
Revert "Merge pull request #15394 from morgoth/fix-automatic-maintaining-test...
Rafael Mendonça França
2014-07-02
1
-8
/
+1
*
|
|
|
Merge pull request #15934 from seuros/rename
Rafael Mendonça França
2014-06-27
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
rename sequence only if it exists
Abdelkader Boudih
2014-06-27
1
-0
/
+4
|
/
/
/
/
*
|
|
|
Merge pull request #12450 from iantropov/master
Rafael Mendonça França
2014-06-27
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Fix bug, when ':dependent => :destroy' option violates foreign key constraint...
Ivan Antropov
2013-10-26
1
-0
/
+7
*
|
|
|
|
Merge pull request #15788 from sgrif/sg-mutable-strings
Rafael Mendonça França
2014-06-27
1
-0
/
+22
|
\
\
\
\
\
*
\
\
\
\
\
Merge pull request #8639 from bogdan/valid-with-bang
Rafael Mendonça França
2014-06-27
1
-0
/
+5
|
\
\
\
\
\
\
*
|
|
|
|
|
|
credit Matthew Higgins for the integration of foreign keys. [ci skip]
Yves Senn
2014-06-27
1
-0
/
+3
*
|
|
|
|
|
|
fk: add docs
Yves Senn
2014-06-26
1
-0
/
+12
*
|
|
|
|
|
|
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
1
-0
/
+5
*
|
|
|
|
|
|
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
1
-0
/
+5
*
|
|
|
|
|
|
synchronize Active Record deprecations / removals with 4.2 release notes
Yves Senn
2014-06-25
1
-2
/
+1
*
|
|
|
|
|
|
`preload` preserves readonly flag on associations. #15853
Yves Senn
2014-06-25
1
-0
/
+6
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Always assume strings with non-numeric characters change numeric types
Sean Griffin
2014-06-24
1
-0
/
+14
*
|
|
|
|
|
Add a deprecation cycle for `NullColumn` from `column_for_attribute`
Sean Griffin
2014-06-23
1
-1
/
+2
|
/
/
/
/
/
*
|
|
|
|
changelog entries for #15866 and #15848
Yves Senn
2014-06-22
1
-0
/
+11
*
|
|
|
|
Merge pull request #15728 from sgrif/sg-double-save-hm-t
Rafael Mendonça França
2014-06-19
1
-0
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Don't save through records twice
Sean Griffin
2014-06-17
1
-0
/
+8
*
|
|
|
|
Detect mutations of arrays and array members
Sean Griffin
2014-06-17
1
-0
/
+4
|
/
/
/
/
*
|
|
|
add `bin/rake db:purge` task to empty the current database.
Yves Senn
2014-06-17
1
-0
/
+4
*
|
|
|
Merge pull request #15723 from akshay-vishnoi/sql-correction
Zachary Scott
2014-06-15
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
[ci skip] Use `an` for SQL
Akshay Vishnoi
2014-06-14
1
-2
/
+2
*
|
|
|
|
Deprecate `serialized_attributes` without replacement
Sean Griffin
2014-06-14
1
-0
/
+5
|
/
/
/
/
*
|
|
|
Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6
Matthew Draper
2014-06-14
1
-0
/
+7
*
|
|
|
Through associations should set both parent ids on join models
Sean Griffin
2014-06-13
1
-0
/
+5
*
|
|
|
Detect in-place changes on mutable AR attributes
Sean Griffin
2014-06-13
1
-0
/
+6
*
|
|
|
Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-...
Yves Senn
2014-06-12
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Fixed automatic maintaining test schema to properly handle sql structure sche...
Wojciech Wnętrzak
2014-06-12
1
-0
/
+5
*
|
|
|
|
Pluck should work with columns of the same name from different tables
Sean Griffin
2014-06-11
1
-0
/
+7
*
|
|
|
|
rm cached attributes
Sean Griffin
2014-06-11
1
-0
/
+4
*
|
|
|
|
Remove deprecated method ActiveRecord::Base.quoted_locking_column
Akshay Vishnoi
2014-06-10
1
-0
/
+4
*
|
|
|
|
ActiveRecord::FinderMethods.find passes proc parameter #15382
James Yang
2014-06-10
1
-0
/
+7
*
|
|
|
|
Timestamp values should be present on callbacks
Rafael Mendonça França
2014-06-09
1
-4
/
+0
*
|
|
|
|
changelog for #15556 and credit @kuldeepaggarwal [Kuldeep Aggarwal]
Yves Senn
2014-06-07
1
-0
/
+6
*
|
|
|
|
credit JoseLuis Torres for #15051. [JoseLuis Torres]
Yves Senn
2014-06-06
1
-1
/
+1
*
|
|
|
|
`ActiveRecord::SchemaMigration` has no primary key.
Yves Senn
2014-06-06
1
-0
/
+7
*
|
|
|
|
`bin/rake db:migrate:status` works with legacy migration numbers.
Yves Senn
2014-06-06
1
-0
/
+6
*
|
|
|
|
Merge pull request #14971 from versioncontrol/#14785
Yves Senn
2014-06-06
1
-0
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Fix Baseclass becomes! subclass.
Edo Balvers
2014-05-13
1
-0
/
+9
*
|
|
|
|
|
Merge pull request #15512 from akshay-vishnoi/delete-deprecated-method
Yves Senn
2014-06-05
1
-0
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove deprecated method ActiveRecord::Migrator.proper_table_name
Akshay Vishnoi
2014-06-05
1
-0
/
+4
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #15482 from laurocaetano/fix-regression-for-eager-load
Carlos Antonio da Silva
2014-06-04
1
-0
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix regression on eager loading association based on SQL query rather
Lauro Caetano
2014-06-03
1
-0
/
+7
*
|
|
|
|
|
|
Cleaned up duplicated CHANGELOG entry [ci skip]
Godfrey Chan
2014-06-03
1
-3
/
+2
*
|
|
|
|
|
|
Merge pull request #15438 from sgrif/sg-null-column
Rafael Mendonça França
2014-06-03
1
-0
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Return a null column when no column exists for an attribute
Sean Griffin
2014-06-03
1
-0
/
+4
[prev]
[next]