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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #24672 from mrkjlchvz/mc-space-bump
Rafael França
2016-04-21
1
-1
/
+1
|
\
|
*
Minor space bump.
Mark
2016-04-21
1
-1
/
+1
*
|
Revert "add doc for `:type` option of `#create_join_table` [ci skip]"
प्रथमेश Sonpatki
2016-04-21
1
-2
/
+0
*
|
add doc for `:type` option of `#create_join_table` [ci skip]
yuuji.yaginuma
2016-04-21
1
-0
/
+2
*
|
Merge pull request #24221 from gregmolnar/uuid
Kasper Timm Hansen
2016-04-20
1
-2
/
+3
|
\
\
|
*
|
add column type option to create_join_table to support uuid
Greg Molnar
2016-03-17
1
-2
/
+3
*
|
|
Merge pull request #23557 from kamipo/dump_indexes_in_create_for_generates_sq...
Jeremy Daer
2016-04-20
1
-20
/
+33
|
\
\
\
|
*
|
|
Dump indexes in `create_table` for generates SQL in one query
Ryuta Kamizono
2016-04-20
1
-20
/
+33
*
|
|
|
`undef_method` is not needed
Ryuta Kamizono
2016-04-19
1
-2
/
+3
|
/
/
/
*
|
|
Fix `test_blank_columns_created_in_block`
Ryuta Kamizono
2016-04-20
1
-1
/
+1
*
|
|
Database comments: Treat blank comments as no comment. Don't dump blank comme...
Jeremy Daer
2016-04-19
2
-2
/
+2
*
|
|
Define `arel_visitor` method on all adapters
Ryuta Kamizono
2016-04-20
4
-1
/
+13
*
|
|
Merge pull request #24317 from Gaurav2728/unused_set_in_active_record
Jeremy Daer
2016-04-19
2
-3
/
+0
|
\
\
\
|
*
|
|
connection adapters column, delegation in Active Record have not use of ‘se...
Gaurav Sharma
2016-03-31
2
-3
/
+0
*
|
|
|
Merge pull request #24576 from yahonda/quote_column_name_for_reserved_word_size
Jeremy Daer
2016-04-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Address ORA-00923 error by quoting a reserved word "SIZE"
Yasuo Honda
2016-04-16
1
-1
/
+1
*
|
|
|
|
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
1
-3
/
+0
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Avoid a string value truncation in uniqueness validation
Ryuta Kamizono
2016-02-12
1
-3
/
+0
*
|
|
|
|
|
|
|
Merge pull request #23522 from kamipo/add_value_too_long_exception_class
Jeremy Daer
2016-04-18
3
-0
/
+9
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Add `ActiveRecord::ValueTooLong` exception class
Ryuta Kamizono
2016-02-06
3
-0
/
+9
*
|
|
|
|
|
|
|
|
`foreign_key` respects `table_name_prefix` and `table_name_suffix`
Ryuta Kamizono
2016-04-19
1
-0
/
+3
*
|
|
|
|
|
|
|
|
Merge pull request #23622 from kamipo/primary_key_should_be_not_null
Jeremy Daer
2016-04-18
4
-3
/
+10
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Primary key should be `NOT NULL`
Ryuta Kamizono
2016-03-12
4
-3
/
+10
*
|
|
|
|
|
|
|
|
|
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
10
-66
/
+78
|
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
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 #24551 from bogdanvlviv/notice_for_tasks
Jeremy Daer
2016-04-17
1
-2
/
+4
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
1
-2
/
+4
*
|
|
|
|
|
|
|
|
|
|
|
Merge pull request #22911 from Envek/database_comments
Jeremy Daer
2016-04-16
12
-37
/
+170
|
\
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
Add support for specifying comments for tables, columns, and indexes.
Andrey Novikov
2016-04-16
12
-37
/
+170
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
|
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
*
|
|
|
|
|
|
|
|
|
|
|
Should keep quoting behaivor of a time column value in sqlite3 adapter
Ryuta Kamizono
2016-04-15
1
-0
/
+4
|
|
/
/
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
Add `quoted_time` for truncating the date part of a time column value
Ryuta Kamizono
2016-04-14
2
-0
/
+18
*
|
|
|
|
|
|
|
|
|
|
Merge pull request #24522 from vipulnsward/run-mariadb-on-travis
Jeremy Daer
2016-04-13
1
-4
/
+4
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
Include running mariadb on travis
Vipul A M
2016-04-14
1
-4
/
+4
|
|
|
/
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
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
1
-5
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Allow symbols using "dot notation" to be passed to where
Sean Griffin
2016-04-12
3
-6
/
+6
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
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
[next]