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
*
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
*
|
|
|
use same name to type object
yuuji.yaginuma
2016-03-09
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #24034 from kamipo/remove_outdated_comment
Arthur Nogueira Neves
2016-03-07
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove outdated comment [ci skip]
Ryuta Kamizono
2016-03-04
1
-1
/
+0
|
|
/
/
*
/
/
No need to extract a limit for a boolean type
Ryuta Kamizono
2016-03-04
2
-5
/
+1
|
/
/
*
|
Merge pull request #23086 from kamipo/deprecate_insert_update_delete_sql
Rafael França
2016-03-02
1
-0
/
+3
|
\
\
|
*
|
Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`
Ryuta Kamizono
2016-03-02
1
-0
/
+3
*
|
|
remove trailing whitespace.
Yves Senn
2016-03-02
1
-1
/
+1
*
|
|
Remove not needed `exec_insert` in mysql2 adapter
Ryuta Kamizono
2016-03-02
1
-4
/
+0
|
/
/
*
|
Merge pull request #23961 from kamipo/exclude_name_and_type_from_prepare_colu...
Rafael França
2016-03-01
3
-8
/
+8
|
\
\
|
*
|
Exclude `:name` and `:type` from `prepare_column_options`
Ryuta Kamizono
2016-02-29
3
-8
/
+8
*
|
|
Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme...
Rafael França
2016-03-01
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix `NoMethodError: undefined method `preparable'`
Ryuta Kamizono
2016-02-29
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #23954 from kamipo/fix_undefined_method_fields
Rafael França
2016-03-01
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix `NoMethodError: undefined method `fields' for nil:NilClass`
Ryuta Kamizono
2016-02-29
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #23807 from matthewd/executor
Matthew Draper
2016-03-02
2
-20
/
+0
|
\
\
\
|
*
|
|
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
2
-20
/
+0
|
|
/
/
*
|
|
Merge pull request #22170 from samphilipd/sam/properly_deallocate_prepared_st...
Matthew Draper
2016-03-02
2
-14
/
+42
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Correctly deallocate prepared statements if we fail inside a transaction
Sam Davies
2015-11-05
2
-14
/
+42
*
|
|
Merge pull request #22748 from Azzurrio/master
Matthew Draper
2016-02-22
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix NoMethodError preparable for Arel::Visitors in case prepared statements i...
Azzurrio
2016-02-22
1
-1
/
+1
*
|
|
Merge pull request #23769 from kamipo/remove_alias_exec_without_stmt_exec_query
Santiago Pastorino
2016-02-21
1
-2
/
+0
|
\
\
\
|
*
|
|
Remove `alias exec_without_stmt exec_query`
Ryuta Kamizono
2016-02-19
1
-2
/
+0
*
|
|
|
eliminate warnings about multiple primary keys on habtm join tables
Aaron Patterson
2016-02-19
1
-1
/
+1
*
|
|
|
Merge pull request #23525 from kamipo/remove_unused_require
Sean Griffin
2016-02-18
1
-1
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove unused require
Ryuta Kamizono
2016-02-06
1
-1
/
+0
*
|
|
|
Remove needless `case_insensitive_comparison` in mysql2 adapter
Ryuta Kamizono
2016-02-17
2
-7
/
+4
*
|
|
|
Let t.foreign_key use the same `to_table` twice
George Millo
2016-02-15
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Ensure prepared statement caching still occurs with Adequate Record
Sean Griffin
2016-02-11
2
-4
/
+4
*
|
|
Add numeric type in the doc [ci skip]
Ryuta Kamizono
2016-02-08
1
-3
/
+3
*
|
|
Merge pull request #23547 from kamipo/schema_type_returns_symbol
Sean Griffin
2016-02-07
3
-8
/
+8
|
\
\
\
|
*
|
|
`schema_type` returns symbol rather than string
Ryuta Kamizono
2016-02-08
3
-8
/
+8
*
|
|
|
Merge pull request #23508 from meinac/add_numeric_type_into_migrations
Sean Griffin
2016-02-07
1
-0
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added numeric helper into migrations.
Mehmet Emin İNAÇ
2016-02-07
1
-0
/
+2
|
|
/
/
*
/
/
MariaDB does not support JSON type
Ryuta Kamizono
2016-02-06
1
-1
/
+1
|
/
/
*
|
Remove the assumption of schema in DATABASE_URL
Jeremy Baker
2016-02-04
1
-1
/
+1
*
|
Merge pull request #23460 from kamipo/innodb_supports_fulltext_and_spatial_in...
Sean Griffin
2016-02-03
1
-1
/
+1
|
\
\
|
*
|
InnoDB supports FULLTEXT and Spatial Indexes [ci skip]
Ryuta Kamizono
2016-02-04
1
-1
/
+1
*
|
|
Merge pull request #23458 from kamipo/activerecord_supports_mysql_5.0_and_up
Sean Griffin
2016-02-03
1
-10
/
+7
|
\
\
\
[next]