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
*
Avoids mutating the original response in connection management middleware
Kevin Buchanan
2015-11-06
1
-4
/
+3
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Remove incorrect comments
Andrew White
2015-11-04
1
-4
/
+0
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
6
-11
/
+11
*
Allow bigint with default nil for avoiding auto increment primary key
Ryuta Kamizono
2015-11-02
2
-3
/
+6
*
Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat...
Sean Griffin
2015-10-30
3
-0
/
+51
|
\
|
*
Use advisory locks to prevent concurrent migrations
Sam Davies
2015-10-30
3
-0
/
+51
*
|
Merge pull request #19511 from larskanis/replace_const_conn_params
Sean Griffin
2015-10-29
1
-7
/
+2
|
\
\
|
*
|
PostgreSQL, Replace static connection param list by the one built into libpq.
Lars Kanis
2015-03-25
1
-7
/
+2
*
|
|
Don't disable errors when turning standard_conforming_strings on
Harry Marr
2015-10-29
1
-7
/
+2
*
|
|
Check standard_conforming_strings is not readonly
Harry Marr
2015-10-29
1
-1
/
+1
*
|
|
Avoid disabling postgres errors
Harry Marr
2015-10-28
1
-4
/
+5
|
|
/
|
/
|
*
|
Remove no need `binds.empty?` checking
Ryuta Kamizono
2015-10-23
1
-3
/
+3
*
|
Remove `#tables` extra args again
Ryuta Kamizono
2015-10-22
2
-20
/
+11
*
|
Extract native getter to attr_reader.
jbranchaud
2015-10-21
1
-5
/
+1
*
|
move documentation of column options to `add_column`. Closes #20400.
Yves Senn
2015-10-21
2
-79
/
+81
*
|
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
|
\
\
\
\
[next]