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
*
Prevented belongs_to: touch propagating up if there are no changes being saved
Brock Trappitt
2014-05-21
3
-1
/
+16
*
Delegate `type_cast_for_write` to injected type object
Sean Griffin
2014-05-20
4
-30
/
+14
*
Merge pull request #15207 from sgrif/sg-inline-column-helpers
Rafael Mendonça França
2014-05-20
10
-120
/
+77
|
\
|
*
Inline typecasting helpers from Column to the appropriate types
Sean Griffin
2014-05-20
10
-120
/
+77
*
|
Merge pull request #15206 from sgrif/sg-type-map-postgresql
Rafael Mendonça França
2014-05-20
3
-45
/
+31
|
\
\
|
*
|
Use the generic type map for PostgreSQL OID registrations
Sean Griffin
2014-05-20
3
-45
/
+31
|
|
/
*
/
Delegate predicate methods to injected type object on Column
Sean Griffin
2014-05-20
12
-24
/
+44
|
/
*
Use the generic type map object for mysql field lookups
Sean Griffin
2014-05-20
4
-23
/
+39
*
Merge pull request #15203 from sgrif/sg-delegate-type-cast
Rafael Mendonça França
2014-05-20
7
-75
/
+7
|
\
|
*
Replace `type_cast` case statement with delegation
Sean Griffin
2014-05-20
7
-75
/
+7
*
|
Merge pull request #15201 from sgrif/sg-types-postgresql
Rafael Mendonça França
2014-05-20
4
-151
/
+85
|
\
\
|
*
|
Have Postgres OID types inherit from general types
Sean Griffin
2014-05-20
4
-151
/
+85
*
|
|
fix multiple hash preloads. Fixes #14994
Aaron Patterson
2014-05-20
2
-6
/
+14
*
|
|
Use general types for mysql fields
Sean Griffin
2014-05-20
1
-69
/
+11
|
|
/
|
/
|
*
|
Delegate type_cast to injected type object in mysql
Sean Griffin
2014-05-20
6
-53
/
+72
|
/
*
Merge pull request #15197 from sgrif/sg-delegate-type-cast-sqlite3
Yves Senn
2014-05-20
11
-7
/
+83
|
\
|
*
Delegate `#type_cast` to injected type objects on SQLite3
Sean Griffin
2014-05-20
11
-7
/
+83
*
|
Fixed the inferred table name for HABTM within a schema
Eric Chahin
2014-05-20
3
-1
/
+33
|
/
*
fix `rake test_sqlite3_mem`.
Yves Senn
2014-05-20
1
-0
/
+1
*
docs, `instantiate` expects `String` keys. [Rafal Piekarski & Yves Senn]
Yves Senn
2014-05-20
2
-4
/
+15
*
Remove :timestamp column type
Sean Griffin
2014-05-19
18
-47
/
+52
*
Fixing test order issues
Rafael Mendonça França
2014-05-19
1
-2
/
+8
*
Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...
Rafael Mendonça França
2014-05-19
3
-1
/
+65
|
\
|
*
Fix migrations with enable_extension
Joao Carlos
2013-05-29
3
-1
/
+65
*
|
Delegate `Column#type` to the injected type object
Sean Griffin
2014-05-19
29
-117
/
+570
*
|
test, inline `DeveloperWithAggregate`, which is used by a single test.
Yves Senn
2014-05-19
2
-7
/
+7
*
|
Merge pull request #15168 from eileencodes/return-early-on-delete-and-destroy...
Rafael Mendonça França
2014-05-19
1
-0
/
+2
|
\
\
|
*
|
early return on delete and destroy methods
eileencodes
2014-05-18
1
-0
/
+2
*
|
|
Merge pull request #14126 from schuetzm/index_option_for_column
Rafael Mendonça França
2014-05-19
3
-6
/
+28
|
\
\
\
|
*
|
|
Make `:index` in migrations work with all column types
Marc Schütz
2014-05-18
3
-6
/
+28
|
|
/
/
*
|
|
Merge pull request #15160 from sgrif/sg-destructured-each
Rafael Mendonça França
2014-05-19
1
-4
/
+4
|
\
\
\
|
*
|
|
Use destructured arguments when looping through pairs
Sean Griffin
2014-05-17
1
-4
/
+4
*
|
|
|
pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.
Yves Senn
2014-05-19
6
-39
/
+51
*
|
|
|
pg, add missing nodocs for extracted modules.
Yves Senn
2014-05-19
5
-10
/
+10
*
|
|
|
Merge pull request #14962 from arunagw/aa-fix-rake-activerecord
Yves Senn
2014-05-19
1
-71
/
+74
|
\
\
\
\
|
*
|
|
|
Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]
Arun Agrawal
2014-05-16
1
-71
/
+74
*
|
|
|
|
Merge pull request #15156 from sgrif/sg-postgres-timestamps
Yves Senn
2014-05-18
1
-6
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
PostgreSQL timestamps are always datetimes
Sean Griffin
2014-05-17
1
-6
/
+3
*
|
|
|
|
Add a type object to Column constructor
Sean Griffin
2014-05-17
14
-57
/
+86
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
19
-183
/
+82
|
/
/
/
*
|
|
Merge pull request #14428 from jnormore/reset_counters_alias
Rafael Mendonça França
2014-05-17
3
-8
/
+27
|
\
\
\
|
*
|
|
Updates reset_counters to allow counter name in params
Jason Normore
2014-05-16
3
-8
/
+27
*
|
|
|
Add missing tests for column type cast behavior
Sean Griffin
2014-05-17
1
-0
/
+36
*
|
|
|
fix typo [ci skip]
Vijay Dev
2014-05-17
1
-1
/
+1
*
|
|
|
Fix typo in CHANGELOG entry for #15071
Leandro Facchinetti
2014-05-17
1
-1
/
+3
|
/
/
/
*
|
|
Add CHANGELOG entry for #15071 [ci skip]
Rafael Mendonça França
2014-05-16
1
-0
/
+8
*
|
|
Merge pull request #15071 from leafac/issues/11985
Rafael Mendonça França
2014-05-16
2
-4
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix `Relation#delete_all` inconsistency
Leandro Facchinetti
2014-05-16
2
-4
/
+18
*
|
|
Remove unecessary require
Arthur Neves
2014-05-16
1
-2
/
+0
*
|
|
Remove the assignment for real this time.
Zachary Scott
2014-05-16
1
-2
/
+2
[next]