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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add schema dumping tests for datetime and time precision
Ryuta Kamizono
2015-02-20
3
-8
/
+34
*
Format the time string according to the precision of the time column
Ryuta Kamizono
2015-02-20
5
-20
/
+43
*
Allow `:precision` option for time type columns
Ryuta Kamizono
2015-02-20
8
-14
/
+89
*
fix column name in migration example [ci skip]
Daniël de Vries
2015-02-19
1
-1
/
+1
*
Merge pull request #18996 from morgoth/deprecate-more-errors-methods
Yves Senn
2015-02-19
2
-2
/
+2
|
\
|
*
Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods
Wojciech Wnętrzak
2015-02-19
2
-2
/
+2
*
|
Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sql
Rafael Mendonça França
2015-02-19
3
-37
/
+32
|
\
\
|
*
|
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
2
-4
/
+15
*
|
|
Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim...
Rafael Mendonça França
2015-02-19
3
-8
/
+5
|
\
\
\
|
*
|
|
Extract precision from datetime and time columns
Ryuta Kamizono
2015-02-19
3
-8
/
+5
|
|
/
/
*
|
|
Return true instead of self when suppressed
Rafael Mendonça França
2015-02-19
1
-1
/
+1
*
|
|
Copy edit the suppressor documentation
Rafael Mendonça França
2015-02-19
3
-29
/
+28
*
|
|
Add `ActiveRecord::Base.suppress`
Michael Ryan
2015-02-18
8
-0
/
+118
|
/
/
*
/
Add `time` option to `#touch`
Hyonjee Joo
2015-02-18
3
-6
/
+34
|
/
*
Merge pull request #18984 from rousisk/master
Carlos Antonio da Silva
2015-02-18
1
-2
/
+2
|
\
|
*
Replace deprecated readonly option with scope blocks in docs and guide
Konstantinos Rousis
2015-02-18
1
-2
/
+2
*
|
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
21
-25
/
+25
|
/
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
12
-12
/
+12
*
Add docs for the type registry
Sean Griffin
2015-02-17
2
-5
/
+24
*
Rm `Type#type_cast`
Sean Griffin
2015-02-17
13
-28
/
+20
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
22
-106
/
+106
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
40
-79
/
+79
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
36
-71
/
+71
*
Add line endings to files which are missing them
Sean Griffin
2015-02-17
16
-16
/
+16
*
Fix test failures on Mysql 5.5
Sean Griffin
2015-02-17
1
-1
/
+1
*
Update code which depended on methods added by 1502caef
Sean Griffin
2015-02-17
1
-1
/
+1
*
Revert "Allow `:precision` option for time type columns"
Sean Griffin
2015-02-17
7
-90
/
+19
*
correct method name in deprecation message
yuuji.yaginuma
2015-02-18
1
-1
/
+1
*
Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...
Vipul A M
2015-02-17
3
-24
/
+64
*
Merge pull request #18662 from estum/foreign-key-exists
Yves Senn
2015-02-16
4
-15
/
+63
|
\
|
*
Add methods to get foreign key matching arguments
Anton
2015-01-29
2
-40
/
+36
|
*
Add `foreign_key_exists?` method.
Anton
2015-01-24
3
-0
/
+48
*
|
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
7
-67
/
+39
*
|
Add a global type registry, used to lookup and register types
Sean Griffin
2015-02-15
4
-0
/
+336
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-02-14
1
-3
/
+3
|
\
\
|
*
|
Do not use the same name for two `:belongs_to`
claudiob
2015-02-06
1
-3
/
+3
*
|
|
Mention `where.not` in the example
Godfrey Chan
2015-02-14
2
-3
/
+7
*
|
|
Fixed a bug where NULLs are casted into the first enum value
Godfrey Chan
2015-02-13
2
-3
/
+9
*
|
|
Partially revert ae33aea
Godfrey Chan
2015-02-13
2
-5
/
+7
*
|
|
Break up these tests
Godfrey Chan
2015-02-13
1
-4
/
+23
*
|
|
oops, 'format' is not a real enum
Godfrey Chan
2015-02-13
1
-8
/
+8
*
|
|
Enums mapping is a HWIA [ci skip]
Godfrey Chan
2015-02-13
1
-2
/
+3
*
|
|
Enums should be referred to by symbols
Godfrey Chan
2015-02-13
2
-6
/
+20
*
|
|
remove CHANGELOG entry for Rails 5.0 only feature. #18918
Yves Senn
2015-02-13
1
-7
/
+0
*
|
|
Do not overwrite secret token value when already present.
Wojciech Wnętrzak
2015-02-12
3
-2
/
+15
*
|
|
Merge pull request #18915 from kamipo/extract_date_time_precision_test
Rafael Mendonça França
2015-02-12
4
-271
/
+102
|
\
\
\
|
*
|
|
Extract `DateTimePrecisionTest`
Ryuta Kamizono
2015-02-13
4
-271
/
+102
[next]