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 #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
|
/
/
*
|
use the uri parser so that newer version of Ruby work
Aaron Patterson
2014-08-07
1
-1
/
+1
*
|
change to empty? from blank?
tsukasaoishi
2014-08-08
1
-1
/
+1
*
|
Tables existence check query is executed in large quantities
tsukasaoishi
2014-08-07
1
-0
/
+7
*
|
Merge pull request #16364 from arthurnn/make_transaction_one_class
Jeremy Kemper
2014-08-05
1
-70
/
+54
|
\
\
|
*
|
Cleanup Transaction inheritance.
Arthur Neves
2014-08-05
1
-70
/
+54
*
|
|
Remove unused text? predicate method and delegation
Carlos Antonio da Silva
2014-08-05
2
-5
/
+1
|
/
/
*
|
Replace ClosedTransaction with NullTransaction
Arthur Neves
2014-07-31
2
-8
/
+5
*
|
Move TransactionManager to bottom of class
Arthur Neves
2014-07-31
1
-67
/
+67
*
|
Merge pull request #16341 from arthurnn/transactions_remove_begin
Rafael Mendonça França
2014-07-31
1
-54
/
+18
|
\
\
|
*
|
Make ClosedTransaction a null object
Arthur Neves
2014-07-31
1
-16
/
+6
|
*
|
Remove parent on Transaction object
Arthur Neves
2014-07-31
1
-16
/
+9
|
*
|
Remove being/number methods from transaction class
Arthur Neves
2014-07-31
1
-27
/
+8
*
|
|
Clarify how the ConnectionHandler works
Jack Danger Canty
2014-07-31
1
-15
/
+36
|
/
/
*
|
Remove @state.parent assignment on commit
Arthur Neves
2014-07-29
1
-2
/
+1
*
|
remove blank lines in the start of the ActiveRecord files
Ponomarev Nikolay
2014-07-29
1
-1
/
+0
*
|
Extract the transaction class to a local variable
Rafael Mendonça França
2014-07-28
1
-6
/
+2
*
|
Merge pull request #16284 from arthurnn/transactions
Rafael Mendonça França
2014-07-28
3
-62
/
+81
|
\
\
|
*
|
savepoint_name should return nil for non-savepoint transactions
Arthur Neves
2014-07-28
2
-4
/
+7
|
*
|
Transactions refactoring
Arthur Neves
2014-07-28
3
-38
/
+65
|
*
|
Remove finishing? method from transaction.
Arthur Neves
2014-07-24
2
-24
/
+13
*
|
|
Merge pull request #16290 from a3gis/master
Zachary Scott
2014-07-25
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix documentation of SQlite3Adapter.columns
a3gis
2014-07-25
1
-1
/
+1
*
|
|
|
Add support for Postgresql JSONB
Philippe Creux
2014-07-24
4
-0
/
+29
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #16280 from a3gis/master
Matthew Draper
2014-07-24
1
-2
/
+2
|
\
|
|
|
*
|
Fix documentation typo in ConnectionSpecification::Resolve.spec
a3gis
2014-07-24
1
-1
/
+1
|
*
|
Fixes #16265
a3gis
2014-07-24
1
-1
/
+1
*
|
|
pg, `change_column_default, :table, :column, nil` issues `DROP DEFAULT`.
Yves Senn
2014-07-24
1
-1
/
+9
|
/
/
*
|
Merge pull request #16231 from Envek/type_in_references
Yves Senn
2014-07-22
2
-4
/
+25
|
\
\
[next]