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
/
locking_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the test that was broken by #16445 rather than deleting it
Sean Griffin
2015-07-19
1
-0
/
+12
*
Fix counter_cache for polymorphic associations
Stefan Kanev
2015-07-19
1
-12
/
+0
*
Raise StaleObjectError if touched object is stale and locking is enabled
Mehmet Emin İNAÇ
2015-04-19
1
-0
/
+10
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-3
/
+3
*
Properly persist `lock_version` as 0 if the DB has no default
Sean Griffin
2015-01-09
1
-2
/
+4
*
Go through normal `update_all` logic when updating lock columns
Sean Griffin
2014-12-26
1
-2
/
+0
*
Dynamically modified schema and association would not be correctly reset
Akira Matsuda
2014-09-06
1
-16
/
+9
*
Reset schema properly after schema changing test
Akira Matsuda
2014-08-28
1
-0
/
+2
*
Don't mess with `column_defaults` when optimistic locking is enabled
Sean Griffin
2014-06-17
1
-0
/
+7
*
Remove deprecated method ActiveRecord::Base.quoted_locking_column
Akshay Vishnoi
2014-06-10
1
-4
/
+0
*
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-3
/
+1
*
Correctly send the string given to lock! and reload(:lock) to the lock scope ...
Mauricio Linhares
2014-01-29
1
-0
/
+11
*
Deprecate unused quoted_locking_column method.
kennyj
2013-09-24
1
-0
/
+4
*
Tidy up the "Specified column type for quote_value" changes
Ben Woosley
2013-07-22
1
-1
/
+0
*
Specified column type for quote_value
Alfred Wong
2013-07-22
1
-0
/
+13
*
Reset @column_defaults when assigning .
kennyj
2013-07-14
1
-0
/
+1
*
Do not invoke callbacks when delete_all is called
Neeraj Singh
2013-06-30
1
-0
/
+1
*
indentation
Aaron Patterson
2013-06-11
1
-1
/
+1
*
Fix ActiveRecord locking column defaults not getting persisted
Aaron Pfeifer
2013-03-18
1
-0
/
+8
*
remove ancient TODOs [ci skip].
Yves Senn
2013-03-18
1
-3
/
+0
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
Use a model without counter cache to test read-only attributes
Rafael Mendonça França
2012-08-21
1
-9
/
+10
*
removed deprecation warnings
Andrey Deryabin
2012-04-28
1
-2
/
+2
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-1
/
+1
*
remove tests for #with_scope (it's now deprecated)
Jon Leighton
2012-04-25
1
-11
/
+0
*
fix test
Jon Leighton
2012-03-30
1
-1
/
+2
*
whitespace :scissors:
Jon Leighton
2012-03-30
1
-4
/
+3
*
Tests for removing a HABTM association when optimistic locking is enabled.
Nick Rogers
2012-03-07
1
-1
/
+11
*
Add ActiveRecord::Base#with_lock
Olek Janiszewski
2012-01-18
1
-0
/
+20
*
removed unnecessary +1 from assert_difference because default difference is 1
Karunakar (Ruby)
2012-01-05
1
-1
/
+1
*
refactored tests -- assert_diffrence instead of checking directly with count
Karunakar (Ruby)
2012-01-04
1
-4
/
+7
*
Merge branch 'master' of git://github.com/rails/rails
Dmitry Polushkin
2011-12-31
1
-15
/
+24
|
\
|
*
remove deprecated set and original methods for table_name, primary_key, etc
Sergey Nartimov
2011-12-21
1
-42
/
+0
|
*
Removed test which works only < 1.9
Arun Agrawal
2011-12-21
1
-10
/
+0
|
*
Fix up test altering global state that was causing me grief
Jon Leighton
2011-12-01
1
-2
/
+4
|
*
Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`
Jon Leighton
2011-11-29
1
-1
/
+3
|
*
Deprecate set_locking_column in favour of self.locking_column=
Jon Leighton
2011-11-29
1
-1
/
+41
|
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-1
/
+1
|
*
Includes stale record in StaleObjectError
Christian Bäuerlein
2011-10-14
1
-1
/
+18
*
|
Test polymorphic record with optimistic locking and counter cache should be d...
Dmitry Polushkin
2011-09-09
1
-0
/
+12
|
/
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Don't quote ID's as Arel will quote them -- follow same conventions as the de...
Christopher Meiklejohn
2011-05-08
1
-1
/
+35
*
The optimistic lock column should be increased when calling touch
Franck Verrot
2011-02-09
1
-0
/
+8
*
this test requires the job model, so we should require it
Aaron Patterson
2011-02-08
1
-0
/
+1
*
fixing bug where 1.8 hangs while running pg tests
Aaron Patterson
2011-01-18
1
-1
/
+1
*
In a number of places in the tests, we only need to turn off transactional fi...
Jon Leighton
2011-01-11
1
-25
/
+29
*
Enable the sqlite3 in-memory test connection to work
Jon Leighton
2011-01-11
1
-2
/
+2
*
Don't depend on rubygems loading thread (for Mutex)
raggi
2010-11-25
1
-0
/
+1
*
clear any stale connections before messing with threaded tests
Aaron Patterson
2010-10-13
1
-0
/
+1
[next]