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
84cab320bc1faaddc142cbbb38713d3f29a8b07d
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Xavier Noria
fa8e17b5c2
Merge remote branch 'docrails/master'
2010-08-26 01:39:16 +02:00
..
batches.rb
call to_a since we are not passing anything to all()
2010-08-04 14:22:29 -07:00
calculations.rb
minor formatting fixes
2010-08-25 07:39:47 -04:00
finder_methods.rb
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -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
use blank? instead of present?, mark SQL literals as SQL literals
2010-08-25 05:17:49 -07:00
spawn_methods.rb
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00