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
/
helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
port some mocha to minitest/mock
Aaron Patterson
2012-05-18
1
-0
/
+1
*
Rename some variables
Alexey Muranov
2012-05-09
1
-2
/
+2
*
fix tests for SQLite3Adapter
Andrey Deryabin
2012-04-27
1
-1
/
+1
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-3
/
+0
*
Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires...
Jeremy Kemper
2012-02-05
1
-31
/
+0
*
fix a typo [ci skip]
Vijay Dev
2012-02-01
1
-1
/
+1
*
Remove deprecation warnings from tests
Rafael Mendonça França
2012-01-31
1
-0
/
+3
*
Moving AR::TestCase in to the AR tests directory
Aaron Patterson
2012-01-24
1
-1
/
+1
*
require test/unit and sort test order
Aaron Patterson
2012-01-06
1
-1
/
+1
*
Revert "Regexp.union seems to have different results in 1.8"
Carlos Antonio da Silva
2012-01-06
1
-3
/
+3
*
do not require a file that is not used
Aaron Patterson
2012-01-05
1
-0
/
+1
*
remove more uses of deprecated logger methods
Aaron Patterson
2011-12-19
1
-1
/
+5
*
Regexp.union seems to have different results in 1.8
Aaron Patterson
2011-12-08
1
-3
/
+3
*
moving ignored regexp to the instance
Aaron Patterson
2011-12-07
1
-6
/
+8
*
speeding up ignored sql testing
Aaron Patterson
2011-12-07
1
-1
/
+4
*
If we're going to use a global variable, let's at least namespace it
Jon Leighton
2011-06-12
1
-4
/
+4
*
Refactor tests to be less brittle
Jon Leighton
2011-06-12
1
-3
/
+4
*
Move BEGIN and COMMIT into IGNORED_SQL rather than having them as a special c...
Jon Leighton
2011-06-12
1
-1
/
+1
*
Print out information about whether the identity map is on or off when runnin...
Jon Leighton
2011-06-09
1
-5
/
+6
*
do not muck with the load path, that is the test task responsibility
Aaron Patterson
2011-06-06
1
-6
/
+0
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-8
/
+10
*
Disable IdentityMap by default for ActiveRecord testing
Akira Matsuda
2011-05-28
1
-2
/
+2
*
Namespace Fixtures in ActiveRecord
Jason Noble
2011-05-07
1
-1
/
+1
*
Run tests without IdentityMap when IM=false is given.
Emilio Tagua
2011-02-15
1
-1
/
+1
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-35
/
+34
|
\
|
*
refactor fixtures to do less work in the constructor
Aaron Patterson
2011-02-11
1
-1
/
+1
|
*
ignore max identifier length queries from pg
Aaron Patterson
2011-02-08
1
-1
/
+1
|
*
we do not use this method, so delete
Aaron Patterson
2011-02-07
1
-12
/
+0
|
*
update ignored SQL for oracle
Aaron Patterson
2011-02-07
1
-1
/
+1
|
*
removing some freedom patches. use notification system to count sql queries
Aaron Patterson
2011-02-07
1
-17
/
+18
|
*
adjust query counts to be consistent across databases, make sure database log...
Aaron Patterson
2011-02-04
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
-0
/
+4
|
*
Enable the sqlite3 in-memory test connection to work
Jon Leighton
2011-01-11
1
-5
/
+11
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-5
/
+0
|
\
|
|
*
do not require ruby-debug automatically. please require it if you have decla...
Aaron Patterson
2010-11-19
1
-5
/
+0
*
|
Set Identity Map disabled by default. Enable it for testing.
Emilio Tagua
2010-11-19
1
-0
/
+3
*
|
IdentityMap - misc fixes
Marcin Raczkowski
2010-11-19
1
-1
/
+8
|
/
*
converted exec to exec_query for sqlite
Aaron Patterson
2010-11-05
1
-3
/
+3
*
ignoring certain SQL when using Oracle
Aaron Patterson
2010-11-03
1
-0
/
+4
*
exec returns an AR::Result
Aaron Patterson
2010-10-26
1
-0
/
+8
*
fixing tests. woo
Aaron Patterson
2010-09-21
1
-4
/
+7
*
providing arel with column information when possible [#5392 state:resolved]
Aaron Patterson
2010-09-21
1
-0
/
+9
*
Move helper methods to helper.rb. Make test not depend on local TZ to pass or...
Emilio Tagua
2010-09-21
1
-0
/
+14
*
Implemented ActiveRecord::Migrations#copy based on James Adam's idea
Piotr Sarnacki
2010-09-03
1
-0
/
+18
*
restricts a test to < 1.9, and rewrites it using a proper expectation
Xavier Noria
2010-03-13
1
-0
/
+1
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-0
/
+1
*
activerecord test load paths
Joshua Peek
2010-02-28
1
-0
/
+3
*
Revert "Fix test load paths for those not using bundler"
Carlhuda
2010-02-23
1
-4
/
+1
*
Fix test load paths for those not using bundler
Joshua Peek
2010-02-15
1
-1
/
+4
*
Get rails tests running on bundler 0.9
Carl Lerche
2010-01-31
1
-8
/
+1
[next]