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
...
|
*
|
|
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
|
\
\
\
\
|
*
|
|
|
AR::UnknownAttributeError should include the class name of a record
Yuki Nishijima
2014-10-15
1
-0
/
+10
*
|
|
|
|
AR::UnknownAttributeError should include the class name of a record
Yuki Nishijima
2014-10-20
1
-0
/
+10
|
/
/
/
/
*
|
|
|
Autosave callbacks shouldn't be `after_save`
Agis-
2014-10-13
1
-0
/
+7
*
|
|
|
unify PG spelling in CHANGELOGs. [ci skip]
Yves Senn
2014-10-06
1
-1
/
+1
|
/
/
/
*
|
|
Fix typo in AR changelog
Prathamesh Sonpatki
2014-09-27
1
-1
/
+1
*
|
|
ar/connection_pool: honor overriden rack.test in middleware
Simon Eskildsen
2014-09-23
1
-0
/
+5
*
|
|
Update changelog with tenderlove's entry
Prathamesh Sonpatki
2014-09-23
1
-1
/
+5
*
|
|
add a truncate method to the connection
Aaron Patterson
2014-09-22
1
-0
/
+2
*
|
|
Merge pull request #16987 from jonatack/patch-8
Yves Senn
2014-09-20
1
-13
/
+15
|
\
\
\
|
*
|
|
ActiveRecord CHANGELOG improvements [skip ci]
Jon Atack
2014-09-20
1
-13
/
+15
|
/
/
/
*
|
|
[ci skip] ActionRecord CHANGELOG docs fixes
lethalbrains
2014-09-19
1
-18
/
+18
*
|
|
Merge pull request #16875 from alan/dont_autosave_has_one_through_record
Rafael Mendonça França
2014-09-17
1
-0
/
+4
|
\
\
\
|
*
|
|
Don't autosave unchanged has_one through records
Alan Kennedy
2014-09-15
1
-0
/
+4
*
|
|
|
do not dump foreign keys for ignored tables.
Yves Senn
2014-09-17
1
-0
/
+2
*
|
|
|
unify wording in Active Record CHANGELOG. [ci skip]
Yves Senn
2014-09-17
1
-1
/
+1
*
|
|
|
pg, correctly dump foreign keys targeting tables in a different schema.
Yves Senn
2014-09-17
1
-0
/
+7
|
/
/
/
*
|
|
Merge pull request #13656 from chanks/rollback_transactions_in_killed_threads
Matthew Draper
2014-09-14
1
-0
/
+8
|
\
\
\
*
|
|
|
A `NullRelation` should represent nothing. Closes #15176.
Yves Senn
2014-09-11
1
-0
/
+7
*
|
|
|
Include default column limits in schema.rb
Jeremy Kemper
2014-09-10
1
-0
/
+5
*
|
|
|
MySQL: schema.rb now includes TEXT and BLOB column limits.
Jeremy Kemper
2014-09-10
1
-0
/
+4
*
|
|
|
MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GB
Jeremy Kemper
2014-09-10
1
-0
/
+4
*
|
|
|
Merge pull request #14056 from girishso/14041
Yves Senn
2014-09-09
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
SQLite3Adapter now checks for views in table_exists? fixes: 14041
Girish S
2014-02-14
1
-0
/
+6
*
|
|
|
|
introduce `connection.supports_views?` and basic view tests.
Yves Senn
2014-09-09
1
-0
/
+5
*
|
|
|
|
Allow included modules to override association methods.
Yves Senn
2014-09-09
1
-0
/
+6
*
|
|
|
|
Remove CHANGELOG entry [ci skip]
Rafael Mendonça França
2014-09-05
1
-8
/
+0
*
|
|
|
|
cover all cases of `For not` --> `Do not`, related to #16804
Akshay Vishnoi
2014-09-05
1
-1
/
+1
*
|
|
|
|
schema loading rake tasks maintain database connection for current env.
Yves Senn
2014-09-03
1
-0
/
+7
*
|
|
|
|
MySQL: set connection collation along with the charset
Jeremy Kemper
2014-08-30
1
-0
/
+12
*
|
|
|
|
minor changelog formatting changes.
Yves Senn
2014-08-27
1
-2
/
+3
*
|
|
|
|
pg, `default_sequence_name` needs to return a string.
Yves Senn
2014-08-25
1
-0
/
+4
*
|
|
|
|
CHANGELOG & improvements to #16649
Godfrey Chan
2014-08-23
1
-0
/
+7
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
1
-0
/
+7
*
|
|
|
[ci skip] config.active_record.errors_in_transactional_callbacks -> config.ac...
yuuji.yaginuma
2014-08-19
1
-1
/
+1
*
|
|
|
Fixes the `Relation#exists?` to work with polymorphic associations.
Kassio Borges
2014-08-18
1
-0
/
+6
[prev]
[next]