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
/
active_record
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-2
/
+0
|
\
|
*
connection adapters column, delegation in Active Record have not use of ‘se...
Gaurav Sharma
2016-03-31
1
-2
/
+0
*
|
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 #23522 from kamipo/add_value_too_long_exception_class
Jeremy Daer
2016-04-18
2
-0
/
+5
|
\
\
\
\
|
*
|
|
|
Add `ActiveRecord::ValueTooLong` exception class
Ryuta Kamizono
2016-02-06
2
-0
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
`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
*
|
|
|
|
Database comments: switch to keyword args for new table options
Jeremy Daer
2016-04-18
9
-64
/
+75
*
|
|
|
|
Merge pull request #22911 from Envek/database_comments
Jeremy Daer
2016-04-16
11
-37
/
+166
|
\
\
\
\
\
|
*
|
|
|
|
Add support for specifying comments for tables, columns, and indexes.
Andrey Novikov
2016-04-16
11
-37
/
+166
*
|
|
|
|
|
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
1
-0
/
+6
*
|
|
|
|
|
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
*
|
|
|
|
|
|
:nodoc: version method.
Vipul A M
2016-04-13
1
-1
/
+1
|
/
/
/
/
/
/
*
/
/
/
/
/
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Support microsecond datetime precision on MariaDB 5.3+.
Jeremy Daer
2016-04-08
1
-1
/
+5
*
|
|
|
|
Merge pull request #24078 from kamipo/show_variables
Rafael França
2016-04-06
1
-2
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Simply use `select_value` in `show_variable`
Ryuta Kamizono
2016-03-06
1
-2
/
+1
*
|
|
|
|
|
Merge pull request #24374 from kamipo/move_quoting_methods_to_quoting_module
Rafael França
2016-04-06
4
-44
/
+38
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Make `QUOTED_TRUE` and `QUOTED_FALSE` to public because these are used in `My...
Ryuta Kamizono
2016-04-06
2
-6
/
+6
|
*
|
|
|
|
|
Move `quoted_date`, `quote_string` and `quote_table_name_for_assignment` meth...
Ryuta Kamizono
2016-04-05
4
-22
/
+16
|
*
|
|
|
|
|
Make to private `QUOTED_TRUE` and `QUOTED_FALSE` constants
Ryuta Kamizono
2016-04-05
2
-18
/
+18
*
|
|
|
|
|
|
Remove hard-coded backticks in SQL statements
Harsimran Singh Maan
2016-04-05
1
-3
/
+3
|
/
/
/
/
/
/
*
|
|
|
/
/
Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic strings
yui-knk
2016-04-05
1
-4
/
+4
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Move `@quoted_{column|table}_names` cache up to the abstract adapter
Ryuta Kamizono
2016-03-31
7
-19
/
+20
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #24368 from kamipo/make_to_private_the_visibility
Sean Griffin
2016-03-30
4
-32
/
+54
|
\
\
\
\
|
*
|
|
|
Make to private the visibility of `_quote` and `_type_cast`
Ryuta Kamizono
2016-03-30
4
-32
/
+54
*
|
|
|
|
Add a test case for create a record with primary key as zero
Ryuta Kamizono
2016-03-30
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Fix description for method ActiveRecord::ConnectionAdapters::SchemaStatements...
Bogdan
2016-03-27
1
-2
/
+2
*
|
|
|
Append sql_mode instead of overwriting in strict mode
Ryuta Kamizono
2016-03-13
1
-3
/
+12
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin...
Rafael França
2016-03-11
1
-3
/
+3
|
\
\
\
|
*
|
|
The BINARY Operator is only needed for string columns
Ryuta Kamizono
2016-02-22
1
-3
/
+3
*
|
|
|
Merge pull request #24054 from kamipo/extract_default_primary_key
Rafael França
2016-03-11
3
-19
/
+19
|
\
\
\
\
|
*
|
|
|
Extract `default_primary_key?` to refactor `column_spec_for_primary_key`
Ryuta Kamizono
2016-03-11
3
-19
/
+19
*
|
|
|
|
Merge pull request #24087 from kamipo/dump_bigint_instead_of_integer_limit_8
Rafael França
2016-03-11
2
-6
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Dump `bigint` instead of `integer` with `limit: 8` for schema dumper
Ryuta Kamizono
2016-03-11
2
-6
/
+6
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #23677 from kamipo/passing_table_name_to_column_initialize
Rafael França
2016-03-11
7
-25
/
+31
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Passing `table_name` to `Column#initialize` to avoid `instance_variable_set`
Ryuta Kamizono
2016-03-08
5
-17
/
+11
|
*
|
|
|
Initialize `column.table_name` immediately for `column.serial?` correctly wor...
Ryuta Kamizono
2016-03-08
6
-17
/
+29
*
|
|
|
|
Merge pull request #23958 from kamipo/fix_bigserial_appears_with_limit_8
Rafael França
2016-03-11
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Fix bigserial appears with limit 8 for schema dumper
Ryuta Kamizono
2016-03-04
1
-0
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Fixed comments of add_foreign_key method
Salman Afzal Siddiqui
2016-03-10
1
-2
/
+2
[next]