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
*
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
1
-0
/
+6
*
Correct errors in counter cache updating
Sean Griffin
2015-02-03
1
-0
/
+7
*
Generate consistent names for foreign keys
Chris Sinjakli
2015-02-03
1
-0
/
+9
*
Fix validations on child record when record parent has validate: false
eileencodes
2015-02-01
1
-0
/
+12
*
Merge branch 'master' into mdluo-master
Aaron Patterson
2015-02-01
1
-0
/
+5
|
\
|
*
Move required error message and changelog to Active Record
Carlos Antonio da Silva
2015-02-01
1
-0
/
+5
*
|
Merge branch 'master' into pr/18316
Mingdong Luo
2015-01-31
1
-1
/
+218
|
\
|
|
*
unify CHANGELOG format. [ci skip]
Yves Senn
2015-01-31
1
-3
/
+5
|
*
Fixed AR::Relation#group method when argument is a SQL reserved keyword
Bogdan Gusiev
2015-01-29
1
-0
/
+7
|
*
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-0
/
+10
|
*
Don't redefine autosave association callbacks in nested attrs
Sean Griffin
2015-01-28
1
-0
/
+7
|
*
Move integer range validation to never raise on assignment
Sean Griffin
2015-01-23
1
-0
/
+8
|
*
Errors raised in `type_cast_for_database` no longer raise on assignment
Sean Griffin
2015-01-23
1
-1
/
+10
|
*
Don't remove join dependencies in `Relation#exists?`
Sean Griffin
2015-01-23
1
-0
/
+6
|
*
Don't error when invalid json is assigned to a JSON column
Sean Griffin
2015-01-21
1
-0
/
+6
|
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-0
/
+6
|
*
Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures
Jeremy Kemper
2015-01-20
1
-0
/
+9
|
|
\
|
|
*
after_commit runs after transactions with non-joinable parents
brainopia
2015-01-16
1
-0
/
+9
|
*
|
Merge pull request #18597 from kamipo/add-if-exists-to-drop-table
Yves Senn
2015-01-20
1
-0
/
+15
|
|
\
\
|
|
*
|
Add an `:if_exists` option to `drop_table`
Stefan Kanev
2015-01-19
1
-0
/
+15
|
*
|
|
Fix wording in AR CHANGELOG about time columns change [ci skip]
Prathamesh Sonpatki
2015-01-19
1
-1
/
+1
|
|
/
/
|
*
|
Run SQL only if attribute changed for update_attribute method
Prathamesh Sonpatki
2015-01-18
1
-0
/
+4
|
*
|
Specify correct version in the changelog [ci skip]
Sean Griffin
2015-01-16
1
-1
/
+1
|
|
/
|
*
Time columns should support time zone aware attributes
Sean Griffin
2015-01-15
1
-0
/
+14
|
*
Stop special casing null binary data in logging
Sean Griffin
2015-01-10
1
-0
/
+5
|
*
Don't attempt to save dirty attributes which are not persistable
Sean Griffin
2015-01-10
1
-0
/
+7
|
*
formatting pass over CHANGELOGs. [ci skip]
Yves Senn
2015-01-10
1
-2
/
+2
|
*
Remove support for the protected attributes gem
Carlos Antonio da Silva
2015-01-09
1
-0
/
+4
|
*
Fixed typos and wording in ActiveRecord CHANGELOG [ci skip]
Prathamesh Sonpatki
2015-01-06
1
-5
/
+5
|
*
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
[next]