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
*
Support for foreign keys in create table
Ryuta Kamizono
2015-09-20
2
-17
/
+25
*
Merge pull request #17696 from kamipo/unsigned_integer_support
Jeremy Daer
2015-09-19
1
-4
/
+49
|
\
|
*
Add `unsigned` types for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
1
-0
/
+21
|
*
Add `unsigned` support for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
1
-4
/
+28
*
|
Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapter
Jeremy Daer
2015-09-19
3
-78
/
+86
|
\
\
|
*
|
Move `explain` into `AbstractMysqlAdapter`
Ryuta Kamizono
2015-03-01
3
-78
/
+86
*
|
|
Merge pull request #20645 from kamipo/fix_mysql_set_type_bug
Jeremy Daer
2015-09-19
1
-1
/
+6
|
\
\
\
|
*
|
|
Fix infinite loop and lookup miss when `SET` type includes other types
Ryuta Kamizono
2015-06-20
1
-1
/
+6
*
|
|
|
Merge pull request #21589 from kamipo/eliminate_duplicated_visit_table_defini...
Jeremy Daer
2015-09-19
2
-16
/
+6
|
\
\
\
\
|
*
|
|
|
Eliminate the duplication code of `visit_TableDefinition`
Ryuta Kamizono
2015-09-16
2
-18
/
+13
*
|
|
|
|
Merge pull request #21609 from kamipo/do_not_dump_view_as_table
Jeremy Daer
2015-09-19
4
-0
/
+66
|
\
\
\
\
\
|
*
|
|
|
|
Add `#views` and `#view_exists?` methods on connection adapters
Ryuta Kamizono
2015-09-13
4
-0
/
+66
*
|
|
|
|
|
Merge pull request #21607 from kamipo/remove_unnecessary_display_width
Jeremy Daer
2015-09-19
3
-6
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove unnecessary display width
Ryuta Kamizono
2015-09-16
3
-6
/
+7
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #21608 from kamipo/eliminate_duplicated_options_include_de...
Jeremy Daer
2015-09-19
2
-10
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Eliminate the duplicated `options_include_default?` method
Ryuta Kamizono
2015-09-13
2
-10
/
+8
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #21664 from kamipo/reduce_call_create_table_info
Jeremy Daer
2015-09-19
1
-2
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Reduce the calling `create_table_info` query
Ryuta Kamizono
2015-09-18
1
-2
/
+7
*
|
|
|
|
|
|
Merge pull request #21614 from kamipo/correctly_dump_composite_primary_key
Jeremy Daer (Kemper)
2015-09-19
6
-30
/
+62
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Correctly dump composite primary key
Ryuta Kamizono
2015-09-20
6
-30
/
+62
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Remove `@connection` in `StatementPool`
Ryuta Kamizono
2015-09-20
4
-8
/
+6
*
|
|
|
|
|
|
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-6
/
+6
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #21637 from amitsuroliya/doc_fixes
Kasper Timm Hansen
2015-09-17
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Improved ActiveRecord Connection Pool docs [ci skip]
amitkumarsuroliya
2015-09-17
1
-2
/
+2
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
s/Github/GitHub/
Akira Matsuda
2015-09-17
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
[ci skip] Remove `DEFAULT NULL` from examples
Yasuo Honda
2015-09-16
1
-2
/
+2
*
|
|
|
|
Fix doc of limit option for a text column [ci skip]
Ryuta Kamizono
2015-09-14
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #21591 from kamipo/text_and_blob_limit_is_byte_length
Rafael Mendonça França
2015-09-13
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
TEXT and BLOB limit is byte length, not character length.
Ryuta Kamizono
2015-09-11
1
-2
/
+2
|
|
/
/
/
*
/
/
/
Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...
amitkumarsuroliya
2015-09-10
3
-7
/
+7
|
/
/
/
*
|
|
Don't set the default argument
Rafael Mendonça França
2015-09-09
1
-1
/
+1
*
|
|
Merge pull request #21548 from yui-knk/feature/define_tables_as_interface
Yves Senn
2015-09-08
1
-0
/
+5
|
\
\
\
|
*
|
|
Define `SchemaStatements#tables` as interface
yui-knk
2015-09-08
1
-0
/
+6
|
/
/
/
*
|
|
Support mysql2 0.4.0, first release with prepared statements support
Jeremy Daer
2015-09-07
1
-1
/
+1
*
|
|
Correct query for PostgreSQL 8.2
Matthew Draper
2015-09-08
1
-1
/
+1
*
|
|
Fix test failures from premature merge of #21317
Matthew Draper
2015-09-07
1
-4
/
+8
*
|
|
Support dropping indexes concurrently in Postgres
Grey Baker
2015-09-05
3
-7
/
+12
*
|
|
No need to get the exception variable
Rafael Mendonça França
2015-09-01
1
-6
/
+4
*
|
|
Merge pull request #21318 from yahonda/pr21108
Rafael Mendonça França
2015-09-01
2
-3
/
+7
|
\
\
\
|
*
|
|
Support MySQL 5.7.8 which enables show_compatibility_56=off
Yasuo Honda
2015-08-21
2
-3
/
+7
*
|
|
|
pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.
Yves Senn
2015-08-28
2
-3
/
+8
*
|
|
|
pg docs, `connection.tables` does not use the `name` argument.
Yves Senn
2015-08-28
1
-1
/
+1
*
|
|
|
PostgreSQL, add `:if_exists` to `#drop_schema`.
Yves Senn
2015-08-28
1
-2
/
+2
*
|
|
|
JSON is still an adapter specific type.
Sean Griffin
2015-08-21
5
-3
/
+15
|
/
/
/
*
|
|
Merge pull request #21282 from sjain1107/added_docs
Yves Senn
2015-08-19
1
-0
/
+3
|
\
\
\
|
*
|
|
Added docs for TableDefinition #coloumns & #remove_column [ci skip]
sjain1107
2015-08-18
1
-0
/
+3
*
|
|
|
Add a native JSON data type support in MySQL
Ryuta Kamizono
2015-08-18
7
-50
/
+43
|
/
/
/
*
|
|
descriptive error message when fixtures contian a missing column.
Yves Senn
2015-08-13
1
-2
/
+6
*
|
|
Merge pull request #20459
Sean Griffin
2015-08-06
1
-0
/
+24
|
\
\
\
|
*
|
|
Add missing data types for ActiveRecord migrations
Mehmet Emin İNAÇ
2015-06-08
1
-0
/
+24
[next]