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
*
Wrong usage of 'a' in docs fixed [ci skip]
Mehmet Emin İNAÇ
2015-10-03
3
-3
/
+3
*
Fix minor docs [ci skip]
amitkumarsuroliya
2015-09-28
1
-1
/
+1
*
Fix proper fonts in `change_column_null` method docs. [ci skip]
amitkumarsuroliya
2015-09-27
1
-2
/
+2
*
Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bug
Sean Griffin
2015-09-24
1
-1
/
+1
|
\
|
*
Fix a bug with returning_disabled when using the postgresql adapter
George Deglin
2015-09-20
1
-1
/
+1
*
|
Merge pull request #20317
Sean Griffin
2015-09-23
1
-11
/
+7
|
\
\
|
*
|
Fixed taking precision into count when assigning a value to timestamp attribute
Bogdan Gusiev
2015-09-23
1
-11
/
+7
*
|
|
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
5
-22
/
+58
|
/
/
*
/
Move ActiveRecord::Type to ActiveModel
Kir Shatrov
2015-09-21
1
-7
/
+0
|
/
*
Merge pull request #21693 from joshuapinter/patch-1
Jeremy Daer
2015-09-20
1
-0
/
+2
|
\
|
*
Add title for key lengths for multiple keys.
Joshua Pinter
2015-09-20
1
-0
/
+2
*
|
Merge pull request #20009 from kamipo/foreign_keys_in_create
Jeremy Daer
2015-09-20
2
-17
/
+25
|
\
\
|
*
|
Support for foreign keys in create table
Ryuta Kamizono
2015-09-20
2
-17
/
+25
|
|
/
*
/
Refactor `table_exists?` in AbstractMysqlAdapter
Ryuta Kamizono
2015-09-20
1
-18
/
+9
|
/
*
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
[next]