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
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clear all connections before forking
Aaron Patterson
2013-08-31
1
-0
/
+3
*
Revert "Do not dup the binds when visiting the AST"
Rafael Mendonça França + Kassio Borges
2013-08-31
1
-8
/
+0
*
Revert "reconnect after the fork returns"
Rafael Mendonça França
2013-08-31
1
-2
/
+0
*
Do not dup the binds when visiting the AST
Rafael Mendonça França
2013-08-31
1
-0
/
+8
*
reconnect after the fork returns
Aaron Patterson
2013-08-30
1
-0
/
+2
*
remove unused variable
Aaron Patterson
2013-08-30
1
-1
/
+1
*
add a failing test for marshal + cache problems
Aaron Patterson
2013-08-30
1
-0
/
+26
*
chmod -x
Akira Matsuda
2013-08-12
1
-0
/
+0
*
Set field encoding to client_encoding for mysql adapter.
Koichi Sasada
2013-08-08
1
-2
/
+0
*
use `skip` so we can see what tests are not run
Aaron Patterson
2013-08-08
1
-6
/
+5
*
skip `test_unicode_column_name` for `MysqlAdapter`.
Yves Senn
2013-08-07
1
-3
/
+6
*
adding a weird test case
Aaron Patterson
2013-08-06
1
-0
/
+7
*
use latches rather than mucking with the scheduler
Aaron Patterson
2013-07-08
1
-7
/
+7
*
Remove instance level attr_readonly setting was deprecated.
kennyj
2013-06-02
1
-6
/
+0
*
Remove ActiveSupport::Benchmarkable#silence was deprecated.
kennyj
2013-06-01
1
-32
/
+0
*
Extract AR::Persistence#becomes's test code out from base_test.rb
Takehiro Adachi
2013-05-22
1
-13
/
+0
*
Extract AR::AttributeMethods#attribute_for_inspect's test code out from base_...
Takehiro Adachi
2013-05-22
1
-8
/
+0
*
Extract AR::Core#inspect and AR::Core.inspect's test code from base_test.rb
Takehiro Adachi
2013-05-22
1
-24
/
+0
*
Fix tests which started to fail due to commit 0123c39f41e2062311b2197e6e230ef...
Takehiro Adachi
2013-05-18
1
-1
/
+1
*
Extract tests code out from AR's base_test.rb to integration_test.rb
Takehiro Adachi
2013-05-02
1
-73
/
+0
*
hides the per thread registry instance, and caches singleton methods
Xavier Noria
2013-04-13
1
-2
/
+2
*
Changed the ScopeRegistry and the InstrumentationRegistry to use the
wangjohn
2013-04-09
1
-2
/
+2
*
Grouping thread locals in the ActiveRecord scopes so that the
wangjohn
2013-04-08
1
-2
/
+2
*
Remove duplicated require from AR base test
Carlos Antonio da Silva
2013-04-03
1
-1
/
+0
*
Fix typo: overriden => overriDDen
Alexander Balashov
2013-03-28
1
-1
/
+1
*
Make connection_handler overridable per thread
Sam Saffron
2013-03-27
1
-0
/
+57
*
Make Postgres point type correspond to ruby array with two floats inside
Martin Schürrer
2013-03-25
1
-2
/
+25
*
Add Error#full_message test; Fix typos
Vipul A M
2013-03-22
1
-1
/
+1
*
Commas aren't comas.
Josh Adams
2013-03-19
1
-2
/
+2
*
move tests out from base_test.rb
Takehiro Adachi
2013-03-18
1
-14
/
+0
*
Deprecate the `:distinct` option for `Relation#count`.
Yves Senn
2013-03-15
1
-1
/
+1
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-0
/
+6
*
hide more data in the schema cache
Aaron Patterson
2013-03-14
1
-2
/
+2
*
Address ActiveRecord::StatementInvalid: OCIError: ORA-00979
Yasuo Honda
2013-03-11
1
-2
/
+2
*
Merge pull request #9105 from bemurphy/cache_key_updated_on
Rafael Mendonça França
2013-03-07
1
-2
/
+20
|
\
|
*
cache_key consults updated_on timestamp if present
Brendon Murphy
2013-02-26
1
-2
/
+20
*
|
More helpful error message when instantiating an abstract class
Aaron Weiner
2013-03-03
1
-0
/
+14
|
/
*
Raising an ActiveRecordError when one tries to use .touch(name) on a new
wangjohn
2013-02-25
1
-0
/
+7
*
delete duplicated tests in AR base_test.rb
Takehiro Adachi
2013-02-19
1
-23
/
+0
*
add tests for ActiveRecord::Base#create
Takehiro Adachi
2013-02-18
1
-0
/
+8
*
Remove unnecessary begin..rescue..end, use only rescue
Akira Matsuda
2013-01-06
1
-7
/
+5
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-2
/
+2
*
Merge pull request #8682 from amatsuda/rm_as_frozen_object_error
Guillermo Iguaran
2013-01-01
1
-1
/
+0
|
\
|
*
remove meaningless AS::FrozenObjectError
Akira Matsuda
2013-01-02
1
-1
/
+0
*
|
Standardize the use of current_adapter?
Rafael Mendonça França
2013-01-01
1
-4
/
+4
|
/
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Improve test name related to cache timestamp format [ci skip]
Carlos Antonio da Silva
2012-12-11
1
-1
/
+1
*
Allow users to choose the timestamp format in the cache key
Rafael Mendonça França
2012-12-10
1
-0
/
+5
*
Make sure the tests pass in the case closer to described in #8195
Rafael Mendonça França
2012-12-10
1
-0
/
+12
*
arel columns can be used for grouping so that "weird" column names are usable
Aaron Patterson
2012-11-15
1
-0
/
+6
[prev]
[next]