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
/
test
/
cases
/
adapters
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change refute to assert_not
Daniel Colson
2018-01-25
2
-3
/
+3
*
Use respond_to test helpers
Daniel Colson
2018-01-25
2
-3
/
+3
*
Merge pull request #31422 from Edouard-chin/multistatement-fixtures
Matthew Draper
2018-01-24
1
-1
/
+3
|
\
|
*
Build a multi-statement query when inserting fixtures:
Edouard CHIN
2018-01-22
1
-1
/
+3
*
|
Support for PostgreSQL foreign tables
fatkodima
2018-01-22
1
-0
/
+109
*
|
Refactor migration to move migrations paths to connection
eileencodes
2018-01-18
1
-1
/
+1
*
|
`create_database` should not add default charset when `collation` is given
Ryuta Kamizono
2018-01-15
1
-1
/
+1
*
|
Deprecate `valid_alter_table_type?` in sqlite3 adapter
Ryuta Kamizono
2018-01-04
1
-0
/
+4
*
|
Correctly handle infinity value in PostgreSQL range type
yuuji.yaginuma
2018-01-04
1
-0
/
+12
*
|
Fix recreating partial indexes after alter table for sqlite
fatkodima
2017-12-31
1
-0
/
+17
*
|
SQLite: Add more test cases for adding primary key
Ryuta Kamizono
2017-12-26
1
-0
/
+52
*
|
Remove passing needless empty string `options` in `create_table`
Ryuta Kamizono
2017-12-20
1
-3
/
+3
*
|
Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...
Matthew Draper
2017-12-20
2
-3
/
+78
|
\
\
|
*
|
Remove default ENGINE=InnoDB for Mysql2 adapter
Alberto Almagro
2017-12-11
2
-3
/
+78
|
|
/
*
|
Remove needless `change_table`
Ryuta Kamizono
2017-12-15
1
-6
/
+2
*
|
Suppress expected exceptions by `report_on_exception` = `false`
Yasuo Honda
2017-12-14
1
-0
/
+2
*
|
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
5
-13
/
+13
*
|
Suppress expected exceptions by `report_on_exception` = `false` in Ruby 2.5
Yasuo Honda
2017-12-13
1
-0
/
+2
|
/
*
SQLite: Fix `copy_table` with composite primary keys
Ryuta Kamizono
2017-12-08
1
-2
/
+29
*
Merge pull request #31327 from aellispierce/custom-id-change-table-sqlite
Eileen M. Uchitelle
2017-12-07
1
-0
/
+18
|
\
|
*
Fix sqlite migrations with custom primary keys
Ashley Ellis Pierce
2017-12-06
1
-0
/
+18
*
|
Emulate JSON types for SQLite3 adapter (#29664)
Ryuta Kamizono
2017-12-03
1
-2
/
+2
*
|
Refactor `length`, `order`, and `opclass` index options dumping
Ryuta Kamizono
2017-12-03
1
-3
/
+3
*
|
Merge pull request #31230 from dinahshi/postgresql_extract_sql
Matthew Draper
2017-12-03
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Extract sql fragment generators for alter table from PostgreSQL adapter
Dinah Shi
2017-12-02
1
-2
/
+2
*
|
Add support for PostgreSQL operator classes to add_index
Greg Navis
2017-11-30
3
-5
/
+40
*
|
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
2
-2
/
+56
*
|
Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)
Ryuta Kamizono
2017-11-27
2
-4
/
+4
|
/
*
Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns
Rafael França
2017-11-13
3
-30
/
+30
|
\
|
*
Change tests to use models which don't ignore any columns
Jon Moss
2017-11-13
3
-30
/
+30
*
|
Add new error class `StatementTimeout` which will be raised when statement ti...
Ryuta Kamizono
2017-11-13
2
-0
/
+57
*
|
Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter
Ryuta Kamizono
2017-11-11
2
-1
/
+30
*
|
Should test actual error which is raised from the database
Ryuta Kamizono
2017-11-11
1
-1
/
+23
*
|
Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more
Ryuta Kamizono
2017-11-01
1
-1
/
+1
*
|
removed unnecessary semicolons
Shuhei Kitagawa
2017-10-28
2
-2
/
+2
|
/
*
`supports_extensions?` return always true since PostgreSQL 9.1
Yasuo Honda
2017-10-24
4
-454
/
+440
*
Remove deprecated arguments from `#verify!`
Rafael Mendonça França
2017-10-23
1
-12
/
+0
*
Remove deprecated argument `name` from `#indexes`
Rafael Mendonça França
2017-10-23
2
-9
/
+1
*
Fix longer sequence name detection for serial columns (#28339)
Ryuta Kamizono
2017-10-15
1
-0
/
+32
*
MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`
Ryuta Kamizono
2017-10-15
1
-0
/
+34
*
Add JSON attribute test cases for SQLite3 adapter
Ryuta Kamizono
2017-10-05
1
-0
/
+29
*
`Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`
Thomas Cannon
2017-09-26
2
-1
/
+52
*
Fix collided sequence name detection
Ryuta Kamizono
2017-09-18
1
-0
/
+36
*
Add an extra assertion to ensure dumping schema default as expected
Ryuta Kamizono
2017-09-08
1
-1
/
+4
*
Fix `quote_default_expression` for UUID with array default
Ryuta Kamizono
2017-09-08
1
-0
/
+10
*
Omit the default limit for float columns (#28041)
Ryuta Kamizono
2017-08-27
1
-1
/
+1
*
Prefer to place a table options before `force: :cascade` (#28005)
Ryuta Kamizono
2017-08-27
1
-4
/
+4
*
Merge pull request #30360 from gcourtemanche/transaction_timedout
Rafael França
2017-08-22
1
-0
/
+6
|
\
|
*
Add TransactionTimeout for MySQL error code 1205
Gabriel Courtemanche
2017-08-22
1
-0
/
+6
*
|
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
|
/
[prev]
[next]