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
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move types to the top level `ActiveRecord` namespace
Sean Griffin
2014-05-27
1
-142
/
+0
*
Add test case for clear mappings
Akshay Vishnoi
2014-05-28
1
-0
/
+10
*
Remove special case in schema dumper for decimal without scale
Sean Griffin
2014-05-23
1
-6
/
+10
*
Allow additional arguments to be used during type map lookups
Sean Griffin
2014-05-22
1
-0
/
+17
*
Use the generic type map object for mysql field lookups
Sean Griffin
2014-05-20
1
-0
/
+13
*
Remove :timestamp column type
Sean Griffin
2014-05-19
2
-7
/
+4
*
Delegate `Column#type` to the injected type object
Sean Griffin
2014-05-19
3
-0
/
+263
*
Rearrange deck chairs on the titanic. Organize connection handling test cases.
Jeremy Kemper
2014-04-21
4
-249
/
+246
*
Drop in @jeremy's new database.yml template text
Matthew Draper
2014-04-09
1
-0
/
+8
*
Don't deprecate after all
Matthew Draper
2014-04-09
1
-11
/
+9
*
Less ambition, more deprecation
Matthew Draper
2014-04-09
1
-59
/
+11
*
Ensure we correctly and immediately load all ENV entries
Matthew Draper
2014-04-08
1
-0
/
+21
*
Give a deprecation message even when the lookup fails
Matthew Draper
2014-04-08
1
-2
/
+4
*
Test DATABASE_URL has precendance over DATABASE_URL_#{environment}
Rafael Mendonça França
2014-04-08
1
-0
/
+9
*
Make sure DEFAULT_URL only override current environment database
Rafael Mendonça França
2014-04-08
1
-9
/
+29
*
Only apply DATABASE_URL for Rails.env
Matthew Draper
2014-04-08
1
-17
/
+26
*
Avoid a spurious deprecation warning for database URLs
Matthew Draper
2014-04-03
1
-0
/
+48
*
Reap connections based on owning-thread death
Matthew Draper
2014-03-18
1
-6
/
+0
*
Merge pull request #14380 from tgxworld/use_teardown_helper_method_in_activer...
Yves Senn
2014-03-15
1
-1
/
+1
|
\
|
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
|
Allow custom JDBC urls
schneems
2014-03-14
1
-0
/
+6
|
/
*
Handle missing environment from non empty config
schneems
2014-02-21
1
-15
/
+8
*
Restore DATABASE_URL even if it's nil in connection_handler test
Prathamesh Sonpatki
2014-01-10
1
-1
/
+1
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-0
/
+127
*
Move method used only in the test to the test code itself
Ivan Kataitsev
2013-04-25
1
-0
/
+9
*
hide more data in the schema cache
Aaron Patterson
2013-03-14
1
-13
/
+10
*
safely publish columns and columns hash info
Aaron Patterson
2013-03-14
1
-9
/
+9
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-5
/
+5
*
Fix memory leak in development mode
Jon Leighton
2012-11-30
1
-7
/
+5
*
Use "refute" instead of "assert !"
Carlos Antonio da Silva
2012-11-27
1
-6
/
+5
*
Properly deprecate ConnectionHandler#connection_pools
Jon Leighton
2012-11-09
1
-1
/
+7
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-2
/
+2
*
rename AR::Model::Tag to AR::Tag - fixes #7714
Francesco Rodriguez
2012-09-20
1
-2
/
+2
*
Cache the connection pool for a given class
Jon Leighton
2012-08-31
1
-0
/
+2
*
Make connection pool retrieval faster
Jon Leighton
2012-08-31
1
-9
/
+4
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-3
/
+2
*
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-25
1
-1
/
+1
*
Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"
Rafael Mendonça França
2012-05-22
1
-1
/
+1
*
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-20
1
-1
/
+1
*
Allow to run `connection_adapters/quoting_test.rb` independently
Piotr Sarnacki
2012-05-09
1
-1
/
+3
*
Merge pull request #5362 from zenprogrammer/quoting_bug
Aaron Patterson
2012-05-09
1
-0
/
+11
|
\
|
*
Fixed bug in Quoting that caused classes to be quoted incorrectly
Ryan Oblak
2012-03-09
1
-0
/
+11
*
|
Add support schema cache dump and load.
kennyj
2012-03-01
1
-0
/
+15
|
/
*
connection specification will deep copy the config
Aaron Patterson
2011-12-30
1
-0
/
+12
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
Extract common logic into a method
Jon Leighton
2011-12-24
1
-0
/
+3
*
Should clear the primary keys cache also
Jon Leighton
2011-12-16
1
-1
/
+5
*
Don't store defaults in the schema cache
Jon Leighton
2011-12-16
1
-1
/
+1
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-9
/
+0
*
AbstractAdapter#close can be called to add the connection back to the
Aaron Patterson
2011-11-29
1
-0
/
+16
[next]