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
/
lib
/
active_record
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Just ignore all PRAGMA queries
Akira Matsuda
2013-01-22
1
-1
/
+1
*
Ignore schema queries on SQLite 3 as well
Akira Matsuda
2013-01-22
1
-1
/
+2
*
Ignore "SHOW search_path" when counting PostgreSQL queries
Akira Matsuda
2013-01-22
1
-1
/
+1
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Fix fragile #assert_queries implementation and usages.
Steve Jorgensen
2012-06-09
1
-19
/
+31
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-10
/
+0
*
Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires...
Jeremy Kemper
2012-02-05
1
-1
/
+61
*
deprecated AR::TestCase in favor of AS::TestCase
Aaron Patterson
2012-01-24
1
-0
/
+4
*
Moving AR::TestCase in to the AR tests directory
Aaron Patterson
2012-01-24
1
-31
/
+0
*
Revert "active record base class test case should not be public"
Santiago Pastorino
2012-01-05
1
-0
/
+61
*
active record base class test case should not be public
Aaron Patterson
2012-01-04
1
-53
/
+0
*
remove ruby 1.8 stuff skip hack from AR
Vishnu Atrai
2011-12-23
1
-7
/
+0
*
'with_kcode' removed.
Arun Agrawal
2011-12-21
1
-13
/
+0
*
Make assert_no_queries literally enforce that there are no queries. As in, no...
Jon Leighton
2011-06-12
1
-0
/
+4
*
If we're going to use a global variable, let's at least namespace it
Jon Leighton
2011-06-12
1
-6
/
+6
*
Move BEGIN and COMMIT into IGNORED_SQL rather than having them as a special c...
Jon Leighton
2011-06-12
1
-1
/
+0
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
backport skip to the AR base class
Aaron Patterson
2011-05-13
1
-0
/
+7
*
removing limits and offsets from COUNT queries unless both are specified. [#6...
Aaron Patterson
2011-02-25
1
-0
/
+1
*
identity_map name is used for configuration, use IdentityMap to access it.
Emilio Tagua
2010-11-19
1
-1
/
+1
*
Test setup method should clean up IM.
Emilio Tagua
2010-11-19
1
-0
/
+4
*
Use just one repository and keep it in the current thread.
Emilio Tagua
2010-11-19
1
-1
/
+0
*
IdentityMap - Tests for IM
Marcin Raczkowski
2010-11-19
1
-0
/
+7
*
Update the ActiveRecord tests to not set unused options
Carl Lerche
2010-10-13
1
-15
/
+0
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-1
/
+1
*
Adds title and proper formatting to docs.
Rizwan Reza
2010-06-16
1
-0
/
+3
*
Autoload AS test case
Joshua Peek
2010-01-04
1
-2
/
+0
*
Show executed queries when assert_sql assertion fails [#2573 state:resolved]
Emilio Tagua
2009-04-28
1
-1
/
+1
*
DRY with_kcode in Active Record tests
Pratik Naik
2009-03-07
1
-0
/
+13
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+1
*
Remove SQL Server cases from tests for latest adapter work to pass rails expe...
Ken Collins
2008-11-19
1
-4
/
+2
*
Remove superfluous require
Jeremy Kemper
2008-11-13
1
-1
/
+0
*
Move fixtures settings from AR::TestCase to railties test_help
Jeremy Kemper
2008-11-12
1
-11
/
+1
*
Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.
Jeremy Kemper
2008-11-07
1
-0
/
+3
*
Default connection allow_concurrency to false (for PostgreSQL)
Nick Sieger
2008-09-04
1
-0
/
+15
*
Print the queries that were executed if assert_queries fails
Tarmo Tänav
2008-08-26
1
-1
/
+1
*
Add assert_sql helper method to check for specific SQL output in Active Recor...
Gabe da Silveira
2008-07-14
1
-2
/
+13
*
Add options missing from earlier changeset
Michael Koziarski
2008-01-22
1
-2
/
+3
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-0
/
+35