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
*
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
|
\
|
*
Allow to specify a type for foreign key column in migrations
Andrey Novikov
2014-07-22
2
-2
/
+10
|
/
*
Merge pull request #15944 from seuros/uuid
Rafael Mendonça França
2014-07-16
1
-1
/
+10
|
\
|
*
Treat invalid uuid as nil
Abdelkader Boudih
2014-07-14
1
-1
/
+10
*
|
Predicate methods don't need to return `true` / `false`
Rafael Mendonça França
2014-07-15
1
-1
/
+1
*
|
Fix version detection for RENAME INDEX support. Fixes #15931.
Jeff Browning
2014-07-15
3
-6
/
+18
|
/
*
Merge pull request #16136 from sgrif/sg-pg-bit-string
Matthew Draper
2014-07-12
2
-13
/
+33
|
\
|
*
Don't rely on the column SQL type for bit string quoting
Sean Griffin
2014-07-11
2
-13
/
+33
*
|
Merge pull request #16055 from sgrif/sg-refactor-sqlite3-strings
Matthew Draper
2014-07-12
1
-14
/
+22
|
\
\
|
|
/
|
/
|
|
*
Use a type object for type casting behavior on SQLite3
Sean Griffin
2014-07-11
1
-14
/
+22
*
|
Merge pull request #16071 from sgrif/sg-pg-type-cast
Rafael Mendonça França
2014-07-08
1
-15
/
+0
|
\
\
|
*
|
Remove PG's definition of `type_cast`
Sean Griffin
2014-07-06
1
-15
/
+0
*
|
|
Merge pull request #16072 from sgrif/sg-xml-quoting
Rafael Mendonça França
2014-07-08
4
-4
/
+42
|
\
\
\
|
*
|
|
Don't rely on the sql type to quote XML columns in PG
Sean Griffin
2014-07-06
4
-4
/
+42
|
|
/
/
*
/
/
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-4
/
+0
|
/
/
*
|
Change back occurrences of SQLite(3) to sqlite3 when referring to the
Zachary Scott
2014-07-06
2
-5
/
+5
*
|
Merge pull request #16057 from akshay-vishnoi/doc_change
Zachary Scott
2014-07-06
2
-3
/
+3
|
\
\
|
*
|
[ci skip] /sqlite/i --> SQLite
Akshay Vishnoi
2014-07-06
2
-3
/
+3
*
|
|
Merge pull request #16065 from matthewd/mysql-explicit-non-strict
Matthew Draper
2014-07-06
1
-2
/
+2
|
\
\
\
[next]