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
/
test
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix freeze applying to cloned objects
Caleb Thompson
2013-04-15
1
-0
/
+7
*
Revert "fixing bit string test"
kennyj
2013-04-16
1
-3
/
+3
*
fix for the bytea/binary nil value bug
Matt Aimonetti
2013-04-14
1
-1
/
+1
*
added a test suite for the postgres binary type
Matt Aimonetti
2013-04-14
1
-0
/
+87
*
hides the per thread registry instance, and caches singleton methods
Xavier Noria
2013-04-13
1
-2
/
+2
*
Merge pull request #10177 from yahonda/test_relation_merging_with_merged_join...
Carlos Antonio da Silva
2013-04-11
1
-1
/
+1
|
\
|
*
Address ORA-00979: not a GROUP BY expression error
Yasuo Honda
2013-04-11
1
-1
/
+1
*
|
cleanup statement cache test
Vipul A M
2013-04-11
1
-4
/
+4
|
/
*
Merge pull request #10152 from Noemj/statement_cache
Rafael Mendonça França
2013-04-10
1
-0
/
+64
|
\
|
*
Added statement cache
Noemj
2013-04-10
1
-0
/
+64
*
|
Revert "Merge pull request #6226 from gnufied/master"
Rafael Mendonça França
2013-04-10
1
-32
/
+0
*
|
While merging relations preserve context for joins
Jared Armstrong and Neeraj Singh
2013-04-10
1
-1
/
+10
*
|
Changed the ScopeRegistry and the InstrumentationRegistry to use the
wangjohn
2013-04-09
1
-2
/
+2
*
|
Grouping thread locals in the ActiveRecord scopes so that the
wangjohn
2013-04-08
1
-2
/
+2
*
|
each to each_value; remove unused vars
Vipul A M
2013-04-07
1
-2
/
+2
*
|
Removed space and unused class
Anupam Choudhury
2013-04-06
2
-2
/
+1
*
|
Removed unnecessary class
Anupam Choudhury
2013-04-06
1
-1
/
+0
*
|
Merge pull request #10098 from subwindow/postgres_dump_bigint_default
Rafael Mendonça França
2013-04-05
1
-0
/
+5
|
\
\
|
*
|
Correctly parse bigint defaults in PostgreSQL
Erik Peterson
2013-04-05
1
-0
/
+5
*
|
|
Merge pull request #9996 from mikz/master
Jon Leighton
2013-04-05
1
-0
/
+16
|
\
\
\
|
*
|
|
fix inverse_of association in block of new child
Michal Cichra
2013-04-01
1
-0
/
+16
*
|
|
|
Fix scope chaining + STI
Jon Leighton
2013-04-05
1
-1
/
+1
*
|
|
|
failing test for #9869
Neeraj Singh
2013-04-05
1
-0
/
+5
*
|
|
|
Improve `belongs_to touch: true` timestamp test
Andrew White
2013-04-05
1
-7
/
+21
|
|
/
/
|
/
|
|
*
|
|
Use inspect when writing the foreign key from the reflection
Andrew White
2013-04-05
1
-0
/
+6
*
|
|
has_many through obeys order on through association
Neeraj Singh
2013-04-04
2
-2
/
+8
*
|
|
Remove duplicated require from AR base test
Carlos Antonio da Silva
2013-04-03
1
-1
/
+0
*
|
|
Add missing require to inheritance test
Carlos Antonio da Silva
2013-04-03
1
-1
/
+1
*
|
|
Merge pull request #9141 from adamgamble/issue-9091
David Heinemeier Hansson
2013-04-03
1
-0
/
+26
|
\
\
\
|
*
|
|
Modifies belong_to touch callback to touch old associations also #9091
Adam Gamble
2013-03-14
1
-10
/
+2
|
*
|
|
+ Add test for auto timestamps update of both old & new parent records
PikachuEXE
2013-03-14
1
-0
/
+34
*
|
|
|
Per #9999 revert the revert changing so columns are only tested for empty? as...
Sam
2013-04-03
1
-11
/
+25
*
|
|
|
Merge pull request #9975 from mmangino/raise_when_attributes_cant_be_unserial...
Aaron Patterson
2013-04-02
1
-2
/
+12
|
\
\
\
\
|
*
|
|
|
Remove all error masking when decoding serialized data fails?
Mike Mangino
2013-04-02
1
-2
/
+4
|
*
|
|
|
Raise an exception when unserialization fails due to a missing class
Mike Mangino
2013-03-28
1
-0
/
+8
*
|
|
|
|
Show deprecated messages only when target database adapters defined
Yasuo Honda
2013-04-03
3
-3
/
+3
*
|
|
|
|
Fix tiny problem: change method order for consistency and fix wrong method name.
kennyj
2013-04-03
1
-1
/
+1
*
|
|
|
|
Suppress deprecation messages for deprecated database tasks, when executing r...
kennyj
2013-04-03
3
-0
/
+21
*
|
|
|
|
Extract Oracle database tasks.
kennyj
2013-04-03
1
-0
/
+86
*
|
|
|
|
Extract Sqlserver database tasks.
kennyj
2013-04-03
1
-0
/
+80
*
|
|
|
|
Extract Firebird database tasks.
kennyj
2013-04-03
1
-0
/
+93
*
|
|
|
|
Merge pull request #10048 from senny/replace_merge_with_relation_calls_in_cou...
Rafael Mendonça França
2013-04-02
1
-17
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
replace #merge with relation API calls in calculations_test.
Yves Senn
2013-04-02
1
-17
/
+13
*
|
|
|
|
|
Fix #new with an STI object with complex inheritance
Nate Berkopec
2013-04-02
1
-0
/
+4
|
/
/
/
/
/
*
|
|
|
|
Updated the error message for +find+ on an inverse_of association
wangjohn
2013-04-01
1
-2
/
+0
*
|
|
|
|
Throwing a RecordNotFound exception when a record is scanned using the
wangjohn
2013-04-01
1
-0
/
+18
*
|
|
|
|
fix detect column type of enum
masarakki
2013-04-01
2
-2
/
+2
*
|
|
|
|
Fix indent and change "or" usage to "||" in schema dumper tests
Carlos Antonio da Silva
2013-03-30
1
-5
/
+5
*
|
|
|
|
split relation_scoping_test.rb's default scoping tests into another file
Takehiro Adachi
2013-03-30
2
-357
/
+360
*
|
|
|
|
rename named_scope_test.rb to a proper file name
Takehiro Adachi
2013-03-30
1
-1
/
+1
[next]