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
*
Mention supported PG version in the error message.
Prathamesh Sonpatki
2016-02-03
1
-1
/
+1
*
The minimum supported version of PostgreSQL is now >= 9.1
Remo Mueller
2016-02-02
1
-3
/
+2
*
Fix corrupt transaction state caused by `before_commit` exceptions
Jeremy Daer
2016-02-01
1
-2
/
+7
*
Avoid extra `show variables` in migration
Ryuta Kamizono
2016-02-01
2
-8
/
+10
*
Extract `ExplainPrettyPrinter` to appropriate files
Ryuta Kamizono
2016-02-01
7
-119
/
+137
*
`OID::Money.precision` is unused since #15239
Ryuta Kamizono
2016-01-31
2
-8
/
+0
*
Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"
Rafael Mendonça França
2016-01-30
2
-5
/
+9
*
Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...
Rafael França
2016-01-30
1
-0
/
+6
|
\
|
*
Warn if `AR.primary_key` is called for a table who has composite primary key
yui-knk
2016-01-30
1
-0
/
+6
*
|
Merge pull request #23349 from kamipo/refactor_column_exists
Rafael França
2016-01-30
1
-7
/
+8
|
\
\
|
*
|
Refactor `column_exists?` in `SchemaStatements`
Ryuta Kamizono
2016-01-30
1
-7
/
+8
|
|
/
*
|
Merge pull request #23355 from kamipo/fix_bigint_for_enum_columns
Rafael França
2016-01-30
1
-1
/
+1
|
\
\
|
*
|
Fix `bigint?` for Enum columns in MySQL
Ryuta Kamizono
2016-01-31
1
-1
/
+1
|
|
/
*
|
Merge pull request #23353 from kamipo/remove_unused_lost_connection_error_mes...
Rafael França
2016-01-30
1
-6
/
+0
|
\
\
|
*
|
Remove unused `LOST_CONNECTION_ERROR_MESSAGES`
Ryuta Kamizono
2016-01-31
1
-6
/
+0
|
|
/
*
|
Merge pull request #23347 from yui-knk/explicitly_define_columns_as_interface
Rafael França
2016-01-30
1
-1
/
+3
|
\
\
|
*
|
Explicitly define `columns` method as an interface
yui-knk
2016-01-30
1
-1
/
+3
|
|
/
*
/
Refactor `OID::Money.precision`
Ryuta Kamizono
2016-01-30
2
-9
/
+5
|
/
*
Merge pull request #23252 from kamipo/remove_limit_11
Rafael França
2016-01-29
1
-1
/
+0
|
\
|
*
Remove `limit: 11` as backward-compatibility with Rails 2.0
Ryuta Kamizono
2016-01-27
1
-1
/
+0
*
|
Merge pull request #23188 from jcoleman/ar-connection-execute-docs-clarification
Rafael França
2016-01-29
2
-1
/
+7
|
\
\
|
*
|
Clarify DatabaseStatements#execute docs re: memory usage.
James Coleman
2016-01-22
2
-1
/
+7
*
|
|
Fix a bug with initialize schema_migrations table
Mikhail Grachev
2016-01-28
1
-1
/
+1
*
|
|
INSERT INTO schema_migrations in 1 SQL
Akira Matsuda & Naoto Koshikawa
2016-01-27
1
-10
/
+8
|
|
/
|
/
|
*
|
Pare back default `index` option for the migration generator
Prathamesh Sonpatki
2016-01-24
1
-1
/
+1
|
/
*
Merge pull request #20005 from kamipo/default_expression_support
Rafael França
2016-01-16
6
-20
/
+36
|
\
|
*
Fix extract default with CURRENT_TIMESTUMP
Ryuta Kamizono
2016-01-13
1
-2
/
+6
|
*
Fix extract default with CURRENT_DATE
Ryuta Kamizono
2016-01-13
1
-3
/
+8
|
*
Add expression support on the schema default
Ryuta Kamizono
2016-01-13
4
-15
/
+22
*
|
Merge pull request #23067 from kamipo/sql_for_insert_returns_values_for_passi...
Rafael França
2016-01-16
2
-22
/
+14
|
\
\
|
*
|
`sql_for_insert` returns values for passing to `exec_insert`
Ryuta Kamizono
2016-01-15
2
-22
/
+14
*
|
|
`last_insert_id_value` and `last_insert_id` are unused anymore
Ryuta Kamizono
2016-01-15
1
-9
/
+1
|
/
/
*
/
`substitute_at` is no longer used
Ryuta Kamizono
2016-01-14
1
-6
/
+0
|
/
*
fix regression when loading fixture files with symbol keys.
Yves Senn
2016-01-13
1
-2
/
+3
*
Extract `MySQL::TypeMetadata` class to `connection_adapters/mysql/type_metada...
Ryuta Kamizono
2016-01-11
2
-28
/
+34
*
Extract `MySQL::Column` class to `connection_adapters/mysql/column.rb`
Ryuta Kamizono
2016-01-11
2
-46
/
+52
*
Refactor tz aware types, add support for PG ranges
Sean Griffin
2016-01-08
2
-1
/
+12
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
2
-0
/
+5
|
\
|
*
[ci skip] Add comment to remove silenced code.
schneems
2016-01-07
1
-0
/
+1
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-0
/
+4
*
|
Merge pull request #22973 from kamipo/fix_select_values_method_signature
Rafael França
2016-01-08
2
-4
/
+4
|
\
\
|
*
|
Fix `select_values` method signature for consistency
Ryuta Kamizono
2016-01-08
2
-4
/
+4
*
|
|
`{update|delete}_sql` are almost the same as `{update|delete}`
Ryuta Kamizono
2016-01-08
4
-25
/
+2
|
/
/
*
|
Remove `delete_sql` in sqlite3 adapter
Ryuta Kamizono
2016-01-07
1
-5
/
+0
*
|
Refactor `connection.insert_sql`
Ryuta Kamizono
2016-01-07
4
-35
/
+10
*
|
Merge pull request #22921 from prathamesh-sonpatki/fix-add-reference
Rafael França
2016-01-06
1
-0
/
+1
|
\
\
|
*
|
Autoload ReferenceDefinition class in abstract adapter so that it can be used...
Prathamesh Sonpatki
2016-01-05
1
-0
/
+1
*
|
|
Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methods
Rafael Mendonça França
2016-01-06
1
-0
/
+24
|
\
\
\
|
*
|
|
Add short-hand methods for text and blob types in MySQL
Ryuta Kamizono
2016-01-05
1
-0
/
+24
|
|
/
/
*
|
|
Merge pull request #22920 from kamipo/fix_connection_create
Rafael França
2016-01-05
4
-6
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]