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
*
Merge pull request #17411 from mcfiredrill/doc-change-column-default-abstract...
Rafael Mendonça França
2014-10-29
1
-1
/
+1
|
\
|
*
:nodoc: for abstract_mysql_adapter
Tony Miller
2014-10-29
1
-1
/
+1
*
|
fix MySQL enum type lookup with values matching another type. Closes #17402.
Yves Senn
2014-10-29
1
-6
/
+6
*
|
edit pass over all warnings
Xavier Noria
2014-10-28
3
-6
/
+5
*
|
Add mysql and pg specific attributes to Column#== and hash
Sean Griffin
2014-10-28
2
-2
/
+20
*
|
Merge pull request #17421 from rails/warn-with-heredoc
Xavier Noria
2014-10-28
4
-15
/
+26
|
\
\
|
*
|
let's warn with heredocs
Xavier Noria
2014-10-28
4
-15
/
+26
|
|
/
*
|
Implement hash equality on column
Sean Griffin
2014-10-28
1
-0
/
+5
*
|
Implement #== for column
Sean Griffin
2014-10-28
1
-0
/
+8
|
/
*
Merge pull request #14143 from derekprior/dp-compound-index-ordering
Yves Senn
2014-10-27
2
-2
/
+2
|
\
|
*
Use type column first in multi-column indexes
Derek Prior
2014-10-24
2
-2
/
+2
*
|
Prefix internal method with _
Rafael Mendonça França
2014-10-25
1
-2
/
+2
*
|
Fix description of OID in TypeMapInitializer
Prathamesh Sonpatki
2014-10-25
1
-1
/
+1
|
/
*
Remove duplicate 'select' database statement
claudiob
2014-10-20
5
-17
/
+3
*
we don't need a HWIA and a hash allocated for just one k/v pair
Aaron Patterson
2014-10-15
1
-5
/
+3
*
just look up the primary key from the columns hash
Aaron Patterson
2014-10-15
1
-6
/
+1
*
add table.bigint support
Aaron Patterson
2014-10-15
2
-1
/
+2
*
use tr instead of gsub when possible
Adrian Rangel
2014-10-01
1
-1
/
+1
*
Reduce allocations when running AR callbacks.
Pete Higgins
2014-09-28
1
-2
/
+2
*
ar/connection_pool: honor overriden rack.test in middleware
Simon Eskildsen
2014-09-23
1
-1
/
+1
*
add a truncate method to the connection
Aaron Patterson
2014-09-22
3
-0
/
+13
*
Use #inject over #sum to build PG create DB statement
Geoff Harcourt
2014-09-17
1
-2
/
+2
*
pg, correctly dump foreign keys targeting tables in a different schema.
Yves Senn
2014-09-17
1
-1
/
+2
*
Merge pull request #13656 from chanks/rollback_transactions_in_killed_threads
Matthew Draper
2014-09-14
1
-5
/
+11
|
\
|
*
Roll back open transactions when the running thread is killed.
Chris Hanks
2014-08-22
1
-1
/
+5
*
|
Include default column limits in schema.rb
Jeremy Kemper
2014-09-10
1
-4
/
+8
*
|
MySQL: schema.rb now includes TEXT and BLOB column limits.
Jeremy Kemper
2014-09-10
1
-4
/
+7
*
|
MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GB
Jeremy Kemper
2014-09-10
1
-2
/
+2
*
|
Merge pull request #14056 from girishso/14041
Yves Senn
2014-09-09
1
-1
/
+1
|
\
\
|
*
|
SQLite3Adapter now checks for views in table_exists? fixes: 14041
Girish S
2014-02-14
1
-1
/
+1
*
|
|
introduce `connection.supports_views?` and basic view tests.
Yves Senn
2014-09-09
4
-4
/
+17
*
|
|
Freeze ADAPTER_NAME in adapters
Abdelkader Boudih
2014-09-05
6
-17
/
+6
*
|
|
Merge pull request #16781 from kamipo/move_column_option_handling
Yves Senn
2014-09-03
2
-6
/
+3
|
\
\
\
|
*
|
|
Move column option handling to new_column_definition
Ryuta Kamizono
2014-09-03
2
-6
/
+3
*
|
|
|
Add and Remove string/strip require
Arthur Neves
2014-09-02
3
-1
/
+3
|
/
/
/
*
|
|
MySQL: set connection collation along with the charset
Jeremy Kemper
2014-08-30
1
-1
/
+5
*
|
|
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
2
-10
/
+9
*
|
|
pg, `default_sequence_name` needs to return a string.
Yves Senn
2014-08-25
1
-2
/
+2
*
|
|
CHANGELOG & improvements to #16649
Godfrey Chan
2014-08-23
1
-2
/
+2
*
|
|
Don't trim excess whitespace in pg #columns_for_distinct
Agis-
2014-08-24
1
-1
/
+2
*
|
|
adding the exception RecordNotFound to UUID find
JoseLuis Torres
2014-08-21
1
-0
/
+2
|
|
/
|
/
|
*
|
Add missing AS require
Arthur Neves
2014-08-19
1
-0
/
+1
*
|
Merge pull request #16542 from seamusabshere/numerify-pool-checkout-timeout-f...
Rafael Mendonça França
2014-08-18
1
-1
/
+1
*
|
Add option to stop swallowing errors on callbacks.
Arthur Neves
2014-08-18
1
-7
/
+23
*
|
Merge pull request #16481 from sgrif/sg-change-default-timestamps
David Heinemeier Hansson
2014-08-17
3
-8
/
+26
|
\
\
|
*
|
Change the default `null` value for timestamps
Sean Griffin
2014-08-12
3
-8
/
+26
*
|
|
Fix regression on after_commit in nested transactions.
Arthur Neves
2014-08-15
1
-0
/
+2
*
|
|
Use *_transaction methods in TransactionManager
Arthur Neves
2014-08-15
1
-4
/
+2
*
|
|
Spelling errors
jbsmith86
2014-08-14
1
-1
/
+1
*
|
|
`index_exists?` with `:name` checks specified columns.
Yves Senn
2014-08-13
1
-7
/
+8
|
/
/
[next]