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
*
Ruby 1.9.2 compat: Array#* uses to_str instead of to_s to join values since R...
Akira Matsuda
2009-08-05
1
-2
/
+1
*
Revert "fallback_string_to_date sets Date._parse comp arg to true, so that st...
Geoff Buesing
2009-08-05
1
-1
/
+1
*
fallback_string_to_date sets Date._parse comp arg to true, so that strings wi...
Matt Ganderup
2009-08-03
1
-1
/
+1
*
quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...
Geoff Buesing
2009-08-03
1
-1
/
+6
*
SQLite: drop support for 'dbfile' option in favor of 'database.'
Jeremy Kemper
2009-08-01
1
-1
/
+0
*
Merge docrails
Pratik Naik
2009-07-25
2
-1
/
+9
*
Make sure the wrapped exceptions also have the original exception available.
Michael Koziarski
2009-06-26
3
-5
/
+5
*
Translate foreign key violations to ActiveRecord::InvalidForeignKey exceptions.
Michael Schuerig
2009-06-26
2
-0
/
+4
*
Translate adapter errors that indicate a violated uniqueness constraint to Ac...
Michael Schuerig
2009-06-26
4
-1
/
+36
*
Fixed a bug where create_table could not be called without a block [#2221 sta...
Joseph Wilk
2009-06-21
1
-1
/
+1
*
Ensure table names are quoted while renaming for sqlite3 adapter [#2272 state...
Brian Hogan
2009-06-21
1
-1
/
+1
*
PostgreSQL adapter should call thread safe quote_string function
Eugene Pimenov
2009-06-09
1
-2
/
+14
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
7
-3
/
+11
*
Ensure ActiveRecord::Base.connection_pool.with_connection creates a new conne...
steve
2009-05-01
1
-5
/
+6
*
Use table_exists? in #initialize_schema_migrations_table [#1923 state:resolved]
Ken Collins
2009-05-01
1
-2
/
+2
*
Add microsecond support for sqlite adapter [#1982 state:resolved]
Alex Pooley
2009-04-21
1
-0
/
+10
*
Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...
Max Lapshin
2009-04-21
1
-15
/
+18
*
Quote table names when casting to regclass so that capitalized tables are sup...
Scott Woods
2009-04-21
1
-3
/
+3
*
Fixed wrong quoting of index names in postgres [#2402 state:resolved]
Max Lapshin
2009-04-21
1
-1
/
+1
*
Support multiple schemas in table names for postgresql [#390 state:resolved]
Max Lapshin
2009-04-05
1
-1
/
+30
*
SQLite adapters now support DDL transactions [#2080 state:resolved]
Jason King
2009-03-14
1
-22
/
+33
*
Ensure SQLite adapters stores the config [#1947 state:resolved] [John Aughey,...
John Aughey
2009-03-08
2
-3
/
+8
*
Ensure ActiveRecord session store's connections are checked in after each req...
Joshua Peek
2009-02-24
1
-0
/
+16
*
Support true/false in query_attribute for calculated columns
Max Lapshin
2009-02-06
1
-0
/
+1
*
Sqlite adapter's copy_table incorrectly attempts to recreate a primary key id...
Jacob Dunphy
2009-01-29
1
-1
/
+1
*
Mysql#reconnect is set according to the 'reconnect' key in the connection spec.
Dov Murik
2009-01-27
1
-2
/
+5
*
Fix PostgreSQL unit test failures that only occur when using the old 'postgre...
Hongli Lai (Phusion)
2009-01-13
2
-10
/
+12
*
Introduce transaction_joinable flag to mark that the fixtures transaction can...
Jeremy Kemper
2009-01-10
2
-25
/
+25
*
Merge branch 'master' into savepoints
Jeremy Kemper
2009-01-10
7
-58
/
+76
|
\
|
*
Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_tra...
Mike Gunderloy
2008-12-30
1
-0
/
+4
|
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
4
-48
/
+50
|
*
Merge docrails
Pratik Naik
2008-12-19
2
-1
/
+4
|
*
Free MySQL::Result objects after a call to execute [#1416 state:resolved]
Manfred Stienstra
2008-12-18
1
-4
/
+13
|
*
Benchmark.ms
Jeremy Kemper
2008-12-09
1
-5
/
+5
*
|
Merge commit 'origin/master' into savepoints
Hongli Lai (Phusion)
2008-12-09
2
-6
/
+11
|
\
|
|
*
Merge with docrails
Pratik Naik
2008-12-07
2
-6
/
+11
*
|
Merge commit 'origin/master' into savepoints
Hongli Lai (Phusion)
2008-12-03
3
-15
/
+21
|
\
|
|
*
Autoload ActiveRecord files
Joshua Peek
2008-11-24
1
-0
/
+1
|
*
Remove reset! as a connection#checkout callback
Pratik Naik
2008-11-19
1
-1
/
+1
|
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-08
1
-3
/
+11
|
|
\
|
|
*
Timeout the connection pool monitor on ruby 1.8 only
Jeremy Kemper
2008-11-08
1
-3
/
+11
|
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-07
3
-14
/
+6
|
|
\
|
|
|
*
Don't leave open dangling connections in development mode. [#1335 state:resol...
Pratik Naik
2008-11-08
1
-2
/
+1
|
|
*
Simplify dispatcher callbacks to eliminate unnecessary stale thread purging. ...
Nick Sieger
2008-11-08
1
-4
/
+1
|
|
*
Revert commit which breaks all the tests.
Michael Koziarski
2008-11-07
1
-8
/
+4
|
*
|
undef abstract methods instead of raising NotImplementedError. Still need the...
Jeremy Kemper
2008-11-07
1
-4
/
+4
|
|
/
|
*
Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as t...
David Heinemeier Hansson
2008-11-06
1
-4
/
+8
|
*
Make sure ActiveRecord::Base.connected? doesn't raise an exception for define...
Pratik Naik
2008-11-06
1
-1
/
+2
|
*
Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections....
Wes Oldenbeuving
2008-11-06
1
-1
/
+1
*
|
Reimplement Jeremy's PostgreSQL automatic transaction state introspection code.
Hongli Lai (Phusion)
2008-11-03
2
-2
/
+28
[next]