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
*
Mute psql output when running rake db:schema:load
Godfrey Chan
2013-04-30
1
-1
/
+1
*
Fix #8856 Ensure has_one association=(associate) triggers save.
Chris Thompson
2013-04-30
1
-0
/
+16
*
Abort a rake task when missing db/structure.sql like `db:schema:load` task.
kennyj
2013-05-01
1
-0
/
+7
*
Delegate #unscope query method
Carlos Antonio da Silva
2013-04-28
1
-0
/
+10
*
Merge pull request #10368 from demands/fix-typo
Guillermo Iguaran
2013-04-28
1
-1
/
+1
|
\
|
*
Fix typo in serialized_attribute_test. [ci skip]
Max Edmands
2013-04-28
1
-1
/
+1
*
|
fixes a test, and explains why AR::AttributeMethods checks defined?(@attribut...
Xavier Noria
2013-04-28
1
-5
/
+2
|
/
*
adding test for the symbol refs
Aaron Patterson
2013-04-26
1
-0
/
+7
*
Move method used only in the test to the test code itself
Ivan Kataitsev
2013-04-25
1
-0
/
+9
*
Added testcase for #10067 and a CHANGELOG entry about this change.
kennyj
2013-04-25
1
-0
/
+14
*
Removed unused associations
Andrew White
2013-04-24
1
-2
/
+0
*
Reset the primary key for other tests
Andrew White
2013-04-24
1
-0
/
+2
*
added test cases for #10197
Adam Gamble
2013-04-24
1
-0
/
+56
*
Revert "Revert "`belongs_to :touch` behavior now touches old association when...
Andrew White
2013-04-24
1
-0
/
+46
*
Remove test case also related to the belongs_to touch feature
David Heinemeier Hansson
2013-04-23
1
-20
/
+0
*
Revert "`belongs_to :touch` behavior now touches old association when transit...
David Heinemeier Hansson
2013-04-23
1
-26
/
+0
*
When empty options passed to having clause having_values was [nil] but should...
Fyodor
2013-04-23
1
-0
/
+8
*
Merge pull request #10295 from senny/10237_dirty_with_nullable_datetime
Carlos Antonio da Silva
2013-04-22
1
-3
/
+5
|
\
|
*
also assign nil in dirty nullable_datetime test. #10237
Yves Senn
2013-04-22
1
-3
/
+5
*
|
Update counter cache when pushing into association
Matthew Robertson
2013-04-21
1
-0
/
+9
|
/
*
if singletons belong to the contract, test them
Xavier Noria
2013-04-20
1
-1
/
+4
*
fix respond_to? for non selected column
Neeraj Singh
2013-04-19
1
-0
/
+5
*
Revert "Merge pull request #10183 from jholton/fix_association_auto_save"
Jon Leighton
2013-04-19
1
-14
/
+0
*
destroys association records before saving/inserting new association records
Johnny Holton
2013-04-19
1
-0
/
+14
*
Merge pull request #10264 from cconstantine/master
Rafael Mendonça França
2013-04-19
1
-0
/
+6
|
\
|
*
Fix loading of fixtures when the column type is a postgres array of strings.
Chris Constantine
2013-04-18
1
-0
/
+6
*
|
Improve the error message
Rafael Mendonça França
2013-04-19
1
-1
/
+1
*
|
Merge pull request #10217 from mirasrael/make-migrator-run-transactional-4.0
Rafael Mendonça França
2013-04-19
1
-0
/
+26
|
\
\
|
*
|
Support transactions in Migrator.run
bondarev
2013-04-18
1
-0
/
+26
*
|
|
Merge pull request #10200 from calebthompson/ct-fix-freeze-freezing-cloned-mo...
Jon Leighton
2013-04-19
1
-0
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix freeze applying to cloned objects
Caleb Thompson
2013-04-15
1
-0
/
+7
*
|
|
Revert "Merge pull request #10043 from cconstantine/master"
Rafael Mendonça França
2013-04-18
1
-6
/
+0
*
|
|
Merge pull request #10043 from cconstantine/master
Rafael Mendonça França
2013-04-18
1
-0
/
+6
|
\
\
\
|
*
|
|
Fix loading of string arrays in postgres
Chris Constantine
2013-04-08
1
-0
/
+6
*
|
|
|
let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria]
Xavier Noria
2013-04-16
2
-37
/
+29
*
|
|
|
Fix #7619. 0x prefix must be added when assigning hexadecimal string into bit...
kennyj
2013-04-17
1
-1
/
+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
[next]