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
...
|
*
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
*
Autoload AR test case
Joshua Peek
2010-01-04
1
-2
/
+0
*
Don't publicize with_scope for tests since it may shadow public misuse
Jeremy Kemper
2009-12-28
1
-5
/
+0
*
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...
José Valim
2009-12-23
1
-1
/
+2
*
Fully expand relative rails framework paths and make sure we aren't
Joshua Peek
2009-12-16
1
-4
/
+2
*
Avoid adding component lib/ to load path multiple times
Joshua Peek
2009-11-09
1
-1
/
+3
*
Have all the tests running off a single Gemfile
Yehuda Katz + Carl Lerche
2009-10-20
1
-7
/
+6
*
Use bundled env for tests only
Jeremy Kemper
2009-10-19
1
-1
/
+7
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-2
/
+0
*
Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...
Yehuda Katz + Carl Lerche
2009-07-01
1
-2
/
+0
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
1
-0
/
+23
|
\
|
*
replace the aaa_create_tables_test hack with loading test database schema in ...
Mislav Marohnić
2009-05-17
1
-0
/
+18
|
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+5
*
|
Make Active Model test suite similar to Active Record
Pratik Naik
2009-03-20
1
-1
/
+1
|
/
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-9
/
+4
*
Fix has_and_belongs_to_many_associations tests. #1738
Pratik Naik
2009-01-18
1
-1
/
+1
*
Merge branch 'master' into savepoints
Jeremy Kemper
2009-01-10
1
-0
/
+5
|
\
|
*
Add a repair_helper to repair changes to the validations inside validations_t...
Murray Steele
2008-12-19
1
-0
/
+4
|
*
Require mocha >= 0.9.3, older versions don't work anymore [#1579 state:resolved]
Hongli Lai (Phusion)
2008-12-15
1
-0
/
+1
*
|
Merge commit 'origin/master' into savepoints
Hongli Lai (Phusion)
2008-12-03
1
-11
/
+18
|
\
|
|
*
Add create_fixtures method for tests
Jeremy Kemper
2008-11-15
1
-0
/
+4
|
*
Set up fixtures for AR tests
Jeremy Kemper
2008-11-15
1
-0
/
+8
|
*
Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.
Jeremy Kemper
2008-11-07
1
-11
/
+6
*
|
Fix assert_queries failures by ignoring savepoint sql.
Jonathan Viney
2008-11-03
1
-1
/
+1
|
/
*
stop AR's debug.log filling with warnings about not being able to load fixtur...
Frederick Cheung
2008-09-14
1
-0
/
+14
*
ensure tests load sibling Active Support instead of a gem
Jeremy Kemper
2008-08-25
1
-0
/
+1
*
Add assert_sql helper method to check for specific SQL output in Active Recor...
Gabe da Silveira
2008-07-14
1
-5
/
+5
[prev]
[next]