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
*
Add bigint primary key support for MySQL.
Ryuta Kamizono
2014-12-28
3
-1
/
+14
*
Support for any type primary key.
Ryuta Kamizono
2014-12-28
2
-10
/
+5
*
add autoload for `ForeignKeyDefinition`.
Yves Senn
2014-12-27
1
-0
/
+1
*
reduce duplication in `ConnectionAdapters::Table` docs. [ci skip]
Yves Senn
2014-12-27
1
-27
/
+38
*
Refactor `PostgreSQL::TableDefinition#primary_key`
Ryuta Kamizono
2014-12-27
1
-4
/
+2
*
Correctly ignore `case_sensitive` for UUID uniqueness validation
Sean Griffin
2014-12-26
2
-1
/
+5
*
Refactor a common class to reduce the duplication for `references`
Sean Griffin
2014-12-23
2
-59
/
+86
*
Fix connection leak when a thread checks in additional connections.
Matt Jones
2014-12-23
1
-4
/
+6
*
Add `foreign_key` as an option to `references` for `change_table`
Sean Griffin
2014-12-22
2
-4
/
+22
*
Convert `add_references` to use kwargs
Sean Griffin
2014-12-22
1
-6
/
+18
*
Add a `foreign_key` option to `references` while creating the table
Sean Griffin
2014-12-22
2
-5
/
+34
*
Convert `references` to kwargs
Sean Griffin
2014-12-22
1
-7
/
+17
*
Correctly handle limit on int4 and int8 types in PG
Sean Griffin
2014-12-22
1
-2
/
+2
*
`force: :cascade` to recreate tables referenced by foreign-keys.
Yves Senn
2014-12-19
3
-3
/
+12
*
Relax the UUID regex
Godfrey Chan
2014-12-18
1
-9
/
+2
*
Merge pull request #17793 from kamipo/fix_undesirable_range_error
Sean Griffin
2014-12-11
1
-5
/
+16
|
\
|
*
Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.
Ryuta Kamizono
2014-12-12
1
-5
/
+16
*
|
Refactor `quoted_date`
Ryuta Kamizono
2014-12-11
4
-25
/
+13
|
/
*
Revert to 4.1 behavior for casting PG arrays
Sean Griffin
2014-12-08
1
-0
/
+3
*
minor sentences fixes
Neeraj Singh
2014-12-07
1
-3
/
+3
*
Correctly respect subtypes for PG arrays and ranges
Sean Griffin
2014-12-05
2
-10
/
+25
*
Failure to rollback t.timestamps when within a change_table migration
noam
2014-12-03
3
-4
/
+4
*
no need to pass native_database_types around
Yves Senn
2014-12-02
2
-5
/
+5
*
Fix value extracted from negative integers for PostgreSQL.
Guo Xiang Tan
2014-12-01
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
6
-17
/
+11
*
Merge pull request #17799 from kamipo/refactor_add_column_options
Rafael Mendonça França
2014-11-28
2
-6
/
+14
|
\
|
*
Rename to `quote_default_expression` from `quote_value`
Ryuta Kamizono
2014-11-28
2
-3
/
+3
|
*
Refactor `add_column_options!`, to move the quoting of default value for :uui...
Ryuta Kamizono
2014-11-28
1
-4
/
+12
*
|
Refactor `SchemaCreation#visit_AddColumn`
Ryuta Kamizono
2014-11-27
2
-9
/
+1
|
/
*
Move PG float quoting to the correct location
Sean Griffin
2014-11-25
1
-16
/
+6
*
allow types to be passed in for USING casts
Aaron Patterson
2014-11-24
1
-0
/
+3
*
allow the "USING" statement to be specified on change column calls
Aaron Patterson
2014-11-24
1
-1
/
+3
*
Mark comments that should not be in the docs
claudiob
2014-11-24
4
-0
/
+14
*
Rename the primary key index when renaming a table in pg
Sean Griffin
2014-11-22
1
-0
/
+3
*
ConnectionAdapter#substitute_at is technically public API...
Sean Griffin
2014-11-21
1
-1
/
+1
*
Merge pull request #17695 from claudiob/replace-all-backticks-with-pluses
Yves Senn
2014-11-21
3
-4
/
+4
|
\
|
*
Wrap code snippets in +, not backticks, in sdoc
claudiob
2014-11-20
3
-4
/
+4
*
|
raise a better exception for renaming long indexes
Aaron Patterson
2014-11-20
2
-0
/
+6
|
/
*
synchronize code and docs for `timestamps` and `add_timestamps`.
Yves Senn
2014-11-20
3
-8
/
+11
*
Revert "PERF: optimise type lookup to avoid invoking procs"
Sean Griffin
2014-11-19
1
-13
/
+7
*
Support symbol foreign key to delete
dtaniwaki
2014-11-19
1
-1
/
+1
*
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
1
-2
/
+2
*
rm `reorder_bind_params`
Sean Griffin
2014-11-17
2
-5
/
+1
*
Improve the performance of quoting table names on PG
Sean Griffin
2014-11-17
1
-4
/
+15
*
PERF: optimise type lookup to avoid invoking procs
Sam
2014-11-17
1
-7
/
+13
*
exec_prepared is GVL friendly, so lets use it.
Aaron Patterson
2014-11-13
1
-4
/
+2
*
Merge pull request #17580 from ccutrer/change_table_name
Yves Senn
2014-11-11
1
-17
/
+19
|
\
|
*
add a Table#name accessor like TableDefinition#name
Cody Cutrer
2014-11-10
1
-17
/
+19
*
|
Merge pull request #17585 from aderyabin/remove_limited_update_conditions
Rafael Mendonça França
2014-11-10
2
-8
/
+0
|
\
\
|
|
/
|
/
|
|
*
remove never called method `limited_update_conditions`
Andrey Deryabin
2014-11-11
2
-8
/
+0
[next]