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
/
test
/
cases
/
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
-0
/
+9
|
\
|
*
The BINARY Operator is only needed for string columns
Ryuta Kamizono
2016-02-22
1
-0
/
+9
*
|
Fix test failures caused by #23958
Sean Griffin
2016-03-11
1
-1
/
+1
*
|
Merge pull request #24087 from kamipo/dump_bigint_instead_of_integer_limit_8
Rafael França
2016-03-11
1
-1
/
+1
|
\
\
|
*
|
Dump `bigint` instead of `integer` with `limit: 8` for schema dumper
Ryuta Kamizono
2016-03-11
1
-1
/
+1
*
|
|
Merge pull request #23677 from kamipo/passing_table_name_to_column_initialize
Rafael França
2016-03-11
1
-0
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Initialize `column.table_name` immediately for `column.serial?` correctly wor...
Ryuta Kamizono
2016-03-08
1
-0
/
+26
*
|
|
Merge pull request #23958 from kamipo/fix_bigserial_appears_with_limit_8
Rafael França
2016-03-11
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix bigserial appears with limit 8 for schema dumper
Ryuta Kamizono
2016-03-04
1
-2
/
+2
|
|
/
/
*
/
/
add test case for schema dumping of PG bytea columns.
Yves Senn
2016-03-08
1
-0
/
+9
|
/
/
*
|
Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`
Ryuta Kamizono
2016-03-02
2
-59
/
+3
*
|
Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme...
Rafael França
2016-03-01
8
-132
/
+90
|
\
\
|
*
|
Remove unnecessary namespaces in `explain_test.rb`
Ryuta Kamizono
2016-02-29
3
-40
/
+28
|
*
|
Fix tests failure with `prepared_statements: false`
Ryuta Kamizono
2016-02-29
7
-94
/
+64
*
|
|
Fix `NoMethodError: undefined method `fields' for nil:NilClass`
Ryuta Kamizono
2016-02-29
1
-0
/
+18
|
/
/
*
/
Fix NoMethodError preparable for Arel::Visitors in case prepared statements i...
Azzurrio
2016-02-22
1
-0
/
+22
|
/
*
Typos in AR tests
Akira Matsuda
2016-02-03
1
-1
/
+1
*
tabenai (typo)
Akira Matsuda
2016-02-01
1
-6
/
+6
*
Avoid extra `show variables` in migration
Ryuta Kamizono
2016-02-01
1
-5
/
+0
*
Remove duplicated composite primary key tests
Ryuta Kamizono
2016-02-01
2
-16
/
+0
*
:speak_no_evil: :warning:
Akira Matsuda
2016-02-01
2
-2
/
+6
*
Fix `bigint?` for Enum columns in MySQL
Ryuta Kamizono
2016-01-31
1
-0
/
+5
*
[close #23009] Limit key length
schneems
2016-01-21
1
-7
/
+29
*
Merge pull request #20005 from kamipo/default_expression_support
Rafael França
2016-01-16
1
-4
/
+4
|
\
|
*
Add expression support on the schema default
Ryuta Kamizono
2016-01-13
1
-4
/
+4
*
|
`sql_for_insert` returns values for passing to `exec_insert`
Ryuta Kamizono
2016-01-15
1
-2
/
+2
*
|
`substitute_at` is no longer used
Ryuta Kamizono
2016-01-14
2
-10
/
+0
|
/
*
Refactor tz aware types, add support for PG ranges
Sean Griffin
2016-01-08
1
-0
/
+42
*
Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQL
Ryuta Kamizono
2016-01-04
1
-1
/
+12
*
Remove unnecessary enable,disable_extension on tests
Fumiaki MATSUSHIMA
2016-01-02
1
-9
/
+0
*
Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57
Rafael França
2015-12-30
1
-0
/
+44
|
\
|
*
Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BY
Ryuta Kamizono
2015-12-23
1
-0
/
+44
*
|
Improve `select_one` in `Mysql2Adapter`
Ryuta Kamizono
2015-12-27
1
-0
/
+6
*
|
Add support for passing flags to MySQL2 adapter by array
Stephen Blackstone
2015-12-22
1
-1
/
+8
*
|
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
1
-4
/
+1
|
/
*
Handle specified schemas when removing a Postgres index
Grey Baker
2015-12-18
1
-0
/
+14
*
These limits are now implicit
Matthew Draper
2015-12-18
2
-2
/
+2
*
Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes
Matthew Draper
2015-12-18
1
-0
/
+5
|
\
|
*
Support passing the schema name prefix to `conenction.indexes`
Grey Baker
2015-12-17
1
-0
/
+5
*
|
Merge pull request #19456 from greysteil/index-exists-behaviour
Matthew Draper
2015-12-18
2
-5
/
+5
|
\
\
|
*
|
Support removing custom-names indexes when only specifying column names
Grey Baker
2015-12-15
2
-5
/
+5
*
|
|
Merge pull request #22642 from seuros/remove-mysql-adapter
Matthew Draper
2015-12-18
16
-1153
/
+0
|
\
\
\
|
*
|
|
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
16
-1153
/
+0
|
|
|
/
|
|
/
|
*
/
|
Call the new point behavior `:point`, not `:rails_5_1_point`
Sean Griffin
2015-12-17
1
-4
/
+4
|
/
/
*
|
Fix test failure on Windows
Sean Griffin
2015-12-16
1
-6
/
+10
*
|
Merge pull request #22562 from sblackstone/master
Jeremy Daer
2015-12-15
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Allow users to pass flags from database.yml
Stephen Blackstone
2015-12-15
1
-0
/
+7
*
|
Internal test migrations use the private 'Current' version
Matthew Draper
2015-12-15
2
-3
/
+3
*
|
Ensure uuid-ossp extension is present before we rely on it
Matthew Draper
2015-12-15
1
-0
/
+2
|
/
*
remove warning from postgresql geometric test
yuuji.yaginuma
2015-12-05
1
-1
/
+3
[next]