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
*
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
*
Quitoting the table name before querying.
Aaron Patterson
2011-12-05
1
-1
/
+1
*
Speed up table_exists? for databases with a large number of tables
Jade Rubick
2011-12-05
1
-1
/
+6
*
SQlite3 Bump
Arun Agrawal
2011-12-04
1
-1
/
+1
*
Use show create table.
kennyj
2011-12-03
1
-3
/
+8
*
implements automatic EXPLAIN logging for slow queries
Xavier Noria
2011-12-02
5
-78
/
+98
*
push synchronization in to each method. Reduces method calls and makes
Aaron Patterson
2011-11-29
1
-25
/
+29
*
Automatic closure of connections in threads is deprecated. For example
Aaron Patterson
2011-11-29
1
-1
/
+7
*
AbstractAdapter#close can be called to add the connection back to the
Aaron Patterson
2011-11-29
2
-11
/
+19
*
Start implementing @reserved_connections in terms of connection leases.
Aaron Patterson
2011-11-29
1
-3
/
+3
*
Rename `checked_out` to more descriptive `active_connections`
Aaron Patterson
2011-11-29
1
-3
/
+3
*
Use connection lease to determine "checked_out" connections
Aaron Patterson
2011-11-29
1
-17
/
+21
*
expire will set in_use to false
Aaron Patterson
2011-11-29
1
-0
/
+5
*
Leased connections return false on second lease
Aaron Patterson
2011-11-29
1
-2
/
+4
*
Adapters keep in_use flag when leased
Aaron Patterson
2011-11-29
1
-1
/
+14
*
Deprecate set_primary_key in favour of self.primary_key=
Jon Leighton
2011-11-29
1
-1
/
+1
[next]