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
*
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
|
\
\
|
*
|
An array type is a part of `sql_type`
Ryuta Kamizono
2015-02-08
2
-19
/
+4
*
|
|
Fix rounding problem for PostgreSQL timestamp column
Ryuta Kamizono
2015-02-08
2
-12
/
+13
*
|
|
Merge pull request #18602 from kamipo/respect_database_charset_and_collation
Andrew White
2015-02-08
1
-1
/
+1
|
\
\
\
|
*
|
|
Respect the database default charset for `schema_migrations` table.
Ryuta Kamizono
2015-02-08
1
-1
/
+1
|
|
/
/
*
/
/
Add `auto_increment?` instead of `extra == 'auto_increment'`
Ryuta Kamizono
2015-02-08
1
-2
/
+6
|
/
/
*
|
rm `Type#text?`
Sean Griffin
2015-02-07
3
-5
/
+28
*
|
Move non-type objects into the `Type::Helpers` namespace
Sean Griffin
2015-02-07
4
-4
/
+4
*
|
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
6
-1
/
+83
*
|
fix transaction rollback in case of aborting thread
Yuri Smirnov
2015-02-05
1
-1
/
+1
*
|
Add default options to 'bit' and 'bit_varying' methods
Melody
2015-02-03
1
-2
/
+2
*
|
Adds default options hash for postgres money type
Melody Berton
2015-02-03
1
-1
/
+1
*
|
rm `Column#cast_type`
Sean Griffin
2015-02-03
10
-74
/
+163
*
|
Merge pull request #18791 from Sinjo/consistent-foreign-key-name-generation
Sean Griffin
2015-02-02
1
-1
/
+5
|
\
\
|
*
|
Generate consistent names for foreign keys
Chris Sinjakli
2015-02-03
1
-1
/
+5
*
|
|
Properly lookup the limit for bigint
Sean Griffin
2015-02-02
1
-1
/
+6
|
/
/
*
|
Remove unused `Column#with_type`
Sean Griffin
2015-02-02
1
-6
/
+0
*
|
push add to transaction logic down to the instance
Aaron Patterson
2015-02-01
2
-5
/
+5
*
|
stop making calls to add_record
Aaron Patterson
2015-02-01
1
-1
/
+1
*
|
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
2
-7
/
+4
*
|
Remove most uses of `Column#cast_type`
Sean Griffin
2015-01-30
5
-12
/
+44
*
|
Always convert strings to UTF-8, regardless of column type in SQLite
Sean Griffin
2015-01-28
1
-11
/
+6
*
|
Remove Relation#bind_params
Sean Griffin
2015-01-27
6
-26
/
+14
*
|
Errors raised in `type_cast_for_database` no longer raise on assignment
Sean Griffin
2015-01-23
1
-1
/
+1
|
/
*
Don't error when invalid json is assigned to a JSON column
Sean Griffin
2015-01-21
1
-1
/
+1
*
TransactionManager should call rollback records
Arthur Neves
2015-01-20
1
-5
/
+5
*
Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures
Jeremy Kemper
2015-01-20
1
-4
/
+11
|
\
[next]