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
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
mysql2 adapter is being maintained in the mysql2 gem itself
Brian Lopez
2010-08-23
1
-644
/
+0
*
adding FOUND_ROWS to the connect flags for mysql2
Aaron Patterson
2010-08-20
1
-0
/
+5
*
updates return number of rows matched rather than number of rows affected
Aaron Patterson
2010-08-19
1
-0
/
+1
*
removing useless ternary
Aaron Patterson
2010-08-19
1
-1
/
+1
*
refactor if / else to ||=
Aaron Patterson
2010-08-18
1
-5
/
+1
*
Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]
Jeff Lawson
2010-08-17
1
-1
/
+1
*
Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]
Jeff Lawson
2010-08-17
1
-0
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
7
-14
/
+14
*
This method is actually not used, it's implemented on the concrete adapters
Santiago Pastorino
2010-08-13
1
-8
/
+0
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
4
-6
/
+6
*
move mysql2 adapter into core
Brian Lopez
2010-08-09
1
-0
/
+639
*
reduce the number of times current_connection_id is called in with_connection()
Aaron Patterson
2010-08-06
1
-4
/
+5
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-05
3
-3
/
+3
|
\
|
*
standarizes the use of the article "an" for "SQL" and "SQLite"
Xavier Noria
2010-08-05
3
-3
/
+3
*
|
query value is converted to_s instead of to_yaml
RainerBlessing
2010-08-03
1
-1
/
+1
*
|
Allow :name to be a Symbol (was this removed by accident?)
wycats
2010-08-03
1
-0
/
+2
|
/
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
4
-11
/
+18
*
Move runtime back to the Thread.current
José Valim
2010-07-26
1
-7
/
+0
*
Cache instrumenter again as per Aaron's patch.
José Valim
2010-07-25
1
-1
/
+2
*
Move runtime back to connection.
José Valim
2010-07-25
1
-0
/
+7
*
Revert the previous three commits.
José Valim
2010-07-25
1
-16
/
+2
*
cache the instrumentor for a speed gain
Aaron Patterson
2010-07-25
1
-2
/
+2
*
use a hash to collect optional statistics about the instrumentation
Aaron Patterson
2010-07-25
1
-2
/
+16
*
Move runtime to log subscriber.
José Valim
2010-07-25
1
-7
/
+0
*
Get rid of instrumenter.elapsed.
José Valim
2010-07-24
1
-8
/
+2
*
reusing the time instrumentation from the instrumenter rather than Benchmark....
Aaron Patterson
2010-07-19
1
-4
/
+7
*
unfactoring clear_stale_cached_connections!
Aaron Patterson
2010-07-16
1
-16
/
+7
*
only test for existence of +pool+ once
Aaron Patterson
2010-07-16
1
-2
/
+4
*
use an attr_reader for performance
Aaron Patterson
2010-07-16
1
-4
/
+2
*
remove useless ternary in PostgreSQL adapter
Aaron Patterson
2010-07-14
1
-1
/
+1
*
PostgreSQLAdapter#query string interpolation calls to_s for us
Aaron Patterson
2010-07-14
1
-1
/
+1
*
PostgreSQLAdapter#query bail early if there is no column and dry up our condi...
Aaron Patterson
2010-07-14
1
-4
/
+6
*
Let's initialize instance variables in the postgres adapter.
Aaron Patterson
2010-07-14
1
-0
/
+3
*
reducing range comparisons when converting types to sql
Aaron Patterson
2010-07-13
1
-3
/
+4
*
only loop through all rows and columns once in the postgres adapter
Aaron Patterson
2010-07-13
1
-23
/
+23
*
use constants instead of magic numbers. meow
Aaron Patterson
2010-07-13
1
-1
/
+3
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-07-13
1
-1
/
+1
|
\
|
*
Fixed many references to the old config/environment.rb and Rails::Initializer
Benjamin Quorning
2010-07-13
1
-1
/
+1
*
|
our method is modifying the original array, so refactor to use destructive me...
Aaron Patterson
2010-07-12
1
-5
/
+4
*
|
PostgreSQLAdapter#select_raw removing dead code
Aaron Patterson
2010-07-12
1
-3
/
+0
*
|
PostgreSQLAdapter#select_raw use each_with_index to avoid multiple array lookups
Aaron Patterson
2010-07-12
1
-5
/
+5
*
|
PostgreSQLAdapter#select_raw fields and results are empty even if ntuples is 0
Aaron Patterson
2010-07-12
1
-25
/
+21
*
|
refactor PostgreSQLAdapter#result_as_array to create fewer Range objects
Aaron Patterson
2010-07-12
1
-3
/
+3
*
|
cleaning up PostgreSQLAdapter#select
Aaron Patterson
2010-07-12
1
-8
/
+2
*
|
these strings do not need to be frozen
Aaron Patterson
2010-07-12
1
-2
/
+2
*
|
use Hash#each to avoid a second hash lookup
Aaron Patterson
2010-07-12
1
-4
/
+2
*
|
Remove old rubygems require.
José Valim
2010-07-12
1
-7
/
+1
*
|
reducing funcalls, cleaning up primary key methods for sqlite adapter
Aaron Patterson
2010-07-10
1
-6
/
+11
|
/
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-07-09
1
-2
/
+7
|
\
[next]