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
*
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
*
no need to pass native_database_types around
Yves Senn
2014-12-02
1
-0
/
+7
*
Start Rails 5 development :tada:
Rafael Mendonça França
2014-11-28
1
-1336
/
+1
*
Active Record change log pass [skip ci]
Jon Atack
2014-11-26
1
-38
/
+40
*
bring back `db:test:prepare`.
Yves Senn
2014-11-25
1
-0
/
+15
*
Merge pull request #17678 from siddharth28/includes_with_scope_with_joins
Santiago Pastorino
2014-11-24
1
-0
/
+6
|
\
|
*
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
1
-0
/
+6
*
|
Add changelog entry for .reflections API change
Arthur Neves
2014-11-22
1
-0
/
+6
*
|
Rename the primary key index when renaming a table in pg
Sean Griffin
2014-11-22
1
-0
/
+6
|
/
*
make it possible to access fixtures excluded by a `default_scope`.
Yves Senn
2014-11-21
1
-0
/
+4
*
Merge pull request #17580 from ccutrer/change_table_name
Yves Senn
2014-11-11
1
-0
/
+4
|
\
|
*
add a Table#name accessor like TableDefinition#name
Cody Cutrer
2014-11-10
1
-0
/
+4
|
/
*
Merge pull request #11694 from Empact/association-bind-values-not-updated-on-...
Rafael Mendonça França
2014-11-10
1
-0
/
+6
|
\
|
*
Fix that a collection proxy could be cached before the save of the owner, res...
Ben Woosley
2014-10-03
1
-0
/
+6
*
|
Merge pull request #17541 from OpenSourceProjects/meaninful_message
Yves Senn
2014-11-07
1
-0
/
+4
*
|
Merge pull request #17360 from bronzle/includes_and_unscoped
Yves Senn
2014-11-05
1
-0
/
+6
|
\
\
*
|
|
Added SchemaDumper support for tables with jsonb columns.
Ted O'Meara
2014-11-04
1
-0
/
+4
*
|
|
Revert deprecation of `sanitize_sql_hash_for_assignment`
Sean Griffin
2014-11-02
1
-3
/
+2
*
|
|
Deprecate `sanitize_sql_hash_` methods on ActiveRecord
Sean Griffin
2014-11-02
1
-0
/
+6
*
|
|
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+5
*
|
|
fix MySQL enum type lookup with values matching another type. Closes #17402.
Yves Senn
2014-10-29
1
-0
/
+7
*
|
|
Merge pull request #17374 from maurogeorge/scope-exception
Yves Senn
2014-10-27
1
-0
/
+4
|
\
|
|
*
|
|
Merge pull request #14143 from derekprior/dp-compound-index-ordering
Yves Senn
2014-10-27
1
-0
/
+4
|
\
\
\
|
*
|
|
Use type column first in multi-column indexes
Derek Prior
2014-10-24
1
-0
/
+4
|
|
/
/
*
/
/
Fix Relation.rewhere to work with Range values
Dan Olson
2014-10-20
1
-0
/
+4
|
/
/
*
|
Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-error
Yves Senn
2014-10-20
1
-4
/
+1
|
\
\
[next]