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
*
Fix merge conflicts for #18856
Sean Griffin
2015-10-20
1
-2
/
+10
|
\
|
*
Match table names exactly on MySQL
Matt Jones
2015-02-08
1
-3
/
+5
*
|
Don't add classes to the top level namespace
Sean Griffin
2015-10-20
1
-13
/
+17
*
|
Do not cache prepared statements that are unlikely to have cache hits
Sean Griffin
2015-10-20
9
-18
/
+62
*
|
Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2
Sean Griffin
2015-10-20
2
-5
/
+8
|
\
\
|
*
|
Add stored procedure test in mysql2
Ryuta Kamizono
2015-10-15
1
-1
/
+4
|
*
|
Make `AbstractMysqlAdapter#version` public
Ryuta Kamizono
2015-10-15
1
-4
/
+4
*
|
|
Merge pull request #21962 from kamipo/fix_tinyblob
Sean Griffin
2015-10-20
3
-11
/
+31
|
\
\
\
|
*
|
|
Fix to correctly schema dump the `tinyblob`
Ryuta Kamizono
2015-10-15
3
-11
/
+31
*
|
|
|
freeze the column name to drop string allocations in dirty checks
Aaron Patterson
2015-10-14
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
8
-60
/
+66
*
|
|
fix RDoc markup in `ConnectionPool`. [ci skip]
Yves Senn
2015-10-14
1
-13
/
+13
|
/
/
*
|
`:to_table` when adding a fk through `add_reference`.
Yves Senn
2015-10-13
2
-3
/
+13
*
|
Move the methods for schema dumping into `{mysql,postgresql}/schema_dumper.rb`
Ryuta Kamizono
2015-10-13
5
-92
/
+107
*
|
Move schema creation class into `mysql/schema_creation.rb`
Ryuta Kamizono
2015-10-11
2
-53
/
+59
*
|
Move schema definition classes into `mysql/schema_definitions.rb`
Ryuta Kamizono
2015-10-11
2
-62
/
+70
*
|
Remove unused `pk_and_sequence_for` in AbstractMysqlAdapter
Ryuta Kamizono
2015-10-08
1
-7
/
+0
*
|
Merge pull request #21005 from jaredbeck/patch-1
Arthur Nogueira Neves
2015-10-04
1
-1
/
+3
|
\
\
|
*
|
Docs: Update options for add_reference
Jared Beck
2015-07-23
1
-1
/
+3
*
|
|
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
[next]