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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge pull request #28869 from eugeneius/query_cache_all_pools
Matthew Draper
2017-11-17
1
-0
/
+9
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Enable query cache on all connection pools
Eugene Kenny
2017-04-24
1
-0
/
+9
*
|
|
|
Allow test_ignored_columns_not_included_in_SELECT column names case
Yasuo Honda
2017-11-15
1
-1
/
+1
*
|
|
|
Fix CI failure due to invalid `up_only` for MySQL
Ryuta Kamizono
2017-11-15
1
-5
/
+7
*
|
|
|
Add a #populate method to migrations (#31082)
Rich
2017-11-14
1
-0
/
+25
*
|
|
|
Merge pull request #27947 from mastahyeti/unsafe_raw_sql
Matthew Draper
2017-11-14
5
-31
/
+330
|
\
\
\
\
|
*
|
|
|
use database agnostic function/quoting in test
Ben Toews
2017-11-09
1
-4
/
+4
|
*
|
|
|
push order arg checks down to allow for binds
Ben Toews
2017-11-09
1
-0
/
+36
|
*
|
|
|
deal with Array arguments to #order
Ben Toews
2017-11-09
1
-3
/
+3
|
*
|
|
|
convert order arg to string before checking if we can reverse it
Ben Toews
2017-11-09
1
-2
/
+2
|
*
|
|
|
use << instead of #concat in #reverse_sql_order because we might be working w...
Ben Toews
2017-11-09
1
-1
/
+1
|
*
|
|
|
try using regexes
Ben Toews
2017-11-09
17
-85
/
+82
|
*
|
|
|
allow table name and direction in string order arg
Ben Toews
2017-11-09
16
-194
/
+234
|
*
|
|
|
work around deprecation warnings in a bunch of tests
Ben Toews
2017-11-09
20
-271
/
+274
|
*
|
|
|
remove :enabled option
Ben Toews
2017-11-09
1
-54
/
+50
|
*
|
|
|
make tests more verbose/explicit
Ben Toews
2017-11-09
1
-78
/
+96
|
*
|
|
|
allow Arel.sql() for pluck
Ben Toews
2017-11-09
3
-33
/
+69
|
*
|
|
|
add config to check arguments to unsafe AR methods
Ben Toews
2017-11-09
1
-0
/
+177
*
|
|
|
|
Properly cast input in `update_all`
Sean Griffin
2017-11-13
1
-1
/
+6
*
|
|
|
|
Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns
Rafael França
2017-11-13
5
-45
/
+66
|
\
\
\
\
\
|
*
|
|
|
|
Fix postgres ordering issue on default scoping test
Gabriel Sobrinho
2017-11-13
1
-15
/
+15
|
*
|
|
|
|
Change tests to use models which don't ignore any columns
Jon Moss
2017-11-13
3
-30
/
+30
|
*
|
|
|
|
Do not use `Arel.star` when `ignored_columns`
Jon Moss
2017-11-13
1
-0
/
+21
*
|
|
|
|
|
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
*
|
|
|
|
|
Relation merging should keep joining order
Ryuta Kamizono
2017-11-11
1
-0
/
+9
*
|
|
|
|
|
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2017-11-10
1
-1
/
+1
*
|
|
|
|
|
Ensure `apply_join_dependency` for subqueries in `from` and `where`
Ryuta Kamizono
2017-11-10
1
-0
/
+12
*
|
|
|
|
|
Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks
Rafael França
2017-11-09
1
-74
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Simplify implementation of `MySQLDatabaseTasks`
bogdanvlviv
2017-10-30
1
-72
/
+3
|
*
|
|
|
|
|
Raise error if unsupported charset for mysql
bogdanvlviv
2017-10-30
1
-4
/
+4
*
|
|
|
|
|
|
Merge pull request #25346 from bogdan/correct-tags-count-in-fixtures
Rafael França
2017-11-09
3
-11
/
+11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Set counter caches to correct values in fixtures
Bogdan Gusiev
2017-11-08
3
-11
/
+11
*
|
|
|
|
|
|
|
Move Attribute and AttributeSet to ActiveModel
Lisa Ugray
2017-11-09
2
-510
/
+0
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Should pass `test_no_locks_no_wait` not only on `PostgreSQLAdapter` and `Orac...
Ryuta Kamizono
2017-11-09
1
-8
/
+5
*
|
|
|
|
|
|
Run `ConcurrentTransactionTest` if `supports_transaction_isolation?`
Yasuo Honda
2017-11-08
1
-15
/
+13
*
|
|
|
|
|
|
`Mysql2Adapter` should pass `ConcurrentTransactionTest`
Ryuta Kamizono
2017-11-09
1
-1
/
+1
*
|
|
|
|
|
|
Consolidate redundant `if` and `unless` with the same condition
Ryuta Kamizono
2017-11-09
1
-3
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Fix `bin/rails db:migrate` with specified `VERSION`
bogdanvlviv
2017-11-06
2
-4
/
+165
*
|
|
|
|
|
`scoping` should respect current class and STI constraint (#29199)
Ryuta Kamizono
2017-11-06
1
-0
/
+14
*
|
|
|
|
|
Fix preloading polymorphic multi-level through association
Ryuta Kamizono
2017-11-06
1
-0
/
+11
*
|
|
|
|
|
Fix preloading polymorphic association when through association has already l...
Ryuta Kamizono
2017-11-06
1
-0
/
+11
*
|
|
|
|
|
Ensure `apply_join_dependency` for `update_all` and `delete_all` if eager-loa...
Ryuta Kamizono
2017-11-06
1
-19
/
+30
*
|
|
|
|
|
Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is...
Ryuta Kamizono
2017-11-06
1
-0
/
+10
*
|
|
|
|
|
Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more
Ryuta Kamizono
2017-11-01
1
-1
/
+1
*
|
|
|
|
|
Address incorrect number of queries executed at Oracle enhanced adapter
Yasuo Honda
2017-10-31
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
/
`source_type_scope` should respect correct table alias
Ryuta Kamizono
2017-10-30
1
-0
/
+14
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
removed unnecessary semicolons
Shuhei Kitagawa
2017-10-28
2
-2
/
+2
*
|
|
|
Fix all `s/trough/through/`
Ryuta Kamizono
2017-10-27
1
-1
/
+1
[prev]
[next]