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 #28305 from kamipo/extract_schema_migration_all_versions
Andrew White
2017-03-06
1
-2
/
+2
|
\
|
*
Extract `SchemaMigration.all_versions`
Ryuta Kamizono
2017-03-06
1
-2
/
+2
*
|
Fix `deserialize` with JSON array
Ryuta Kamizono
2017-03-06
1
-1
/
+1
|
/
*
Remove useless `Migrator.schema_migrations_table_name`
Ryuta Kamizono
2017-03-05
1
-2
/
+2
*
Don't hide method that's been documented API since Rails 2.1
Andrew White
2017-03-04
1
-3
/
+3
*
Fix `rake db:schema:load` with subdirectories
Ryuta Kamizono
2017-03-05
1
-5
/
+4
*
Don't share `options` with a reference type column
Ryuta Kamizono
2017-03-04
1
-7
/
+3
*
Merge pull request #28220 from kamipo/valid_type_accept_only_supported_types
Rafael França
2017-03-01
1
-4
/
+0
|
\
|
*
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
1
-4
/
+0
*
|
`create_join_table` should respect `references` column type
Ryuta Kamizono
2017-02-28
1
-7
/
+5
|
/
*
Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter
Ryuta Kamizono
2017-02-27
2
-6
/
+3
*
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
4
-18
/
+3
*
Merge pull request #28176 from kamipo/push_valid_type_up_to_abstract_adapter
Andrew White
2017-02-26
4
-11
/
+3
|
\
|
*
Push `valid_type?` up to abstract adapter
Ryuta Kamizono
2017-02-26
4
-11
/
+3
*
|
Fix typo 'affect' -> 'effect' [ci skip]
Rebecca Skinner
2017-02-26
1
-1
/
+1
*
|
Fix `change_column` to drop default with `null: false`
Ryuta Kamizono
2017-02-26
3
-5
/
+4
|
/
*
Merge pull request #28167 from kirs/deprecate-verify-args
Matthew Draper
2017-02-26
1
-0
/
+3
|
\
|
*
Deprecate AbstractAdapter#verify! with arguments
Kir Shatrov
2017-02-25
1
-0
/
+3
*
|
Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...
Rafael França
2017-02-23
1
-0
/
+1
|
\
\
|
*
|
Fix `remove_reference` to multiple foreign keys in the same table
Ryuta Kamizono
2017-02-11
1
-0
/
+1
*
|
|
Deprecate using `#quoted_id` in quoting
Ryuta Kamizono
2017-02-24
1
-0
/
+2
*
|
|
Fix type casting AR object to respect the primary key cast type's serialization
Ryuta Kamizono
2017-02-24
1
-2
/
+13
*
|
|
Fix `wait_timeout` to configurable for mysql2 adapter
Ryuta Kamizono
2017-02-24
1
-2
/
+2
*
|
|
Correctly dump native timestamp types for MySQL
Ryuta Kamizono
2017-02-23
5
-4
/
+21
*
|
|
Allow 3-level DB configs to group connections by environment
Matthew Draper
2017-02-22
1
-0
/
+9
*
|
|
Ensure test threads share a DB connection
eileencodes
2017-02-20
4
-32
/
+57
*
|
|
Improve `create_table force: true`
Ryuta Kamizono
2017-02-20
1
-2
/
+2
*
|
|
Should keep the primary key column order
Ryuta Kamizono
2017-02-14
1
-0
/
+1
*
|
|
Merge pull request #27961 from jordanlewis/simplify-postgres-primary-keys-v2
Sean Griffin
2017-02-14
1
-10
/
+10
|
\
\
\
|
*
|
|
Simplify and optimize Postgres query for primary_keys()
Jordan Lewis
2017-02-13
1
-10
/
+10
*
|
|
|
Add `default_index_type?` to the generic schema dumper doesn't have the knowl...
Ryuta Kamizono
2017-02-14
3
-0
/
+12
|
/
/
/
*
|
|
Merge pull request #26655 from kamipo/fix_remove_expression_index
Rafael França
2017-02-13
1
-12
/
+16
|
\
\
\
|
*
|
|
Fix `remove_index` to be able to remove expression indexes
Ryuta Kamizono
2016-12-25
1
-12
/
+16
*
|
|
|
Merge pull request #26930 from kamipo/index_name_exists_default
Rafael França
2017-02-13
2
-7
/
+13
|
\
\
\
\
|
*
|
|
|
Deprecate passing `default` to `index_name_exists?`
Ryuta Kamizono
2017-02-13
2
-0
/
+10
|
*
|
|
|
The `default` arg of `index_name_exists?` makes to optional
Ryuta Kamizono
2017-02-13
2
-7
/
+3
*
|
|
|
|
Merge pull request #26630 from kamipo/quoted_binary
Rafael França
2017-02-13
4
-20
/
+17
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Extract `quoted_binary` and use it rather than override `_quote`
Ryuta Kamizono
2016-09-27
4
-20
/
+17
*
|
|
|
|
Schema dumping support for PostgreSQL oid type
Ryuta Kamizono
2017-02-12
4
-1
/
+20
*
|
|
|
|
Schema dumping support for PostgreSQL interval type
Ryuta Kamizono
2017-02-12
4
-4
/
+12
*
|
|
|
|
Deprecate `supports_primary_key?`
Ryuta Kamizono
2017-02-12
4
-17
/
+3
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Fix bigint primary key with unsigned
Ryuta Kamizono
2017-02-10
1
-1
/
+1
*
|
|
|
Revert "Simplify and speed up Postgres query for primary_keys"
Ryuta Kamizono
2017-02-10
1
-8
/
+10
*
|
|
|
Simplify and speed up Postgres query for primary_keys
Jordan Lewis
2017-02-09
1
-10
/
+8
*
|
|
|
Refactor `ColumnDefinition` to contain `options` hash
Ryuta Kamizono
2017-02-09
11
-109
/
+50
*
|
|
|
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
|
|
|
/
/
|
|
/
|
|
[next]