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
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #7547 from danmcclain/pg-arrays
Rafael Mendonça França
2012-09-16
7
-15
/
+287
|
\
|
*
Moves column dump specific code to a module included in AbstractAdapter
Dan McClain
2012-09-14
7
-15
/
+287
*
|
Query for sequence info also should be markd as SCHEMA.
kennyj
2012-09-15
1
-3
/
+3
*
|
Query for loading index info should be marked as SCHEMA.
kennyj
2012-09-15
2
-2
/
+2
*
|
simplify rescue
Jon Leighton
2012-09-15
1
-3
/
+3
*
|
Fix test
Jon Leighton
2012-09-15
1
-13
/
+19
*
|
Ensure disconnecting or reconnecting resets the transaction state
Jon Leighton
2012-09-15
5
-9
/
+19
*
|
Remove our use of #outside_transaction?
Jon Leighton
2012-09-15
2
-32
/
+14
*
|
Remove the transaction_open variable
Jon Leighton
2012-09-15
1
-21
/
+28
*
|
Move transaction joinability into the transaction object
Jon Leighton
2012-09-15
3
-17
/
+25
*
|
Alter the naming structure a bit
Jon Leighton
2012-09-15
3
-108
/
+111
*
|
Split Open into Real and Savepoint
Jon Leighton
2012-09-15
1
-25
/
+38
*
|
DRY
Jon Leighton
2012-09-15
1
-4
/
+8
*
|
Don't do the rollback in #commit
Jon Leighton
2012-09-15
2
-18
/
+7
*
|
Store the transaction number in the transaction object
Jon Leighton
2012-09-15
4
-11
/
+30
*
|
Start to tease out transaction handling into a state machine
Jon Leighton
2012-09-15
3
-79
/
+153
*
|
Revert "create a transaction object and point AR objects at that object durin...
Jon Leighton
2012-09-15
2
-25
/
+6
|
/
*
update ConnectionAdaptar::Column#type_cast_code to be compatible with 3.2 branch
Thiago Pradi
2012-09-13
1
-1
/
+1
*
Merge pull request #7521 from graceliu/fix_database_url_support
Rafael Mendonça França
2012-09-12
1
-1
/
+1
|
\
|
*
fixed support for DATABASE_URL for rake db tasks
Grace Liu
2012-09-11
1
-1
/
+1
*
|
warning removed.
Arun Agrawal
2012-09-12
1
-1
/
+0
|
/
*
ConnectionPool, unify exceptions, ConnectionTimeoutError
Jonathan Rochkind
2012-09-11
1
-17
/
+11
*
Remove expired comment. This method is used from other place.
kennyj
2012-09-11
1
-2
/
+0
*
indent fix [ci skip]
Vijay Dev
2012-09-09
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-09
1
-1
/
+1
|
\
|
*
Fix a typo
Andreas Loupasakis
2012-09-06
1
-1
/
+1
|
*
Fix indenentation in comment to stop the end of comment from appearing in a <...
Anuj Dutta
2012-09-03
1
-1
/
+1
*
|
Merge pull request #7545 from senny/7518_postgres_type_detection
Aaron Patterson
2012-09-07
1
-1
/
+1
|
\
\
|
*
|
postgres, map scaled intervals to string datatype (#7518)
Yves Senn
2012-09-06
1
-1
/
+1
*
|
|
create a transaction object and point AR objects at that object during a
Aaron Patterson
2012-09-07
2
-6
/
+25
|
/
/
*
|
ActiveRecord support to PostgreSQL 9.2 JSON type
Dickson S. Guedes
2012-09-05
5
-3
/
+44
*
|
Merge pull request #7337 from adzap/string_to_dummy_time
Rafael Mendonça França
2012-09-05
1
-1
/
+7
|
\
\
|
*
|
Fix for time type columns with invalid time
Adam Meehan
2012-09-05
1
-1
/
+7
|
|
/
*
/
Modularize postgresql adapter
Konstantin Shabanov
2012-09-05
6
-985
/
+1038
|
/
*
Cache the connection pool for a given class
Jon Leighton
2012-08-31
1
-20
/
+35
*
One hash is enough
Jon Leighton
2012-08-31
1
-17
/
+13
*
Refactor connection handler
Jon Leighton
2012-08-31
1
-22
/
+14
*
Make connection pool retrieval faster
Jon Leighton
2012-08-31
1
-10
/
+13
*
use Hash#fetch to eliminate conditional
Aaron Patterson
2012-08-24
1
-8
/
+3
*
Refactor AR::Result or inherits. Because we have redundant codes about
kennyj
2012-08-22
2
-16
/
+2
*
This method is useless without a block, so remove test
Aaron Patterson
2012-08-20
1
-11
/
+9
*
remove unused variable
Aaron Patterson
2012-08-20
1
-1
/
+1
*
initialize instance variables to avoid conditionals
Aaron Patterson
2012-08-20
1
-2
/
+7
*
column default extraction should handle newlines.
Aaron Patterson
2012-08-17
1
-2
/
+2
*
Fix occasional microsecond conversion inaccuracy
Ari Pollak
2012-08-15
1
-2
/
+2
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
3
-3
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
3
-3
/
+0
*
Deprecate Relation#all.
Jon Leighton
2012-07-27
1
-1
/
+1
*
Merge pull request #6654 from stevecj/postgresql-auto-reconnect-2
Aaron Patterson
2012-07-25
1
-1
/
+2
|
\
|
*
Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests.
Steve Jorgensen
2012-07-16
1
-0
/
+1
[next]