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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #23497 from kamipo/extract_schema_qualified_name
Jeremy Daer
2016-04-19
1
-8
/
+15
|
\
|
*
Extract `extract_schema_qualified_name` method
Ryuta Kamizono
2016-02-05
1
-8
/
+15
*
|
Merge pull request #23515 from kamipo/extract_arel_visitor
Jeremy Daer
2016-04-19
4
-28
/
+12
|
\
\
|
*
|
Extract `arel_visitor` and move up to the abstract adapter
Ryuta Kamizono
2016-04-04
4
-28
/
+12
*
|
|
Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation
Jeremy Daer
2016-04-18
3
-13
/
+49
|
\
\
\
|
*
|
|
Avoid a string value truncation in uniqueness validation
Ryuta Kamizono
2016-02-12
2
-13
/
+22
*
|
|
|
Merge pull request #23522 from kamipo/add_value_too_long_exception_class
Jeremy Daer
2016-04-18
5
-0
/
+23
|
\
\
\
\
|
*
|
|
|
Add `ActiveRecord::ValueTooLong` exception class
Ryuta Kamizono
2016-02-06
4
-0
/
+18
*
|
|
|
|
Merge pull request #24614 from kamipo/foreign_key_respects_table_name_prefix_...
Jeremy Daer
2016-04-18
4
-2
/
+39
|
\
\
\
\
\
|
*
|
|
|
|
`foreign_key` respects `table_name_prefix` and `table_name_suffix`
Ryuta Kamizono
2016-04-19
3
-2
/
+35
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #23622 from kamipo/primary_key_should_be_not_null
Jeremy Daer
2016-04-18
6
-4
/
+28
|
\
\
\
\
\
|
*
|
|
|
|
Primary key should be `NOT NULL`
Ryuta Kamizono
2016-03-12
5
-4
/
+11
*
|
|
|
|
|
Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAl...
Jeremy Daer
2016-04-18
3
-0
/
+3
*
|
|
|
|
|
Merge pull request #24607 from vipulnsward/where-clause-frozen-array
Sean Griffin
2016-04-18
1
-1
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Don't create new arrays when trying to compute non_empty_predicates for where...
Vipul A M
2016-04-18
1
-1
/
+2
*
|
|
|
|
|
|
Database comments: switch to keyword args for new table options
Jeremy Daer
2016-04-18
11
-69
/
+79
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #24535 from tomash/association-validate-docs
Vipul A M
2016-04-18
1
-4
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ci skip] Update ActiveRecord associations documentation to avoid confusion w...
Tomasz Stachewicz
2016-04-18
1
-4
/
+8
*
|
|
|
|
|
|
Merge pull request #24581 from vipulnsward/add-reference-named-unique-index-test
Yves Senn
2016-04-18
1
-0
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add test to verify named unique index, when creating reference via add_reference
Vipul A M
2016-04-16
1
-0
/
+5
*
|
|
|
|
|
|
|
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
6
-12
/
+126
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
6
-12
/
+126
*
|
|
|
|
|
|
|
|
Merge pull request #22911 from Envek/database_comments
Jeremy Daer
2016-04-16
14
-37
/
+272
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Add support for specifying comments for tables, columns, and indexes.
Andrey Novikov
2016-04-16
14
-37
/
+278
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
documentation for add_references index option [ci skip]
Vipul A M
2016-04-17
1
-1
/
+10
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[ci skip] docs for add_references index option
Alex Handley
2016-04-16
1
-1
/
+10
*
|
|
|
|
|
|
|
|
Add changelog for #24542
Vipul A M
2016-04-15
1
-0
/
+6
*
|
|
|
|
|
|
|
|
Should keep quoting behaivor of a time column value in sqlite3 adapter
Ryuta Kamizono
2016-04-15
2
-3
/
+12
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Add `quoted_time` for truncating the date part of a time column value
Ryuta Kamizono
2016-04-14
3
-1
/
+18
*
|
|
|
|
|
|
|
Merge pull request #24522 from vipulnsward/run-mariadb-on-travis
Jeremy Daer
2016-04-13
2
-4
/
+5
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Include running mariadb on travis
Vipul A M
2016-04-14
2
-4
/
+5
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #24533 from vipulnsward/nodoc-version
Sean Griffin
2016-04-13
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
:nodoc: version method.
Vipul A M
2016-04-13
1
-1
/
+1
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Properly serialize all JSON primitives in the AR JSON type
Sean Griffin
2016-04-13
4
-14
/
+30
*
|
|
|
|
|
|
|
Merge pull request #24515 from Sen-Zhang/attribute_changed_not_return_nil
Sean Griffin
2016-04-12
1
-2
/
+2
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
prevent 'attribute_changed?' from returning nil
Sen-Zhang
2016-04-11
1
-2
/
+2
|
|
/
/
/
/
/
/
/
*
/
/
/
/
/
/
/
Allow symbols using "dot notation" to be passed to where
Sean Griffin
2016-04-12
4
-7
/
+12
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #24492 from vipulnsward/pass-over-warnings
Jeremy Daer
2016-04-11
6
-10
/
+10
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
6
-10
/
+10
*
|
|
|
|
|
|
Merge pull request #24485 from prathamesh-sonpatki/protected_database_env_mes...
Richard Schneeman
2016-04-11
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Cleanup message shown while running destructive action against protected data...
Prathamesh Sonpatki
2016-04-10
1
-2
/
+2
*
|
|
|
|
|
|
|
issue FileUtils commands directly in Rake tasks
Xavier Noria
2016-04-11
1
-1
/
+1
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Check for protected environments before trying to load structure.sql file
Prathamesh Sonpatki
2016-04-10
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Support microsecond datetime precision on MariaDB 5.3+.
Jeremy Daer
2016-04-08
6
-24
/
+56
*
|
|
|
|
|
remove needless entry [ci skip]
yuuji.yaginuma
2016-04-08
1
-5
/
+0
*
|
|
|
|
|
Merge pull request #24422 from matthewd/extinguish-executor-exceptions
Matthew Draper
2016-04-07
1
-14
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Directly support stateful executor hooks
Matthew Draper
2016-04-05
1
-14
/
+18
*
|
|
|
|
|
|
Merge pull request #24399 from jch/protect-against-db-schema-load-in-production
Richard Schneeman
2016-04-06
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Prevent db:schema:load to protected environments
Jerry Cheung
2016-04-01
1
-1
/
+1
[next]