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
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-5
/
+4
*
delete reaping frequency from the db config
Aaron Patterson
2012-01-05
1
-4
/
+6
*
Postgresql: restore previous behaviour regarding to nil values in connection ...
Lars Kanis
2012-01-05
1
-0
/
+1
*
Postgresql: Allow setting of any libpq connection parameters
Lars Kanis
2012-01-03
1
-17
/
+23
*
updating the reaping frequency documentation
Aaron Patterson
2011-12-30
1
-0
/
+3
*
rename start to run and use Thread.pass rather than sleeping to schedule the ...
Aaron Patterson
2011-12-30
1
-2
/
+2
*
connection pool starts the reaper
Aaron Patterson
2011-12-30
1
-0
/
+1
*
connection specification will deep copy the config
Aaron Patterson
2011-12-30
1
-0
/
+4
*
each connection pool has a reaper
Aaron Patterson
2011-12-30
2
-2
/
+6
*
introduce a timer class for reaping connections
Aaron Patterson
2011-12-30
1
-0
/
+19
*
raise a pull full error when the connection pool is full and no connection ca...
Aaron Patterson
2011-12-30
1
-18
/
+20
*
connections are only removed if they are inactve
Aaron Patterson
2011-12-30
1
-1
/
+1
*
connections can be reaped via the `reap` method
Aaron Patterson
2011-12-30
1
-0
/
+12
*
deal with removing connections associated with the current thread
Aaron Patterson
2011-12-30
1
-0
/
+7
*
connections can be removed from the pool
Aaron Patterson
2011-12-30
1
-1
/
+9
*
queue and signal no longer needed
Aaron Patterson
2011-12-30
1
-2
/
+0
*
refactor checking out the connection
Aaron Patterson
2011-12-30
1
-5
/
+6
*
infinite loop is no longer necessary
Aaron Patterson
2011-12-30
1
-20
/
+11
*
connections must be checked in at the end of a thread
Aaron Patterson
2011-12-30
1
-17
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-12-29
1
-9
/
+2
|
\
|
*
Document that index names are made up of all columns, not just the first.
Jo Liss
2011-12-27
1
-9
/
+2
*
|
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
8
-190
/
+85
|
/
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
2
-47
/
+43
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-17
/
+9
*
Extract common logic into a method
Jon Leighton
2011-12-24
1
-6
/
+1
*
I herd you like modules.
Jon Leighton
2011-12-24
6
-62
/
+63
*
removing deprecated methods
Aaron Patterson
2011-12-21
1
-28
/
+0
*
do not compile regexp on every call
Aaron Patterson
2011-12-20
1
-16
/
+14
*
hstores can cycle
Aaron Patterson
2011-12-20
1
-4
/
+31
*
can create hstore records via AR API
Aaron Patterson
2011-12-20
1
-5
/
+9
*
multiple key / values work
Aaron Patterson
2011-12-20
1
-1
/
+4
*
PostgreSQL hstore types are automatically deserialized from the database.
Aaron Patterson
2011-12-20
2
-0
/
+6
*
pg columns should understand the hstore type
Aaron Patterson
2011-12-20
1
-47
/
+53
*
handle not only strings in date type cast
Sergey Nartimov
2011-12-19
1
-7
/
+11
*
Should clear the primary keys cache also
Jon Leighton
2011-12-16
1
-0
/
+1
*
Don't store defaults in the schema cache
Jon Leighton
2011-12-16
1
-3
/
+2
*
Defaults hash can go on the model
Jon Leighton
2011-12-16
1
-14
/
+1
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-9
/
+2
*
Revert naive O(1) table_exists? implementation.
Jon Leighton
2011-12-13
3
-12
/
+15
*
Use `table_exists?` from the schema cache.
Aaron Patterson
2011-12-09
1
-4
/
+2
*
don't need a begin / end.
Aaron Patterson
2011-12-09
1
-6
/
+4
*
squelch table exists? queries.
Aaron Patterson
2011-12-09
1
-1
/
+1
*
Exceptions should read from the spec configu
Aaron Patterson
2011-12-08
1
-1
/
+1
*
fix nodocs
Vijay Dev
2011-12-09
1
-3
/
+3
*
fix comments
Vijay Dev
2011-12-09
1
-4
/
+2
*
Use a hash to look up column definitions
Aaron Patterson
2011-12-07
1
-2
/
+3
*
try to normalize the objects passed to column()
Aaron Patterson
2011-12-07
1
-9
/
+11
*
automatically add the column definition to the columns list if creating a new...
Aaron Patterson
2011-12-07
1
-12
/
+21
*
stop calling String#to_s so frequently
Aaron Patterson
2011-12-07
1
-3
/
+4
*
the required sqlite3 adapter responds to encoding, so stop checking.
Aaron Patterson
2011-12-07
1
-5
/
+1
[next]