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
*
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
*
|
tiny code improvement in sqlite3 adapter:
Andrey Deryabin
2014-11-10
1
-6
/
+2
|
/
*
Revert the behavior of booleans in string columns to that of 4.1
Sean Griffin
2014-11-09
1
-1
/
+23
*
docs, the abstract data type `:timestamp` was removed. See #15184 [ci skip]
Yves Senn
2014-11-07
1
-2
/
+2
*
Merge pull request #17473 from vipulnsward/rm-unused-method
Yves Senn
2014-11-05
1
-8
/
+0
|
\
|
*
- Remove unused duplicated method `add_column_position` from AbstractMysqlAda...
Vipul A M
2014-11-01
1
-8
/
+0
*
|
Added SchemaDumper support for tables with jsonb columns.
Ted O'Meara
2014-11-04
1
-0
/
+1
*
|
Remove unneeded autoload
Rafael Mendonça França
2014-11-03
1
-4
/
+1
*
|
Avoid unnecessary allocations/calls
Pablo Herrero
2014-11-02
2
-2
/
+2
*
|
Correctly cast calculation results on PG
Sean Griffin
2014-11-01
2
-0
/
+14
*
|
Merge pull request #17463 from mrgilman/remove-index-from-substitute-at
Sean Griffin
2014-11-01
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove redundant substitute index when constructing bind values
Melanie Gilman
2014-10-31
2
-2
/
+2
*
|
remove unused and untested API
Aaron Patterson
2014-10-31
1
-6
/
+2
*
|
fix set_pk_sequence and add a test for it.
Aaron Patterson
2014-10-31
1
-1
/
+1
*
|
Added region sequencing of primary keys for Postgres.
Joe Rafaniello
2014-10-31
1
-0
/
+21
|
/
*
Remove redundant `to_s` in interpolation
claudiob
2014-10-30
5
-8
/
+8
*
Merge pull request #17434 from claudiob/remove-redundant-to-s
Xavier Noria
2014-10-30
1
-2
/
+2
|
\
|
*
Remove redundant `to_s` in interpolation
claudiob
2014-10-29
1
-2
/
+2
*
|
add bigserial pk support
Aaron Patterson
2014-10-29
1
-0
/
+1
|
/
*
Merge pull request #17411 from mcfiredrill/doc-change-column-default-abstract...
Rafael Mendonça França
2014-10-29
1
-1
/
+1
|
\
|
*
:nodoc: for abstract_mysql_adapter
Tony Miller
2014-10-29
1
-1
/
+1
*
|
fix MySQL enum type lookup with values matching another type. Closes #17402.
Yves Senn
2014-10-29
1
-6
/
+6
[next]