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
*
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
*
respond_to? information of AR is not the responsibility of the spec
Aaron Patterson
2011-11-29
1
-7
/
+9
*
remove unused instance variable
Aaron Patterson
2011-11-28
1
-1
/
+0
*
just check in all connections
Aaron Patterson
2011-11-28
1
-6
/
+2
*
Move connection resoluion logic to it's own testable class.
Aaron Patterson
2011-11-28
1
-58
/
+74
*
clean up string => hash conversion for connection pool
Aaron Patterson
2011-11-28
1
-19
/
+17
*
pools are 1:1 with spec now rather than 1:1 with class
Aaron Patterson
2011-11-28
2
-4
/
+8
*
break establish_connection to smaller methods
Aaron Patterson
2011-11-28
1
-30
/
+40
*
Bump Mysql2!
Arun Agrawal
2011-11-22
1
-1
/
+1
*
oops! I suck! :bomb:
Aaron Patterson
2011-11-20
1
-1
/
+0
*
removing deprecated methods
Aaron Patterson
2011-11-19
3
-26
/
+0
*
adding visitors to the respective adapters
Aaron Patterson
2011-11-19
2
-0
/
+2
*
pushing caching and visitors down to the connection
Aaron Patterson
2011-11-19
4
-81
/
+107
*
Use `show index from`. We could fix `pk_and_sequence_for` method's performanc...
kennyj
2011-11-19
1
-18
/
+2
*
Only used detailed schema introspection when doing a schema dump.
Christos Zisopoulos
2011-11-18
1
-0
/
+7
*
Revert "Merge pull request #1163 from amatsuda/sexier_migration_31"
Aaron Patterson
2011-11-17
2
-18
/
+10
*
Revert "Merge pull request #3603 from vijaydev/change_table_without_block_arg"
Aaron Patterson
2011-11-17
1
-12
/
+7
*
Adding a deprecation warning for use of the schema_info table.
Aaron Patterson
2011-11-16
1
-0
/
+2
*
Join method uses empty string by default, so remove it
Aaron Patterson
2011-11-16
1
-2
/
+2
*
Fix pull request #3609
Noé Froidevaux
2011-11-13
1
-1
/
+1
[next]