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
2e2ac863d8d32a1868cc0e1a4802ccc2e03301f5
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Aaron Patterson
a8b4bdb3d6
avoid method_missing and reduce method calls
2010-09-10 10:22:22 -07:00
..
batches.rb
avoid method_missing and reduce method calls
2010-09-10 10:22:22 -07:00
calculations.rb
return is not needed here
2010-09-09 10:34:20 -07:00
finder_methods.rb
Use new finders syntax in docs.
2010-09-01 12:16:08 -03: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
creating a new array is required. who knew? :-(
2010-09-09 10:33:22 -07:00
spawn_methods.rb
intersection between a relation and an array works in both directions
2010-09-10 21:14:07 +10:00