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
*
Merge pull request #27334 from kamipo/pk_and_ref_columns_should_be_identical_...
Jeremy Daer
2017-02-07
4
-8
/
+16
|
\
|
*
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
4
-8
/
+16
*
|
Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene...
Jeremy Daer
2017-02-06
2
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
Add `:nodoc:` to `case_sensitive_comparison` and `case_insensitive_comparison`
Ryuta Kamizono
2017-01-20
2
-3
/
+3
|
*
Decouple the building Arel ASTs for uniqueness validator
Ryuta Kamizono
2016-12-25
2
-4
/
+4
*
|
Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly
Jeremy Daer
2017-02-06
5
-18
/
+19
|
\
\
|
*
|
Restore the behaviour of the compatibility layer for integer-like PKs
Ryuta Kamizono
2017-02-04
1
-1
/
+1
|
*
|
Correctly dump integer-like primary key with default nil
Ryuta Kamizono
2017-02-04
4
-20
/
+21
*
|
|
Deprecate `ColumnDumper#migration_keys`
Ryuta Kamizono
2017-02-07
5
-6
/
+10
|
/
/
*
|
Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+
Ryuta Kamizono
2017-02-01
9
-14
/
+76
*
|
Merge pull request #27767 from benoittgt/freeze_sql_type_with_get_oid_type
Arthur Nogueira Neves
2017-01-31
1
-1
/
+1
|
\
\
|
*
|
Freeze default empty string for sql_type in get_oid_type
Benoit Tigeot
2017-01-22
1
-1
/
+1
*
|
|
Simplify Postgres query for column_definitions()
Jordan Lewis
2017-01-30
1
-5
/
+5
*
|
|
Missing require "active_support/multibyte/chars"
Akira Matsuda
2017-01-27
1
-0
/
+1
|
/
/
*
|
Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...
Ryuta Kamizono
2017-01-20
1
-4
/
+4
*
|
Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"
Matthew Draper
2017-01-20
1
-0
/
+10
*
|
Merge pull request #27384 from matthewd/bigint-pk-tweaks
Matthew Draper
2017-01-20
4
-7
/
+6
|
\
\
|
*
|
Tweak bigint PK handling
Matthew Draper
2017-01-18
4
-7
/
+6
*
|
|
Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...
Ryuta Kamizono
2017-01-18
1
-10
/
+0
|
/
/
*
|
SQLite: Foreign Key Support
Ryuta Kamizono
2017-01-17
3
-3
/
+34
*
|
Translate Foreign Key violation to the specific exception for SQLite3 adapter
Ryuta Kamizono
2017-01-16
1
-0
/
+21
*
|
Fix pool_from_any_process to use most recent spec
eileencodes
2017-01-13
1
-1
/
+1
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-10
/
+6
*
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-3
/
+3
*
|
Optimizing information_schema query for `foreign_keys`
Ryuta Kamizono
2017-01-05
1
-0
/
+1
*
|
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
2
-49
/
+4
*
|
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
2
-4
/
+49
|
\
\
|
*
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
2
-4
/
+49
*
|
|
Merge pull request #25522 from kamipo/fix_select_rows_method_signature_for_co...
Rafael França
2017-01-03
3
-20
/
+24
|
\
\
\
|
*
|
|
Fix `select_rows` method signature for consistency
Ryuta Kamizono
2017-01-04
3
-20
/
+24
*
|
|
|
Remove unneeded requires at active record
Rafael Mendonça França
2017-01-03
1
-2
/
+0
*
|
|
|
Deprecate passing `name` to `indexes` like `tables`
Ryuta Kamizono
2017-01-04
4
-2
/
+22
|
/
/
/
*
|
|
Compare deserialized values for `PostgreSQL::OID::Hstore` types
Jon Moss
2017-01-03
1
-0
/
+8
*
|
|
Consistently apply adapter behavior when serializing arrays
Sean Griffin
2017-01-03
2
-13
/
+41
*
|
|
Merge pull request #27435 from kamipo/follow_up_25307
Sean Griffin
2017-01-03
1
-2
/
+2
|
\
\
\
|
*
|
|
Active Record supports MySQL >= 5.1.10
Ryuta Kamizono
2016-12-22
1
-2
/
+2
*
|
|
|
Revert "Merge pull request #27528 from kamipo/extract_casted_booleans"
Kasper Timm Hansen
2017-01-01
1
-6
/
+14
*
|
|
|
Extract `casted_true`/`casted_false` for `Type::ImmutableString`
Ryuta Kamizono
2017-01-01
1
-14
/
+6
*
|
|
|
Dump array subtype options correctly
Ryuta Kamizono
2017-01-01
1
-1
/
+1
*
|
|
|
Merge pull request #27441 from koic/quoted_insert_version_sql
Kasper Timm Hansen
2016-12-31
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Add a quote to an SQL insert statement of schema migration
Koichi ITO
2016-12-23
1
-4
/
+4
|
|
/
/
/
*
|
|
|
Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql`
Ryuta Kamizono
2016-12-30
1
-6
/
+0
*
|
|
|
Remove deprecated support to query using commas on LIMIT
Rafael Mendonça França
2016-12-29
1
-6
/
+1
*
|
|
|
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
4
-69
/
+55
*
|
|
|
Remove deprecated `name` argument from `#tables`
Rafael Mendonça França
2016-12-29
4
-22
/
+4
*
|
|
|
Remove deprecated support to passing a column to #quote
Rafael Mendonça França
2016-12-29
1
-11
/
+1
*
|
|
|
Sync the visibility of `sql_for_insert` to private
Ryuta Kamizono
2016-12-29
1
-1
/
+1
*
|
|
|
Merge pull request #27402 from yui-knk/execute
Rafael França
2016-12-28
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Use `#execute` instead of `@connection.query`
yui-knk
2016-12-19
1
-1
/
+1
|
|
/
/
/
*
|
|
/
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
7
-33
/
+33
|
|
_
|
/
|
/
|
|
[next]