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
...
*
|
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
*
|
|
|
Don't explain except normal CRUD sql.
kennyj
2012-09-17
1
-0
/
+7
*
|
|
|
Fix find_in_batches with customized primary_key
Toshiyuki Kawanishi
2012-09-16
2
-0
/
+16
*
|
|
|
Merge pull request #7643 from steveklabnik/deprecate_silence
Rafael Mendonça França
2012-09-15
1
-12
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Deprecate ActiveSupport::Benchmarkable#silence.
Steve Klabnik
2012-09-15
1
-12
/
+18
|
|
/
/
*
|
|
Fix test
Jon Leighton
2012-09-15
1
-2
/
+2
*
|
|
Ensure disconnecting or reconnecting resets the transaction state
Jon Leighton
2012-09-15
2
-0
/
+36
*
|
|
Remove our use of #outside_transaction?
Jon Leighton
2012-09-15
1
-29
/
+3
*
|
|
Remove the transaction_open variable
Jon Leighton
2012-09-15
1
-0
/
+5
*
|
|
Move transaction joinability into the transaction object
Jon Leighton
2012-09-15
1
-0
/
+9
*
|
|
Start to tease out transaction handling into a state machine
Jon Leighton
2012-09-15
2
-2
/
+3
|
/
/
*
|
refactor store_accessor
Matt Jones
2012-09-13
2
-2
/
+22
*
|
Fix nested association references
Jon Leighton
2012-09-12
2
-38
/
+32
*
|
Merge pull request #7273 from beerlington/foreign_key_model_queries
Jon Leighton
2012-09-12
3
-1
/
+73
|
\
\
|
*
|
Accept belongs_to assoc. keys in ActiveRecord queries
beerlington
2012-09-11
3
-1
/
+73
*
|
|
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-09-11
1
-2
/
+0
*
|
|
Merge pull request #7601 from jrochkind/connection_pool_unify_exceptions
Aaron Patterson
2012-09-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ConnectionPool, unify exceptions, ConnectionTimeoutError
Jonathan Rochkind
2012-09-11
1
-1
/
+1
*
|
|
Use configuration['encoding'], because database configuration use not charset...
kennyj
2012-09-12
1
-2
/
+2
*
|
|
Use native mysqldump command for 'rake db:structure:dump'.
kennyj
2012-09-12
1
-15
/
+2
|
/
/
*
|
Fix annoy warning, when executing testcase.
kennyj
2012-09-11
2
-0
/
+13
[prev]
[next]