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
*
mysql2 adapter instead of mysql [ci skip]
Rajarshi Das
2015-12-20
2
-3
/
+3
*
Handle specified schemas when removing a Postgres index
Grey Baker
2015-12-18
1
-3
/
+16
*
Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...
Matthew Draper
2015-12-18
1
-2
/
+2
|
\
|
*
Do not include column limit in schema.rb if it matches the default
Jean Boussier
2015-07-08
1
-2
/
+2
*
|
Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes
Matthew Draper
2015-12-18
1
-9
/
+12
|
\
\
|
*
|
Support passing the schema name prefix to `conenction.indexes`
Grey Baker
2015-12-17
1
-9
/
+12
*
|
|
Merge pull request #19456 from greysteil/index-exists-behaviour
Matthew Draper
2015-12-18
1
-15
/
+28
|
\
\
\
|
*
|
|
Support removing custom-names indexes when only specifying column names
Grey Baker
2015-12-15
1
-13
/
+27
|
*
|
|
Ignore index name in `index_exists?` when not passed a name to check for
Grey Baker
2015-12-15
1
-2
/
+1
*
|
|
|
Merge pull request #22642 from seuros/remove-mysql-adapter
Matthew Draper
2015-12-18
3
-485
/
+1
|
\
\
\
\
|
*
|
|
|
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
3
-485
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Call the new point behavior `:point`, not `:rails_5_1_point`
Sean Griffin
2015-12-17
1
-2
/
+1
|
/
/
/
*
|
|
Revert "Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_...
Rafael Mendonça França
2015-12-17
2
-3
/
+9
*
|
|
`join_to_delete` is same as `join_to_update`
Ryuta Kamizono
2015-12-17
2
-9
/
+3
*
|
|
Merge pull request #22562 from sblackstone/master
Jeremy Daer
2015-12-15
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow users to pass flags from database.yml
Stephen Blackstone
2015-12-15
1
-2
/
+2
*
|
|
Use a real migration version number in docs
Matthew Draper
2015-12-15
1
-1
/
+1
*
|
|
Use a deliberately-invalid migration version in all doc examples
Matthew Draper
2015-12-15
1
-1
/
+1
*
|
|
Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supported
Aaron Patterson
2015-12-13
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support supports_datetime_with_precision? for sqlite3
Yasuo Honda
2015-11-30
1
-0
/
+4
*
|
|
Merge pull request #22449 from dnagir/database_connection_message
Yves Senn
2015-12-01
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Explain the connection pool error message better
Dmytrii Nagirniak
2015-12-01
1
-1
/
+1
*
|
|
Refactor `AbstractAdapter#initialize`
Ryuta Kamizono
2015-11-30
4
-8
/
+7
|
/
/
*
|
`connection_options` is only needed for `MysqlAdapter`
Ryuta Kamizono
2015-11-29
3
-3
/
+3
*
|
Revert "Add prepared statements support for `Mysql2Adapter`"
Sean Griffin
2015-11-26
3
-145
/
+151
*
|
Add prepared statements support for `Mysql2Adapter`
Ryuta Kamizono
2015-11-26
3
-151
/
+145
*
|
Merge pull request #22304 from kamipo/schema_dumping_support_for_postgresql_g...
Yves Senn
2015-11-24
1
-6
/
+12
|
\
\
|
*
|
Add schema dumping support for PostgreSQL geometric data types
Ryuta Kamizono
2015-11-24
1
-6
/
+12
*
|
|
Merge pull request #22214 from kamipo/not_passing_native_database_types_to_ta...
Rafael França
2015-11-24
4
-15
/
+6
|
\
\
\
|
*
|
|
Not passing `native_database_types` to `TableDefinition`
Ryuta Kamizono
2015-11-08
4
-15
/
+6
*
|
|
|
`set_field_encoding` is only needed for `MysqlAdapter`
Ryuta Kamizono
2015-11-24
3
-9
/
+8
|
|
/
/
|
/
|
|
*
|
|
Revert "Allow specifying the default table options for mysql adapters"
Sean Griffin
2015-11-19
1
-2
/
+1
*
|
|
Allow specifying the default table options for mysql adapters
Sean Griffin
2015-11-19
1
-1
/
+2
*
|
|
Rename 'key' to 'lock_id' or 'lock_name' for advisory locking
Sam Davies
2015-11-18
3
-14
/
+14
*
|
|
Remove not needed `NATIVE_DATABASE_TYPES` entries
Ryuta Kamizono
2015-11-16
2
-4
/
+0
*
|
|
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
4
-7
/
+70
|
/
/
*
|
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
[next]