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
*
Remove `#tables` extra args again
Ryuta Kamizono
2015-10-22
1
-3
/
+2
*
Do not cache prepared statements that are unlikely to have cache hits
Sean Griffin
2015-10-20
2
-2
/
+2
*
Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2
Sean Griffin
2015-10-20
3
-14
/
+48
|
\
|
*
Add stored procedure test in mysql2
Ryuta Kamizono
2015-10-15
3
-14
/
+48
*
|
Fix to correctly schema dump the `tinyblob`
Ryuta Kamizono
2015-10-15
2
-2
/
+2
|
/
*
Merge pull request #21288 from yahonda/mysql_requires_password
Arthur Nogueira Neves
2015-10-12
1
-1
/
+1
|
\
|
*
Allow mysql and mysql2 tests run by database user with password
Yasuo Honda
2015-08-18
1
-1
/
+1
*
|
Remove unused `pk_and_sequence_for` in AbstractMysqlAdapter
Ryuta Kamizono
2015-10-08
1
-24
/
+0
*
|
Merge pull request #21697 from gdeglin/fix_returning_disabled_default_values_bug
Sean Griffin
2015-09-24
1
-0
/
+14
|
\
\
|
*
|
Fix a bug with returning_disabled when using the postgresql adapter
George Deglin
2015-09-20
1
-0
/
+15
*
|
|
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-0
/
+2
*
|
|
fix `bin/test -a sqlite3_mem`.
Yves Senn
2015-09-22
1
-19
/
+13
*
|
|
Eliminate `test_tables_quoting` following seems to be left in #21687
Ronak Jangir
2015-09-21
1
-8
/
+0
|
/
/
*
|
Merge pull request #21687 from kamipo/refactor_table_exists
Andrew White
2015-09-20
1
-8
/
+0
|
\
\
|
*
|
Refactor `table_exists?` in AbstractMysqlAdapter
Ryuta Kamizono
2015-09-20
1
-8
/
+0
*
|
|
:scissors: empty line at the top of files
Akira Matsuda
2015-09-21
1
-1
/
+0
|
/
/
*
|
Merge pull request #17696 from kamipo/unsigned_integer_support
Jeremy Daer
2015-09-19
2
-4
/
+74
|
\
\
|
*
|
Add `unsigned` types for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
2
-0
/
+26
|
*
|
Add `unsigned` support for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
2
-4
/
+48
*
|
|
Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapter
Jeremy Daer
2015-09-19
1
-0
/
+27
|
\
\
\
|
*
|
|
Move `explain` into `AbstractMysqlAdapter`
Ryuta Kamizono
2015-03-01
1
-0
/
+27
*
|
|
|
Merge pull request #21607 from kamipo/remove_unnecessary_display_width
Jeremy Daer
2015-09-19
2
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Remove unnecessary display width
Ryuta Kamizono
2015-09-16
2
-5
/
+5
*
|
|
|
|
Should test both mysql adapters
Ryuta Kamizono
2015-09-20
2
-20
/
+16
*
|
|
|
|
Remove `@connection` in `StatementPool`
Ryuta Kamizono
2015-09-20
2
-2
/
+2
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-1
/
+0
|
/
/
/
*
|
|
Merge pull request #21528 from yui-knk/test/add_tests_for_mysql2_view
Yves Senn
2015-09-08
1
-64
/
+0
|
\
\
\
|
*
|
|
Add view tests for MySQL
yui-knk
2015-09-08
1
-64
/
+0
*
|
|
|
Fix test failures from premature merge of #21317
Matthew Draper
2015-09-07
1
-1
/
+8
*
|
|
|
Support dropping indexes concurrently in Postgres
Grey Baker
2015-09-05
2
-2
/
+11
|
/
/
/
*
|
|
pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.
Yves Senn
2015-08-28
1
-7
/
+47
*
|
|
PostgreSQL, add `:if_exists` to `#drop_schema`.
Yves Senn
2015-08-28
2
-11
/
+22
*
|
|
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-7
/
+10
*
|
|
Add a native JSON data type support in MySQL
Ryuta Kamizono
2015-08-18
1
-0
/
+172
|
|
/
|
/
|
*
|
use `assert_not` instead of `refute` as mentioned in our guides.
Yves Senn
2015-08-13
2
-2
/
+2
*
|
Remove @connection instance variable only when defined
Yasuo Honda
2015-07-26
1
-2
/
+2
*
|
Remove ivar only when defined
Akira Matsuda
2015-07-24
1
-2
/
+2
*
|
Ensure that microsecond precision is only used for version of mysql that supp...
Jori Hardman
2015-07-20
2
-0
/
+35
*
|
Display decimal defaults as strings to keep precision
John Gesimondo
2015-06-23
2
-1
/
+6
*
|
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
76
-223
/
+203
*
|
Return a `Point` object from the PG Point type
Sean Griffin
2015-06-05
1
-11
/
+108
*
|
Add collation support for string and text columns in SQLite3
Akshay Vishnoi
2015-05-28
2
-4
/
+57
*
|
If specify `strict: :default` explicitly, do not set sql_mode.
Ryuta Kamizono
2015-05-26
2
-0
/
+18
*
|
More exercise the create index sql tests
Ryuta Kamizono
2015-05-04
2
-0
/
+74
*
|
Merge pull request #17569 from kamipo/dump_table_options
Rafael Mendonça França
2015-05-03
2
-0
/
+84
|
\
\
|
*
|
Correctly dump `:options` on `create_table` for MySQL
Ryuta Kamizono
2015-05-03
2
-0
/
+84
*
|
|
PostgreSQL: `:collation` support for string and text columns
Ryuta Kamizono
2015-05-04
1
-0
/
+53
*
|
|
Remove unused require
Ryuta Kamizono
2015-05-03
2
-2
/
+0
|
/
/
*
|
Use `use_transactional_tests` in Active Record
Prem Sichanugrist
2015-04-10
2
-2
/
+2
*
|
Merge pull request #17574 from kamipo/charset_collation_options
Jeremy Kemper
2015-04-07
2
-0
/
+108
|
\
\
[next]