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
5b42e9660201fc721075d2bfbe13edb0014dbde2
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Xavier Noria
236f1f52cd
Merge branch 'master' of git://github.com/lifo/docrails
2011-01-20 10:33:38 +01:00
..
batches.rb
ActiveRecord::Relation#primary_key should return a string, just like ActiveRecord::Base.primary_key does.
2011-01-03 16:24:32 -08:00
calculations.rb
Always return decimal average of integer fields
2011-01-10 15:51:32 -08:00
finder_methods.rb
use select_all because not all database adapters support bind values
2011-01-08 19:59:31 -08:00
predicate_builder.rb
User id instead of quoted_id to prevent double quoting. Fixes failing test for bug
#6036
.
2011-01-04 01:21:26 +08:00
query_methods.rb
ActiveRecord::Relation#primary_key should return a string, just like ActiveRecord::Base.primary_key does.
2011-01-03 16:24:32 -08:00
spawn_methods.rb
Merge branch 'master' of git://github.com/lifo/docrails
2011-01-20 10:33:38 +01:00