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
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
3
-3
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
3
-3
/
+0
*
Deprecate Relation#all.
Jon Leighton
2012-07-27
1
-1
/
+1
*
Merge pull request #6654 from stevecj/postgresql-auto-reconnect-2
Aaron Patterson
2012-07-25
1
-1
/
+2
|
\
|
*
Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests.
Steve Jorgensen
2012-07-16
1
-0
/
+1
|
*
Don't crash exception translation w/ nil result attribute.
Steve Jorgensen
2012-07-16
1
-1
/
+1
*
|
Add fkey attributes to `join_table` migration generator
Aleksey Magusev
2012-07-19
1
-3
/
+3
*
|
revert Default timestamps to non-null
Dave Kroondyk
2012-07-18
1
-1
/
+1
*
|
Merge pull request #7028 from lexmag/join_table_indexes
José Valim
2012-07-18
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Add join table migration generator
Aleksey Magusev
2012-07-18
1
-2
/
+5
*
|
teaching the mysql adapter how to typecast strings returned from the database
Aaron Patterson
2012-07-13
1
-2
/
+132
*
|
Fixing texts; down to three failing tests.
Jeremy Cole
2012-07-13
2
-15
/
+24
*
|
Only use prepared statements when bind variables are present
Jeremy Cole
2012-07-13
1
-34
/
+40
*
|
Merge pull request #6874 from robbkidd/rename_sequences_too
Aaron Patterson
2012-07-10
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Update psql adapter to rename a default pkey sequence when renaming a table.
Robb Kidd
2012-06-27
1
-0
/
+7
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-07-07
1
-2
/
+4
|
\
\
|
*
|
fix AR::SchemaStatements#column_exists? example [ci skip]
Francesco Rodriguez
2012-06-30
1
-1
/
+1
|
*
|
update AR::SchemaStatements#column_exists? documentation [ci skip]
Francesco Rodriguez
2012-06-30
1
-2
/
+4
*
|
|
Refactor locked? method in query cache
Carlos Antonio da Silva
2012-07-07
1
-5
/
+2
*
|
|
Disable query cache for lock queries
Damir Zekic
2012-07-06
1
-1
/
+9
*
|
|
fix quoting for ActiveSupport::Duration instances
Francesco Rodriguez
2012-07-04
1
-1
/
+1
*
|
|
Don't need to use delete in the options hash
Rafael Mendonça França
2012-07-03
2
-3
/
+2
*
|
|
Refactor references schema definitions
Aleksey Magusev
2012-07-03
1
-18
/
+12
*
|
|
Add references schema statements
Aleksey Magusev
2012-07-03
1
-0
/
+37
*
|
|
Unify the collation API for the database adpters
Rafael Mendonça França
2012-07-01
1
-4
/
+4
*
|
|
Merge pull request #6913 from lexmag/column_exists_options
Carlos Antonio da Silva
2012-06-30
1
-4
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add more options to column_exists? method
Aleksey Magusev
2012-06-30
1
-4
/
+6
|
|
/
*
|
Require URI
Chris Bandy
2012-06-28
1
-0
/
+2
*
|
Support collate and ctype on the PostgreSQL.
kennyj
2012-06-29
1
-1
/
+20
*
|
fix: limit of enum columns of mysql
Yamada Masaki
2012-06-28
1
-0
/
+2
|
/
*
Revert "Merge pull request #6344"
Piotr Sarnacki
2012-06-25
1
-1
/
+1
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
1
-1
/
+1
*
Allow precision option for postgresql datetimes
Tony Schneider
2012-06-22
1
-0
/
+10
*
Change minimum (default) log level in PostgreSQL to warning.
kennyj
2012-06-18
1
-1
/
+1
*
Avoid unnecessary catching of Exception instead of StandardError.
Dylan Smith
2012-06-17
3
-6
/
+6
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-6
/
+8
*
Add uuid type support to PostgreSQL adapter
Konstantin Shabanov
2012-06-14
2
-3
/
+8
*
Merge pull request #6492 from pmahoney/fair-connection-pool2
Rafael Mendonça França
2012-06-11
1
-37
/
+174
|
\
|
*
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-25
1
-37
/
+174
*
|
Symbol responds_to :upcase & :downcase in Ruby >= 1.9
Akira Matsuda
2012-06-06
1
-1
/
+1
*
|
Work around undiagnosed bug that's draining a relation's bind_values
Jeremy Kemper
2012-05-31
1
-0
/
+1
*
|
Merge pull request #6477 from steveklabnik/close_discovered_pg_connection
Rafael Mendonça França
2012-05-30
1
-1
/
+2
|
\
\
|
*
|
Properly discover a connection is closed in postgresql_adapter
Steve Klabnik
2012-05-24
1
-1
/
+2
*
|
|
Merge pull request #6386 from kennyj/fix_logs_name_consistency
Aaron Patterson
2012-05-30
3
-18
/
+15
|
\
\
\
|
*
|
|
Fix logs name consistency.
kennyj
2012-05-19
3
-18
/
+15
*
|
|
|
SchemaMigration should be loaded lazily.
kennyj
2012-05-29
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #5872 from evtuhovich/prepared_statement_fix
Aaron Patterson
2012-05-25
1
-10
/
+10
|
\
\
\
|
*
|
|
Remove prepared statement from system query in postgresql adapter
Ivan Evtukhovich
2012-05-12
1
-10
/
+10
*
|
|
|
Merge pull request #5244 from fotos/myqsl2_wait_timeout
Rafael Mendonça França
2012-05-25
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Maximum wait_timeout on Windows is 2147483
Fotos Georgiadis
2012-03-02
1
-1
/
+1
[next]