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 #19172 from JuanitoFatas/doc/fix-typo
Richard Schneeman
2015-03-02
1
-2
/
+2
|
\
|
*
[ci skip] Fix a typo for PostgreSQL text limit, GB instead of Gb.
Juanito Fatas
2015-03-03
1
-2
/
+2
*
|
Clarify that t.references and t.belongs_to are interchangeable. [ci skip]
Juanito Fatas
2015-03-02
1
-1
/
+1
|
/
*
Remove parent transaction state
Arthur Neves
2015-03-01
1
-3
/
+0
*
Add `SchemaMigration.create_table` support any unicode charsets for MySQL.
Ryuta Kamizono
2015-02-26
2
-9
/
+10
*
cache quoted column names in SQLite3
Aaron Patterson
2015-02-24
1
-1
/
+2
*
Merge pull request #19068 from pda/ar-translate-exception-class-no-log
Aaron Patterson
2015-02-24
1
-1
/
+0
|
\
|
*
AR: translate_exception_class() no longer logs error.
Paul Annesley
2015-02-24
1
-1
/
+0
*
|
Merge pull request #18936 from arthurnn/txn_callbacks
Arthur Nogueira Neves
2015-02-24
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
Add before_commit
Arthur Neves
2015-02-24
1
-1
/
+7
*
|
Tiny documentation edits [ci skip]
Robin Dupret
2015-02-24
1
-1
/
+1
*
|
Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...
Court3nay
2015-02-24
1
-0
/
+1
*
|
rework `disable_referential_integrity` for PostgreSQL.
Yves Senn
2015-02-24
1
-9
/
+28
*
|
Move back `new_column_definition` into `TableDefinition`
Ryuta Kamizono
2015-02-25
1
-4
/
+4
*
|
Merge pull request #19030 from kamipo/extract_short_hand_column_methods
Rafael Mendonça França
2015-02-23
3
-109
/
+139
|
\
\
|
*
|
The short-hand methods should be able to define multiple columns
Ryuta Kamizono
2015-02-23
1
-44
/
+50
|
*
|
Extract the short-hand methods into `ColumnMethods`
Ryuta Kamizono
2015-02-23
1
-23
/
+28
|
*
|
Extract `primary_key` method into `ColumnMethods`
Ryuta Kamizono
2015-02-22
3
-42
/
+61
*
|
|
Allow `:limit` option for MySQL bigint primary key support
Ryuta Kamizono
2015-02-24
1
-0
/
+10
|
/
/
*
|
Format the time string according to the precision of the time column
Ryuta Kamizono
2015-02-20
1
-2
/
+2
*
|
Allow `:precision` option for time type columns
Ryuta Kamizono
2015-02-20
5
-13
/
+19
*
|
Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sql
Rafael Mendonça França
2015-02-19
2
-37
/
+25
|
\
\
|
*
|
Handle array option in `type_to_sql`
Ryuta Kamizono
2015-02-19
1
-19
/
+16
|
*
|
Use `delegate` to call the methods to `@conn`
Ryuta Kamizono
2015-02-19
1
-16
/
+3
|
*
|
Should handle array option for `:cast_as`
Ryuta Kamizono
2015-02-19
1
-4
/
+8
*
|
|
Extract precision from datetime and time columns
Ryuta Kamizono
2015-02-19
2
-7
/
+4
|
/
/
*
|
Rm `Type#type_cast`
Sean Griffin
2015-02-17
6
-8
/
+8
*
|
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-2
/
+2
*
|
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
12
-15
/
+15
*
|
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
8
-9
/
+9
*
|
Revert "Allow `:precision` option for time type columns"
Sean Griffin
2015-02-17
5
-21
/
+19
*
|
Merge pull request #18662 from estum/foreign-key-exists
Yves Senn
2015-02-16
2
-15
/
+38
|
\
\
|
*
|
Add methods to get foreign key matching arguments
Anton
2015-01-29
2
-40
/
+36
|
*
|
Add `foreign_key_exists?` method.
Anton
2015-01-24
2
-0
/
+27
*
|
|
fix, `to_table` in `remove_foreign_key` should be plural.
Yves Senn
2015-02-16
1
-1
/
+1
*
|
|
Register adapter specific types with the global type registry
Sean Griffin
2015-02-15
4
-62
/
+21
|
|
/
|
/
|
*
|
Allow `:precision` option for time type columns
Ryuta Kamizono
2015-02-12
5
-19
/
+21
*
|
Merge pull request #18888 from kamipo/refactor_quote_default_expression
Rafael Mendonça França
2015-02-11
4
-18
/
+12
|
\
\
|
*
|
Refactor `quote_default_expression`
Ryuta Kamizono
2015-02-11
4
-18
/
+12
*
|
|
Remove the SQLite3 Binary subclass
Sean Griffin
2015-02-11
1
-18
/
+0
*
|
|
Remove an unused option that I didn't mean to commit [ci skip]
Sean Griffin
2015-02-11
1
-2
/
+1
*
|
|
Remove most PG specific type subclasses
Sean Griffin
2015-02-11
12
-89
/
+52
*
|
|
Merge pull request #18883 from kamipo/fix_datetime_precision_dumping_zero_for...
Sean Griffin
2015-02-11
2
-1
/
+7
|
\
\
\
|
*
|
|
The datetime precision with zero should be dumped
Ryuta Kamizono
2015-02-11
2
-1
/
+7
|
|
/
/
*
|
|
fix `remove_reference` with `foreign_key: true` on MySQL. #18664.
Yves Senn
2015-02-11
1
-0
/
+6
*
|
|
Merge pull request #18890 from kamipo/remove_cast_type
Yves Senn
2015-02-11
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove `cast_type` in `ColumnDefinition`
Ryuta Kamizono
2015-02-11
1
-1
/
+1
|
|
/
/
*
/
/
Use keyword argument in `transaction`
Ryuta Kamizono
2015-02-11
1
-6
/
+4
|
/
/
*
|
Refactor microsecond precision to be database agnostic
Sean Griffin
2015-02-10
5
-46
/
+32
*
|
Merge pull request #18849 from kamipo/array_type_is_a_part_of_sql_type
Sean Griffin
2015-02-09
2
-19
/
+4
|
\
\
[next]