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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Merge pull request #17631 from kamipo/bigint_pk_support
Rafael Mendonça França
2015-02-23
1
-0
/
+10
|
\
\
|
*
|
Allow `:limit` option for MySQL bigint primary key support
Ryuta Kamizono
2015-02-24
1
-0
/
+10
*
|
|
Fix typo [ci skip]
Luke Hutscal
2015-02-23
1
-1
/
+1
|
/
/
*
/
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
5
-9
/
+35
|
/
*
Fix #has_secure_token documentation [ci skip]
Tim Liner
2015-02-20
1
-2
/
+2
*
Merge branch 'rm-take' into 4-1-stable
Rafael Mendonça França
2015-02-20
2
-0
/
+14
*
Do not test, document or use a private API method
Rafael Mendonça França
2015-02-20
1
-5
/
+0
*
Merge pull request #16989 from Empact/reload-cache-clear
Rafael Mendonça França
2015-02-20
5
-26
/
+51
|
\
|
*
Isolate access to @associations_cache and @aggregations cache to the Associat...
Ben Woosley
2014-09-28
5
-26
/
+51
*
|
Merge pull request #19018 from lucasmazza/lm-activemodel-validate-bang
Rafael Mendonça França
2015-02-20
1
-14
/
+2
|
\
\
|
*
|
Move the `validate!` method to `ActiveModel::Validations`.
Lucas Mazza
2015-02-20
1
-14
/
+2
*
|
|
Merge pull request #16993 from Empact/simplify-find_by-statement-cache
Rafael Mendonça França
2015-02-20
1
-16
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Simplify `find_by_statement_cache` interaction down to a class-level ivar wit...
Ben Woosley
2014-09-22
1
-20
/
+18
*
|
|
Merge pull request #17139 from mfazekas/fix_becomes_changed_attributes
Rafael Mendonça França
2015-02-20
1
-1
/
+2
|
\
\
\
|
*
|
|
Always reset changed attributes in becomes
Miklos Fazekas
2015-02-04
1
-1
/
+2
*
|
|
|
Format the time string according to the precision of the time column
Ryuta Kamizono
2015-02-20
3
-20
/
+20
*
|
|
|
Allow `:precision` option for time type columns
Ryuta Kamizono
2015-02-20
5
-13
/
+19
*
|
|
|
fix column name in migration example [ci skip]
Daniël de Vries
2015-02-19
1
-1
/
+1
*
|
|
|
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
*
|
|
|
|
Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim...
Rafael Mendonça França
2015-02-19
2
-7
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Extract precision from datetime and time columns
Ryuta Kamizono
2015-02-19
2
-7
/
+4
|
|
/
/
/
/
*
|
|
|
|
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
1
-15
/
+15
*
|
|
|
|
Add `ActiveRecord::Base.suppress`
Michael Ryan
2015-02-18
2
-0
/
+56
|
/
/
/
/
*
|
|
|
Add `time` option to `#touch`
Hyonjee Joo
2015-02-18
1
-6
/
+8
*
|
|
|
Replace deprecated readonly option with scope blocks in docs and guide
Konstantinos Rousis
2015-02-18
1
-2
/
+2
*
|
|
|
Add docs for the type registry
Sean Griffin
2015-02-17
2
-5
/
+24
*
|
|
|
Rm `Type#type_cast`
Sean Griffin
2015-02-17
11
-26
/
+18
*
|
|
|
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
10
-16
/
+16
*
|
|
|
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
26
-33
/
+33
*
|
|
|
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
20
-27
/
+27
*
|
|
|
Revert "Allow `:precision` option for time type columns"
Sean Griffin
2015-02-17
5
-21
/
+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
1
-17
/
+31
*
|
|
|
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
7
-67
/
+39
*
|
|
|
|
Add a global type registry, used to lookup and register types
Sean Griffin
2015-02-15
2
-0
/
+164
*
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-02-14
1
-3
/
+3
|
\
\
\
\
\
[next]