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
/
lib
/
active_record
/
relation
/
delegation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor `generated_relation_methods` to remove duplicated code on `ClassSpec...
Ryuta Kamizono
2019-02-28
1
-31
/
+20
*
Relation no longer respond to Arel methods
Ryuta Kamizono
2019-02-06
1
-1
/
+1
*
Remove delegation of missing methods in a relation to arel
Rafael Mendonça França
2019-01-17
1
-4
/
+0
*
Remove delegation of missing methods in a relation to private methods of the ...
Rafael Mendonça França
2019-01-17
1
-5
/
+0
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-1
/
+1
*
Generate delegation methods to named scope in the definition time
Ryuta Kamizono
2018-10-09
1
-0
/
+30
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
Deprecate accessibility of private/protected class methods in named scope
Ryuta Kamizono
2018-03-30
1
-2
/
+4
*
Bring back private class methods accessibility in named scope
Ryuta Kamizono
2018-03-27
1
-0
/
+3
*
Revert "Delegate `uniq` to `records`"
Ryuta Kamizono
2018-02-18
1
-1
/
+1
*
Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect...
Ryuta Kamizono
2017-11-10
1
-1
/
+1
*
Remove unused explicit delegation to `klass` in `relation`
Ryuta Kamizono
2017-09-14
1
-2
/
+1
*
Merge pull request #30377 from keepcosmos/delegate-missing-methods
Matthew Draper
2017-08-31
1
-2
/
+2
|
\
|
*
Delegate :rindex, :slice, :rotate to 'records'
keepcosmos
2017-08-24
1
-2
/
+2
*
|
Should be appear deprecation message for every call (#29649)
Ryuta Kamizono
2017-08-27
1
-8
/
+0
|
/
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Deprecate delegating to `arel` in `Relation`
Ryuta Kamizono
2017-06-29
1
-0
/
+2
*
Merge pull request #28932 from kamipo/remove_method_missing_in_relation_deleg...
Rafael França
2017-06-28
1
-10
/
+0
|
\
|
*
Remove `method_missing` in `Relation::Delegation`
Ryuta Kamizono
2017-04-30
1
-10
/
+0
*
|
Remove delegating to arel in a relation
Ryuta Kamizono
2017-06-29
1
-2
/
+0
*
|
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
1
-2
/
+0
|
\
\
|
*
|
Fix association with extension issues
Ryuta Kamizono
2017-05-28
1
-2
/
+0
|
|
/
*
/
Delegate `ast` and `locked` to `arel` explicitly
Ryuta Kamizono
2017-05-06
1
-0
/
+2
|
/
*
Merge pull request #28828 from kamipo/fix_extending_modules_on_association
Rafael França
2017-04-25
1
-0
/
+2
|
\
|
*
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
Ryuta Kamizono
2017-04-22
1
-0
/
+2
*
|
`respond_to_missing?` should be private
Ryuta Kamizono
2017-04-22
1
-5
/
+3
|
/
*
Use `load` rather than `collect` for force loading
Ryuta Kamizono
2017-03-19
1
-1
/
+1
*
Delegate `uniq` to `records`
Ryuta Kamizono
2017-03-18
1
-1
/
+1
*
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
-0
/
+1
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Mark internal cache constants as private
Matthew Draper
2016-12-31
1
-1
/
+4
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
1
-1
/
+1
*
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-2
/
+0
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
Override `respond_to_missing?` instead of `respond_to?` when possible
Sean Griffin
2016-08-31
1
-1
/
+1
*
Merge pull request #26012 from grosser/grosser/missing
Sean Griffin
2016-08-14
1
-1
/
+1
|
\
|
*
add index to array methods so we can call it on relations
Michael Grosser
2016-08-12
1
-1
/
+1
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-21
/
+21
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-3
/
+3
|
/
*
adds missing requires
Xavier Noria
2016-07-24
1
-0
/
+1
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
delegate encode_with instead of to_yaml, which is deprecated
Vipul A M
2016-05-05
1
-1
/
+1
*
connection adapters column, delegation in Active Record have not use of ‘se...
Gaurav Sharma
2016-03-31
1
-1
/
+0
*
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
1
-1
/
+1
*
Add methods to array delegation from `Relation`
Kevin Dougherty
2016-02-19
1
-1
/
+2
*
Ensure `Relation` responds to `shuffle`
Sean Griffin
2015-12-01
1
-1
/
+1
[next]