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
*
Cleanup CHANGELOGs [ci skip]
Prathamesh Sonpatki
2016-07-09
1
-7
/
+7
*
fix to_param to maximize content
Rob Biedenharn
2016-07-08
1
-0
/
+11
*
Re-check that the connection is still stale before we reap it
Matthew Draper
2016-07-06
1
-0
/
+7
*
Do not specal case inspecting associated arrays of over 10 elements, preventi...
Kevin McPhillips
2016-06-29
1
-0
/
+6
*
Remove unused `ActiveRecord::Base.connection_id`
Sean Griffin
2016-06-29
1
-0
/
+5
*
Merge pull request #24773 from ralinc/fix-silent-fail-on-psql-command
Arthur Nogueira Neves
2016-06-16
1
-0
/
+14
|
\
|
*
PostgreSQL: Fix db:structure:load silent failure on SQL error
Ralin Chimev
2016-05-10
1
-0
/
+14
*
|
Ensure hashes can be passed to attributes using `composed_of`
Sean Griffin
2016-05-31
1
-0
/
+5
*
|
Merge pull request #25093 from Erol/activerecord-transaction-serialization-error
Rafael França
2016-05-21
1
-0
/
+5
|
\
\
|
*
|
Add AR::TransactionSerializationError for transaction serialization failures ...
Erol Fornoles
2016-05-21
1
-0
/
+5
*
|
|
Whitespaces [ci skip]
Rafael Mendonça França
2016-05-21
1
-0
/
+1
*
|
|
Add CHANGELOG.md reference for #24958 (#25094)
Jon Moss
2016-05-21
1
-0
/
+4
|
/
/
*
|
Merge pull request #23810 from xijo/fix_json_coder_when_mysql_strict_is_disabled
Sean Griffin
2016-05-16
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix bug in JSON deserialization when column default is an empty string
Johannes Opper
2016-02-22
1
-0
/
+5
*
|
Start Rails 5.1 development :tada:
Rafael Mendonça França
2016-05-10
1
-2114
/
+1
*
|
Preparing for 5.0.0.rc1 release
Rafael Mendonça França
2016-05-06
1
-0
/
+5
*
|
remove `empty?` from CHANGELOG [ci skip]
yuuji.yaginuma
2016-05-03
1
-2
/
+1
*
|
Prep Rails 5 beta 4
eileencodes
2016-04-27
1
-0
/
+2
*
|
Add Expression Indexes and Operator Classes support for PostgreSQL
Ryuta Kamizono
2016-04-24
1
-0
/
+13
*
|
Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapter
Jeremy Daer
2016-04-23
1
-0
/
+7
|
\
\
|
*
|
Add prepared statements support for `Mysql2Adapter`
Ryuta Kamizono
2016-04-21
1
-0
/
+4
|
/
/
*
|
Merge pull request #23557 from kamipo/dump_indexes_in_create_for_generates_sq...
Jeremy Daer
2016-04-20
1
-0
/
+10
|
\
\
|
*
|
Dump indexes in `create_table` for generates SQL in one query
Ryuta Kamizono
2016-04-20
1
-0
/
+7
|
/
/
*
|
Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation
Jeremy Daer
2016-04-18
1
-0
/
+17
|
\
\
*
\
\
Merge pull request #23522 from kamipo/add_value_too_long_exception_class
Jeremy Daer
2016-04-18
1
-0
/
+5
|
\
\
\
*
|
|
|
Merge pull request #24614 from kamipo/foreign_key_respects_table_name_prefix_...
Jeremy Daer
2016-04-18
1
-0
/
+4
*
|
|
|
Merge pull request #23622 from kamipo/primary_key_should_be_not_null
Jeremy Daer
2016-04-18
1
-0
/
+17
|
\
\
\
\
*
|
|
|
|
Move CHANGELOG entry about database notices at the top [ci skip]
Prathamesh Sonpatki
2016-04-18
1
-23
/
+20
*
|
|
|
|
Merge pull request #24551 from bogdanvlviv/notice_for_tasks
Jeremy Daer
2016-04-17
1
-0
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
1
-0
/
+22
*
|
|
|
|
|
Merge pull request #22911 from Envek/database_comments
Jeremy Daer
2016-04-16
1
-0
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add support for specifying comments for tables, columns, and indexes.
Andrey Novikov
2016-04-16
1
-0
/
+17
|
/
/
/
/
/
/
*
/
/
/
/
/
Add changelog for #24542
Vipul A M
2016-04-15
1
-0
/
+6
|
/
/
/
/
/
*
|
|
|
|
Properly serialize all JSON primitives in the AR JSON type
Sean Griffin
2016-04-13
1
-0
/
+6
*
|
|
|
|
Support microsecond datetime precision on MariaDB 5.3+.
Jeremy Daer
2016-04-08
1
-0
/
+4
*
|
|
|
|
remove needless entry [ci skip]
yuuji.yaginuma
2016-04-08
1
-5
/
+0
*
|
|
|
|
Pass over CHANGELOGs [ci skip]
Prathamesh Sonpatki
2016-03-30
1
-2
/
+2
*
|
|
|
|
Merge pull request #24349 from chrisarcand/add-changelog-for-24305
Rafael França
2016-03-29
1
-0
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Add changelog for #24305 [skip ci]
Chris Arcand
2016-03-28
1
-0
/
+6
*
|
|
|
|
|
Delegate some additional methods in querying.rb
Kenta
2016-03-30
1
-0
/
+13
|
/
/
/
/
/
*
|
|
|
|
add `:index_errors` option to example [ci skip]
yuuji.yaginuma
2016-03-27
1
-2
/
+2
*
|
|
|
|
Memoize user provided defaults before type casting
Sean Griffin
2016-03-24
1
-0
/
+7
*
|
|
|
|
Merge pull request #24167 from kamipo/append_sql_mode_instead_of_overwriting_...
Jeremy Daer
2016-03-23
1
-0
/
+7
|
\
|
|
|
|
*
|
|
|
|
guides, sync 5.0 release notes with changelogs
Yves Senn
2016-03-22
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Execute default_scope defined by abstract class within the scope of subclass
Mehmet Emin İNAÇ
2016-03-08
1
-0
/
+6
*
|
|
|
Add changelog for batch touch records.
Arthur Neves
2016-03-07
1
-0
/
+15
*
|
|
|
move changelog to right place [skip ci]
Arthur Neves
2016-03-07
1
-6
/
+6
*
|
|
|
Add changelog for #20997
Arthur Neves
2016-03-07
1
-0
/
+6
*
|
|
|
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-0
/
+8
*
|
|
|
Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`
Ryuta Kamizono
2016-03-02
1
-1
/
+5
[next]