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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `warning: method redefined; discarding old female`
Ryuta Kamizono
2016-03-12
1
-3
/
+0
*
Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin...
Rafael França
2016-03-11
2
-0
/
+10
|
\
|
*
The BINARY Operator is only needed for string columns
Ryuta Kamizono
2016-02-22
2
-0
/
+10
*
|
Fix test failures caused by #23958
Sean Griffin
2016-03-11
1
-1
/
+1
*
|
Merge pull request #24054 from kamipo/extract_default_primary_key
Rafael França
2016-03-11
1
-2
/
+2
|
\
\
|
*
|
Extract `default_primary_key?` to refactor `column_spec_for_primary_key`
Ryuta Kamizono
2016-03-11
1
-2
/
+2
*
|
|
Merge pull request #24087 from kamipo/dump_bigint_instead_of_integer_limit_8
Rafael França
2016-03-11
2
-7
/
+7
|
\
\
\
|
*
|
|
Dump `bigint` instead of `integer` with `limit: 8` for schema dumper
Ryuta Kamizono
2016-03-11
2
-7
/
+7
|
|
/
/
*
|
|
Merge pull request #23677 from kamipo/passing_table_name_to_column_initialize
Rafael França
2016-03-11
1
-0
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Initialize `column.table_name` immediately for `column.serial?` correctly wor...
Ryuta Kamizono
2016-03-08
1
-0
/
+26
*
|
|
Merge pull request #23958 from kamipo/fix_bigserial_appears_with_limit_8
Rafael França
2016-03-11
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix bigserial appears with limit 8 for schema dumper
Ryuta Kamizono
2016-03-04
1
-2
/
+2
*
|
|
|
Merge pull request #23666 from meinac/fix_abstract_default_scope_bug
Sean Griffin
2016-03-08
3
-0
/
+30
|
\
\
\
\
|
*
|
|
|
Execute default_scope defined by abstract class within the scope of subclass
Mehmet Emin İNAÇ
2016-03-08
3
-0
/
+30
|
|
|
/
/
|
|
/
|
|
*
/
|
|
add test case for schema dumping of PG bytea columns.
Yves Senn
2016-03-08
1
-0
/
+9
|
/
/
/
*
|
|
Merge pull request #23922 from rthbound/fix-funny-spelling
Arthur Nogueira Neves
2016-03-07
1
-2
/
+2
|
\
\
\
|
*
|
|
Fixes funny spelling
Ryan T. Hosford
2016-02-26
1
-2
/
+2
*
|
|
|
remove outdated comment [ci skip]
yuuji.yaginuma
2016-03-05
1
-6
/
+0
|
|
/
/
|
/
|
|
*
|
|
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
2
-0
/
+20
*
|
|
Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`
Ryuta Kamizono
2016-03-02
3
-59
/
+9
*
|
|
Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths
Arthur Nogueira Neves
2016-03-01
1
-2
/
+0
|
\
\
\
|
*
|
|
Remove load_paths file
Arthur Neves
2016-02-27
1
-2
/
+0
*
|
|
|
Remove duplicated `test_` prefix [ci skip]
Ryuta Kamizono
2016-03-02
1
-1
/
+1
*
|
|
|
Merge pull request #23959 from kamipo/add_test_primary_key_should_be_not_null
Rafael França
2016-03-01
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
Add a test for primary key should be not null
Ryuta Kamizono
2016-02-29
1
-3
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme...
Rafael França
2016-03-01
11
-135
/
+95
|
\
\
\
\
|
*
|
|
|
Remove unnecessary namespaces in `explain_test.rb`
Ryuta Kamizono
2016-02-29
3
-40
/
+28
|
*
|
|
|
Fix tests failure with `prepared_statements: false`
Ryuta Kamizono
2016-02-29
10
-97
/
+69
|
|
/
/
/
*
|
|
|
Merge pull request #23954 from kamipo/fix_undefined_method_fields
Rafael França
2016-03-01
1
-0
/
+18
|
\
\
\
\
|
*
|
|
|
Fix `NoMethodError: undefined method `fields' for nil:NilClass`
Ryuta Kamizono
2016-02-29
1
-0
/
+18
|
|
/
/
/
*
|
|
|
Merge pull request #23417 from sgringwe/master
Rafael Mendonça França
2016-03-01
1
-0
/
+36
|
\
\
\
\
|
*
|
|
|
Add initial support for allowing an error on order or limit of queries being ...
Scott Ringwelski
2016-02-02
1
-0
/
+36
*
|
|
|
|
Merge pull request #23807 from matthewd/executor
Matthew Draper
2016-03-02
2
-73
/
+47
|
\
\
\
\
\
|
*
|
|
|
|
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
2
-73
/
+47
*
|
|
|
|
|
Merge pull request #23598 from brchristian/activerecord_second_to_last
Matthew Draper
2016-03-02
1
-0
/
+60
|
\
\
\
\
\
\
|
*
|
|
|
|
|
comment out failing .second and .third tests
Brian Christian
2016-02-27
1
-3
/
+3
|
*
|
|
|
|
|
adding additional tests for offset and limit behavior
Brian Christian
2016-02-27
1
-0
/
+8
|
*
|
|
|
|
|
additional test assertions (limit and offset)
Brian Christian
2016-02-27
1
-0
/
+16
|
*
|
|
|
|
|
AR #second_to_last tests and finder methods
Brian Christian
2016-02-27
1
-0
/
+36
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #22170 from samphilipd/sam/properly_deallocate_prepared_st...
Matthew Draper
2016-03-02
1
-0
/
+88
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Make tests a bit more beautiful
Sam Davies
2015-11-05
1
-10
/
+13
|
*
|
|
|
|
Correctly deallocate prepared statements if we fail inside a transaction
Sam Davies
2015-11-05
1
-0
/
+85
*
|
|
|
|
|
Respect through association scopes when used with polymorphic
Sean Griffin
2016-02-29
1
-0
/
+7
*
|
|
|
|
|
Merge pull request #18766 from yasyf/issue_17864
Sean Griffin
2016-02-29
2
-0
/
+38
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Honour the order of the joining model in a `has_many :through`
Yasyf Mohamedali
2015-03-02
2
-0
/
+38
*
|
|
|
|
|
Fix test name typo prescence -> presence
eileencodes
2016-02-27
1
-1
/
+1
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Fix uniqueness validation with an after_create hook.
Joe Rafaniello
2016-02-25
1
-0
/
+18
*
|
|
|
|
Ensure suppressor runs before validations
eileencodes
2016-02-24
2
-1
/
+13
*
|
|
|
|
Ensure `drop_table` even if tests failure or interrupted
Ryuta Kamizono
2016-02-24
1
-7
/
+5
*
|
|
|
|
`drop_table :test_text_limits` as well
Ryuta Kamizono
2016-02-24
1
-9
/
+13
[next]