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
*
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
*
Remove blanket array delegation from `Relation`
Sean Griffin
2015-11-23
1
-14
/
+2
*
docs, nodoc internal Active Record `DelegateCache`. [ci skip]
Yves Senn
2015-10-13
1
-3
/
+3
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
Allow Relation#compact using delegation
Jordan Raine
2015-05-28
1
-1
/
+1
*
Remove unneeded `require 'as/deprecation'`
claudiob
2015-01-04
1
-1
/
+0
*
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-1
/
+1
*
select! renamed to avoid name collision Array#select!
Earl J St Sauver
2014-04-21
1
-1
/
+1
*
Create a blacklist to disallow mutator methods to be delegated to `Array`.
Lauro Caetano
2013-12-17
1
-11
/
+14
*
argument prefix warning removed
Arun Agrawal
2013-12-13
1
-1
/
+1
*
Add a bunch of Relation -> Array delegate methods to the whitelist. This won'...
Jeremy Kemper
2013-12-12
1
-4
/
+12
*
Use `public_send` instead of just use `send`.
Lauro Caetano
2013-12-12
1
-5
/
+5
*
Use a whitelist to delegate methods to array
Lauro Caetano
2013-12-12
1
-18
/
+6
*
Deprecate the delegation of Array bang methods in ActiveRecord::Delegation
Ben Woosley
2013-09-04
1
-3
/
+14
*
no need to fully qualify
Aaron Patterson
2013-08-30
1
-1
/
+1
*
move the cache to the AR models and populate it on inherited
Aaron Patterson
2013-08-30
1
-20
/
+29
*
no need for the const_get since we lock
Aaron Patterson
2013-08-30
1
-5
/
+1
*
require a class for cache computations
Aaron Patterson
2013-08-30
1
-1
/
+3
*
cache misses should return self
Aaron Patterson
2013-08-30
1
-1
/
+1
*
stop relying on side effects of const_missing
Aaron Patterson
2013-07-23
1
-7
/
+7
*
add a specific factory method rather than using new
Aaron Patterson
2013-07-23
1
-4
/
+2
*
add missing :nodoc: marks to ActiveRecord::Delegation [ci skip]
Francesco Rodriguez
2013-04-29
1
-3
/
+3
*
Use define_method when method name contains weird characters.
Krzysztof Jurewicz
2013-03-18
1
-5
/
+3
[next]