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
/
persistence_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cause ActiveRecord::Base::reload to also ignore the QueryCache.
Shane Hender
2015-04-28
1
-0
/
+27
*
use Model.reset_column_information to clear table cache connection wide.
Kuldeep Aggarwal
2015-03-31
1
-1
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
add regression test. Closes #18400.
Yves Senn
2015-03-05
1
-0
/
+6
*
Run SQL only if attribute changed for update_attribute method
Prathamesh Sonpatki
2015-01-18
1
-0
/
+10
*
Merge pull request #11898 from prathamesh-sonpatki/patch-update
Rafael Mendonça França
2015-01-02
1
-2
/
+4
|
\
|
*
Allow ActiveRecord::Relation#update to run on result of a relation with callb...
Prathamesh Sonpatki
2014-12-20
1
-2
/
+4
*
|
Provide :touch option to save() to accommodate saving without updating timest...
Dan Olson
2014-12-27
1
-0
/
+31
|
/
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Fix mysql/mysql2 failing with FK constraint errors
Godfrey Chan
2014-07-05
1
-1
/
+1
*
After find-via-reload, the record is not new
Matthew Draper
2014-07-05
1
-0
/
+12
*
`reload` should fully reload attributes
Sean Griffin
2014-06-22
1
-0
/
+7
*
Merge pull request #15593 from sgrif/sg-attribute
Rafael Mendonça França
2014-06-13
1
-9
/
+4
|
\
|
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-9
/
+4
*
|
Update test data which doesn't reflect expected usage
Sean Griffin
2014-06-12
1
-6
/
+6
|
/
*
Merge pull request #15503 from sgrif/sg-json-hstore-storage
Yves Senn
2014-06-06
1
-2
/
+2
|
\
|
*
Bring type casting behavior of hstore/json in line with serialized
Sean Griffin
2014-06-04
1
-2
/
+2
*
|
Merge pull request #14971 from versioncontrol/#14785
Yves Senn
2014-06-06
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fix Baseclass becomes! subclass.
Edo Balvers
2014-05-13
1
-0
/
+9
*
|
docs, `instantiate` expects `String` keys. [Rafal Piekarski & Yves Senn]
Yves Senn
2014-05-20
1
-0
/
+11
|
/
*
test, persist inherited class with different table name. Refs #14971.
Yves Senn
2014-05-07
1
-0
/
+14
*
Move dup destroyed test to specific file that tests dup logic
Carlos Antonio da Silva
2014-05-02
1
-9
/
+2
*
`@destroyed` should always be set to `false` when an object is duped.
Kuldeep Aggarwal
2014-04-19
1
-0
/
+16
*
Change usec to 0 on tests that compare seconds
Arthur Neves
2014-03-12
1
-3
/
+3
*
use the new clear_validators! api everywhere to reset validators in tests
Kuldeep Aggarwal
2014-01-28
1
-2
/
+2
*
Copy changed_attributes across to newly become'd records
Jonathan del Strother
2013-12-27
1
-0
/
+14
*
Raising an error when nil or non-hash is passed to update_attributes.
wangjohn
2013-06-25
1
-4
/
+11
*
Extract AR::Persistence#becomes's test code out from base_test.rb
Takehiro Adachi
2013-05-22
1
-0
/
+13
*
Fix class and method name typos
Vipul A M
2013-05-12
1
-1
/
+1
*
Add missing require to inheritance test
Carlos Antonio da Silva
2013-04-03
1
-1
/
+1
*
Use snake case variable names, stick with the convention
Carlos Antonio da Silva
2013-03-28
1
-13
/
+13
*
Fix updates not working within after_create hooks
Aaron Pfeifer
2013-03-27
1
-0
/
+16
*
When we pass id to update_attributes it will try to set new id for that record
Dmitry Vorotilin
2013-03-22
1
-0
/
+9
*
Remove regression test added in 0268b5d8cdc3c5a1337462135f0a326a2654ba1a
Rafael Mendonça França
2013-03-07
1
-8
/
+0
*
Skip failing test and add a FIXME note
Rafael Mendonça França
2013-02-20
1
-0
/
+2
*
test for regression from a712e08ebe21f6d8653a0e6602df2e0f5d40d9ca
Aaron Patterson
2013-02-11
1
-0
/
+6
*
Change duplicated test name
Rafael Mendonça França
2013-01-03
1
-2
/
+2
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-5
/
+42
*
remove meaningless AS::FrozenObjectError
Akira Matsuda
2013-01-02
1
-3
/
+2
*
Unscope update_column(s) query to ignore default scope
Carlos Antonio da Silva
2012-12-06
1
-0
/
+16
*
Remove not used variable warnigns
Carlos Antonio da Silva
2012-12-01
1
-1
/
+1
*
AR::Base.becomes should not change the STI type
Thomas Hollstegge
2012-11-17
1
-1
/
+12
*
Enable update_column(s) for the primary key attribute.
Henrik N
2012-10-28
1
-0
/
+13
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-40
/
+0
*
Revert "Remove update_attribute."
Rafael Mendonça França
2012-08-25
1
-0
/
+40
*
Remove the deprecation of update_column.
Rafael Mendonça França
2012-07-30
1
-38
/
+17
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-3
/
+3
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-1
/
+1
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-17
/
+38
[next]