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
/
relation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix failing tests
Sean Griffin
2017-07-25
1
-1
/
+1
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
4
-60
/
+52
*
Merge pull request #29732 from kirs/frozen-activerecord
Rafael França
2017-07-21
9
-0
/
+18
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
9
-0
/
+18
*
|
Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"
Sean Griffin
2017-07-21
2
-11
/
+19
|
/
*
Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes
Maxime Lapointe
2017-07-13
1
-1
/
+17
*
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`
Ryuta Kamizono
2017-07-11
1
-33
/
+5
*
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
1
-1
/
+6
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
9
-9
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
9
-0
/
+9
*
Deprecate delegating to `arel` in `Relation`
Ryuta Kamizono
2017-06-29
1
-0
/
+15
*
Merge pull request #29415 from kamipo/remove_unused_defined_association
Guillermo Iguaran
2017-06-16
1
-1
/
+1
|
\
|
*
Remove unused defined association
Ryuta Kamizono
2017-06-11
1
-1
/
+1
*
|
Don't require 'unscope' to be the same for both sides of a 'or' relation.
Dan Sherson
2017-06-15
1
-0
/
+25
|
/
*
Prevent making bind param if casted value is nil
Ryuta Kamizono
2017-05-31
1
-1
/
+5
*
Merge pull request #29003 from kamipo/delegate_ast_and_locked_to_arel_explicitly
Matthew Draper
2017-05-28
1
-1
/
+1
|
\
|
*
Delegate `ast` and `locked` to `arel` explicitly
Ryuta Kamizono
2017-05-06
1
-1
/
+1
*
|
Remove unused `left_joins_values` generation
Ryuta Kamizono
2017-05-23
1
-1
/
+1
|
/
*
Remove unused `DelegationTest#call_method`
Ryuta Kamizono
2017-05-06
1
-27
/
+7
*
Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`
Ryuta Kamizono
2017-05-04
2
-18
/
+10
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
2
-3
/
+3
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
2
-3
/
+3
*
Replace \Z to \z
Ryuta Kamizono
2017-04-24
1
-1
/
+1
*
Add a test case for #20802
Ryuta Kamizono
2017-04-13
1
-0
/
+5
*
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
2
-3
/
+3
*
Simply delegate `as_json` to `records`
Ryuta Kamizono
2017-03-10
1
-1
/
+1
*
Delegate `to_sentence` and `to_fomatted_s` to `records`
kenta-s
2017-02-04
1
-1
/
+2
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
2
-3
/
+3
*
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
2
-3
/
+3
|
\
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
2
-3
/
+3
*
|
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
1
-17
/
+1
*
|
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-1
/
+1
|
/
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
2
-4
/
+4
*
Change require order to come `require "models/post"` before `require "models/...
Yasuo Honda
2016-09-02
1
-1
/
+1
*
Do not handle as an associated predicate if a table has the column
Ryuta Kamizono
2016-08-16
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-4
/
+4
*
Use `ActiveRecord::TestCase` rather than `ActiveSupport::TestCase` in AR test...
Ryuta Kamizono
2016-08-11
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-10
/
+10
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
3
-17
/
+17
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
9
-121
/
+121
*
No need `public_send`
Ryuta Kamizono
2016-07-17
1
-2
/
+2
*
Add missing test case for record_fetched_greater_than config
Prathamesh Sonpatki
2016-04-11
1
-11
/
+23
*
Merge pull request #22365 from phuibonhoa/phuibonhoa/polymorphic_where_multip...
Sean Griffin
2016-02-17
1
-1
/
+13
|
\
|
*
Fixed `where` for polymorphic associations when passed an array containing di...
Philippe Huibonhoa
2016-02-16
1
-1
/
+13
*
|
Show proper error message when a non-relation object is passed to AR::Relatio...
Prathamesh Sonpatki
2016-02-17
1
-0
/
+6
|
/
[next]