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
*
remove unused variables. Oops!
Aaron Patterson
2012-10-17
1
-2
/
+2
*
use columns hash to look up the column for the count field
Aaron Patterson
2012-10-17
1
-13
/
+6
*
Fix bug with presence validation of associations.
Scott Willson
2012-10-16
1
-0
/
+7
*
Merge pull request #7371 from csmuc/fix_dup_validation_errors
Santiago Pastorino
2012-10-16
1
-0
/
+14
|
\
|
*
Call super to nullify the reference to the original errors object in the dup'...
Christian Seiler
2012-10-16
1
-0
/
+14
*
|
ActiveRecord: sum expression returns string '0' for no records, fixed
Tim Macfarlane
2012-10-15
1
-0
/
+4
*
|
use `setup` for setting up the test
Aaron Patterson
2012-10-15
1
-5
/
+1
*
|
Fix typo in inet and cidr saving
Miguel Herranz
2012-10-14
1
-0
/
+13
*
|
#7914 get default value when type uses schema name
Arturo Pie
2012-10-13
2
-1
/
+41
*
|
learn ActiveRecord::QueryMethods#order work with hash arguments
Tima Maslyuchenko
2012-10-12
1
-0
/
+16
*
|
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
5
-29
/
+29
*
|
|
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
1
-1
/
+1
*
|
Fix reset_counters() crashing on has_many :through associations.
lulalala
2012-10-02
1
-1
/
+14
*
|
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
1
-1
/
+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
10
-1121
/
+56
|
\
\
|
*
|
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
5
-80
/
+1
|
*
|
Don't use assert_nothing_raised when assert_equal is used
Guillermo Iguaran
2012-09-16
1
-10
/
+6
[next]