This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3d7e4119539f373720bc9aa398ecbb6542c7dc21
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Ken Collins
0e9bc23c0e
Fix the #using_limitable_reflections? helper to work correctly by not examining the length of an array which contains false/true, hence always passing. [
#4869
state:resolved]
...
Signed-off-by: José Valim <
jose.valim@gmail.com
>
2010-07-08 22:34:34 +02:00
..
batches.rb
Improve code from
231d7676f7
2010-05-09 12:33:25 +01:00
calculations.rb
revises the rdoc of #average according to
5f3bd55
, and realigns when clauses
2010-05-12 08:47:55 +02:00
finder_methods.rb
Fix the #using_limitable_reflections? helper to work correctly by not examining the length of an array which contains false/true, hence always passing. [
#4869
state:resolved]
2010-07-08 22:34:34 +02:00
predicate_builder.rb
No need to check if the attribute exists (this is the same behavior as in 2.3) [
#4994
state:resolved] and [
#5003
state:resolved]
2010-06-29 20:15:32 +02:00
query_methods.rb
Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope. A few examples:
2010-06-29 17:18:55 +02:00
spawn_methods.rb
array subtraction should be faster than iterating over all the elements
2010-06-29 17:57:06 +02:00