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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Revert "Key the attributes hash with symbols"
Jon Leighton
2012-10-12
1
-2
/
+2
*
|
Cleanup trailing whitespaces
dfens
2012-10-12
5
-5
/
+5
*
|
Merge pull request #7887 from senny/remove_unused_requires_in_ar_tests
Vijay Dev
2012-10-10
4
-4
/
+0
|
\
\
|
*
|
remove duplicated require statements in AR test cases
Yves Senn
2012-10-09
4
-4
/
+0
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-10-11
2
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gradually moving documentation to new hash syntax
AvnerCohen
2012-10-10
2
-2
/
+2
*
|
|
Merge pull request #7859 from ernie/fix-collection-associations-with-select
Aaron Patterson
2012-10-09
1
-0
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix has_many assocation w/select load after create
Ernie Miller
2012-10-05
1
-0
/
+8
|
*
|
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
3
-4
/
+4
|
*
|
Use flat_map { } instead of map {}.flatten
Santiago Pastorino
2012-10-05
3
-4
/
+4
*
|
|
Move/rename files to follow naming conventions
Alexey Muranov
2012-10-07
1
-0
/
+0
*
|
|
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
8
-37
/
+37
*
|
|
Remove unneeded require
Rafael Mendonça França
2012-10-06
1
-1
/
+0
*
|
|
Move multiparameter attributes related tests to its own file
Rafael Mendonça França
2012-10-06
2
-337
/
+351
*
|
|
PostgreSQL, quote table names when fetching the primary key. Closes #5920
Yves Senn
2012-10-05
1
-0
/
+4
|
/
/
*
|
Count returns 0 without querying if parent is not saved
Francesco Rodriguez
2012-10-03
3
-0
/
+18
*
|
fix warning: method redefined
kennyj
2012-10-02
2
-2
/
+2
*
|
Fix reset_counters() crashing on has_many :through associations.
lulalala
2012-10-02
3
-2
/
+16
*
|
Change query pattern case insensitive
Yasuo Honda
2012-09-29
1
-1
/
+1
|
/
*
Add an explicit test for hot compatibility
Jon Leighton
2012-09-28
1
-0
/
+54
*
Support for partial inserts.
Jon Leighton
2012-09-28
1
-0
/
+25
*
Fix destructive side effects from marshaling an association caused by 65843e1...
Jeremy Kemper
2012-09-25
1
-2
/
+5
*
Skip tests for non-supported isolation levels
Yasuo Honda
2012-09-26
1
-2
/
+6
*
Skip tests for non-supported isolation levels with Oracle
Yasuo Honda
2012-09-25
1
-0
/
+2
*
Fix collisions with before and after validation callbacks.
John Foley
2012-09-23
1
-0
/
+49
*
Fix test_find_in_batches_should_use_any_column_as_primary_key
Santiago Pastorino
2012-09-22
1
-11
/
+8
*
start could be a string
Santiago Pastorino
2012-09-21
1
-2
/
+2
*
Revert "Fix find_in_batches with customized primary_key"
Santiago Pastorino
2012-09-21
2
-6
/
+5
*
Style: remove hash noise
Jeremy Kemper
2012-09-21
1
-10
/
+10
*
Correct default charset/collation for mysql dbs
Jeremy Kemper
2012-09-21
1
-9
/
+21
*
Make the serializable test much looser
Jon Leighton
2012-09-21
1
-18
/
+5
*
Support for specifying transaction isolation level
Jon Leighton
2012-09-21
1
-0
/
+121
*
Merge pull request #5248 from jcoleman/should-unset-association-when-an-exist...
Jon Leighton
2012-09-21
1
-0
/
+16
|
\
|
*
Unset association when existing record is destroyed.
James Coleman
2012-03-02
1
-0
/
+16
*
|
Get rid of global variable in AR transactions test
Carlos Antonio da Silva
2012-09-20
1
-7
/
+7
*
|
rename AR::Model::Tag to AR::Tag - fixes #7714
Francesco Rodriguez
2012-09-20
1
-2
/
+2
*
|
fix querying with an empty hash
Damien Mathieu
2012-09-19
1
-1
/
+10
*
|
Merge pull request #7251 from rails/integrate-strong_parameters
David Heinemeier Hansson
2012-09-18
16
-1144
/
+59
|
\
\
|
*
|
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
6
-83
/
+4
|
*
|
Don't use assert_nothing_raised when assert_equal is used
Guillermo Iguaran
2012-09-16
1
-10
/
+6
|
*
|
Rename ForbiddenAttributes exception to ForbiddenAttributesError
Guillermo Iguaran
2012-09-16
1
-1
/
+1
|
*
|
Add tests for ForbiddenAttributesProtection in ActiveRecord
Guillermo Iguaran
2012-09-16
1
-0
/
+63
|
*
|
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
13
-1071
/
+6
*
|
|
Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmt
Rafael Mendonça França
2012-09-17
1
-0
/
+5
|
\
\
\
|
*
|
|
Fix collection= on hm:t join models when unsaved
Ernie Miller
2012-09-17
1
-0
/
+5
*
|
|
|
Fix warning: method redefine. Testcase name are duplicated.
kennyj
2012-09-17
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #7547 from danmcclain/pg-arrays
Rafael Mendonça França
2012-09-16
3
-9
/
+115
|
\
\
\
|
*
|
|
Moves column dump specific code to a module included in AbstractAdapter
Dan McClain
2012-09-14
3
-9
/
+115
*
|
|
|
Merge pull request #7651 from steveklabnik/issue_3956
Rafael Mendonça França
2012-09-16
1
-1
/
+31
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Don't preserve SELECT columns on COUNT
Steve Klabnik
2012-09-16
1
-1
/
+31
[prev]
[next]