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 #21511 from rwz/ar-exceptions-no-args
Eileen M. Uchitelle
2015-09-08
1
-0
/
+16
|
\
|
*
Make ActiveRecordException descendants args optional
Pavel Pravosud
2015-09-07
1
-0
/
+16
*
|
Merge pull request #21528 from yui-knk/test/add_tests_for_mysql2_view
Yves Senn
2015-09-08
2
-64
/
+66
|
\
\
|
*
|
Add view tests for MySQL
yui-knk
2015-09-08
2
-64
/
+66
|
|
/
*
|
Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...
Rafael Mendonça França
2015-09-07
1
-7
/
+0
*
|
Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-once
Rafael Mendonça França
2015-09-07
1
-0
/
+7
|
\
\
|
*
|
Validate multiple contexts on `valid?` and `invalid?` at once.
Dmitry Polushkin
2015-07-30
1
-0
/
+7
*
|
|
Allow global migrations_path configuration with using value from database_tas...
Tobias Bielohlawek
2015-09-07
1
-1
/
+3
*
|
|
Fix test failures from premature merge of #21317
Matthew Draper
2015-09-07
1
-1
/
+8
*
|
|
Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre...
Matthew Draper
2015-09-07
2
-2
/
+11
|
\
\
\
|
*
|
|
Support dropping indexes concurrently in Postgres
Grey Baker
2015-09-05
2
-2
/
+11
|
|
|
/
|
|
/
|
*
/
|
Deprecate passing conditions to AR::Relation destroy_all and delete_all methods
Wojciech Wnętrzak
2015-09-06
2
-1
/
+13
|
/
/
*
|
Remove unnecessary require in associations_test.rb
akihiro17
2015-09-03
1
-1
/
+0
*
|
Respect scale of the column in the Decimal type
Rafael Mendonça França
2015-09-01
2
-0
/
+33
*
|
Make revert of `disable_extension` to work
yui-knk
2015-08-30
1
-0
/
+33
*
|
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
*
|
no more require minitest mock
Gaurav Sharma
2015-08-27
3
-3
/
+0
*
|
Merge pull request #21386 from ronakjangir47/remove_dups
Rafael Mendonça França
2015-08-26
4
-4
/
+0
|
\
\
|
*
|
Removed duplicate require ‘models/computer’
Ronak Jangir
2015-08-26
4
-4
/
+0
*
|
|
Fix the unused variable warning
akihiro17
2015-08-26
1
-1
/
+0
|
/
/
*
|
Merge pull request #21377 from ronakjangir47/remove_mocha_active_record
Kasper Timm Hansen
2015-08-25
12
-119
/
+153
|
\
\
|
*
|
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
12
-119
/
+153
*
|
|
Make `change_column_default` to work
yui-knk
2015-08-25
1
-0
/
+33
*
|
|
Merge pull request #21342 from yui-knk/test/add_assert_method
Rafael Mendonça França
2015-08-24
1
-1
/
+1
|
\
\
\
|
*
|
|
Add `assert_nothing_raised` to make clear test case perpose
yui-knk
2015-08-23
1
-1
/
+1
*
|
|
|
Further fix failing tests caused by #21350
Sean Griffin
2015-08-24
1
-0
/
+1
*
|
|
|
Fix failing tests caused by #21350
Sean Griffin
2015-08-24
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Only nullify persisted has_one target associations
Agis-
2015-08-24
1
-0
/
+8
*
|
|
Remove test helper method to inside test method
yui-knk
2015-08-23
1
-5
/
+1
|
/
/
*
|
uniqueness validation raises error for persisted record without pk.
Yves Senn
2015-08-20
1
-0
/
+23
*
|
Add a native JSON data type support in MySQL
Ryuta Kamizono
2015-08-18
1
-0
/
+172
*
|
Merge pull request #21284 from prakashlaxkar/argument_error_tests
Yves Senn
2015-08-18
1
-0
/
+8
|
\
\
|
*
|
Correct error message in Standard American english and add a test case for th...
prakash
2015-08-18
1
-0
/
+13
|
/
/
*
|
Merge pull request #19683 from tristang/require-option-for-counter-cache
Rafael Mendonça França
2015-08-13
2
-0
/
+40
|
\
\
|
*
|
Add tests for associations without counter_cache
Tristan Gamilis
2015-04-09
2
-0
/
+40
*
|
|
Merge pull request #19770 from vngrs/prevent_duplicated_where_clauses
Rafael Mendonça França
2015-08-13
1
-0
/
+6
|
\
\
\
|
*
|
|
Prevent duplicating `where` clauses when model is extended from an abstract c...
Mehmet Emin İNAÇ
2015-04-15
1
-0
/
+6
*
|
|
|
descriptive error message when fixtures contian a missing column.
Yves Senn
2015-08-13
1
-0
/
+7
*
|
|
|
use `assert_not` instead of `refute` as mentioned in our guides.
Yves Senn
2015-08-13
6
-21
/
+21
*
|
|
|
Skip statement cache on through association reader
Rafael Mendonça França
2015-08-12
2
-9
/
+58
*
|
|
|
Merge pull request #17885 from starbelly/patch-1
Yves Senn
2015-08-11
1
-6
/
+6
|
\
\
\
\
|
*
|
|
|
Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks
starbelly
2015-08-01
1
-6
/
+6
*
|
|
|
|
Merge pull request #21165 from manlon/master
Rafael Mendonça França
2015-08-11
1
-0
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
use correct DB connection for generated HABTM table
Matt Hanlon
2015-08-07
1
-0
/
+12
*
|
|
|
|
|
Remove XML Serialization from core.
Zachary Scott
2015-08-07
2
-448
/
+1
*
|
|
|
|
|
Add ActiveRecord::Relation#in_batches
Sina Siadat
2015-08-07
1
-2
/
+230
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #20459
Sean Griffin
2015-08-06
1
-0
/
+93
|
\
\
\
\
\
|
*
|
|
|
|
Add missing data types for ActiveRecord migrations
Mehmet Emin İNAÇ
2015-06-08
1
-0
/
+93
*
|
|
|
|
|
Merge pull request #21092 from vngrs/use_memoization_for_ids_reader
Rafael Mendonça França
2015-08-06
1
-0
/
+8
|
\
\
\
\
\
\
[next]