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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all the Relation finder methods consistent
Pratik Naik
2010-08-31
1
-32
/
+67
*
Merge remote branch 'miloops/rails_master_fixes'
Pratik Naik
2010-08-31
1
-15
/
+26
|
\
|
*
Avoid calling build_where is no argument is given.
Emilio Tagua
2010-08-31
1
-1
/
+1
|
*
Improved conditionals usage to prevent calling methods.
Emilio Tagua
2010-08-31
1
-8
/
+19
|
*
Don't test conditional in iteration if it is not present just clone it.
Emilio Tagua
2010-08-31
1
-9
/
+9
*
|
Remove default values for Relation#limit/offset/from/create_with
Pratik Naik
2010-08-31
1
-4
/
+4
*
|
Change relation merging to always append select, group and order values
Pratik Naik
2010-08-31
1
-7
/
+10
|
/
*
PERF: Avoid two method calls
Santiago Pastorino
2010-08-28
1
-1
/
+1
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-26
1
-8
/
+6
|
\
|
*
minor formatting fixes
Neeraj Singh
2010-08-25
1
-8
/
+6
*
|
use blank? instead of present?, mark SQL literals as SQL literals
Aaron Patterson
2010-08-25
1
-5
/
+5
*
|
no need to send on a public method
Aaron Patterson
2010-08-25
1
-1
/
+1
*
|
refactor select { is_a? } to grep()
Aaron Patterson
2010-08-25
1
-1
/
+1
|
/
*
sql literal strings should be marked as sql literal strings
Aaron Patterson
2010-08-23
1
-1
/
+3
*
we should wrap strings as sql literals
Aaron Patterson
2010-08-19
1
-1
/
+1
*
refactoring to remove duplicate logic
Aaron Patterson
2010-08-18
1
-4
/
+3
*
call to present? is not necessary
Aaron Patterson
2010-08-18
1
-2
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
3
-34
/
+34
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-1
/
+1
*
avoid direct use of arel constants
Aaron Patterson
2010-08-13
1
-2
/
+4
*
Ensure we can nest include calls [#5285 state:resolved]
Neeraj Singh
2010-08-12
2
-2
/
+8
*
subtracting blank strings is slightly faster than blank?
Aaron Patterson
2010-08-11
1
-3
/
+1
*
avoid multiple hash lookups
Aaron Patterson
2010-08-11
1
-2
/
+6
*
avoiding tap saves us time
Aaron Patterson
2010-08-11
1
-2
/
+6
*
unless Array#empty? is faster than if Array#present?
Aaron Patterson
2010-08-11
1
-1
/
+1
*
stop using private methods
Aaron Patterson
2010-08-11
1
-2
/
+2
*
adds missing requires for Object#try
Xavier Noria
2010-08-09
1
-0
/
+1
*
avoid passing lists of lists to the group clause
Aaron Patterson
2010-08-04
1
-1
/
+1
*
call to_a since we are not passing anything to all()
Aaron Patterson
2010-08-04
1
-1
/
+1
*
fisting indentation
Aaron Patterson
2010-08-04
1
-3
/
+3
*
do not pass AR objects to ARel
Aaron Patterson
2010-08-04
1
-0
/
+2
*
avoid passing AR::Base objects to Arel when we can
Aaron Patterson
2010-08-03
1
-0
/
+2
*
order query is already a string, no need to to_s
Aaron Patterson
2010-08-03
1
-2
/
+2
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
2
-36
/
+66
*
reverting where() functionality, adding a test
Aaron Patterson
2010-07-30
1
-4
/
+4
*
fewer method calls, using faster methods when possible
Aaron Patterson
2010-07-30
1
-5
/
+5
*
reducing function calls and using faster methods for testing
Aaron Patterson
2010-07-30
1
-9
/
+3
*
got the ternary backwards. somehow the sqlite tests passed!
Aaron Patterson
2010-07-29
1
-1
/
+1
*
PERF: avoiding splat args and reducing function calls
Aaron Patterson
2010-07-29
1
-8
/
+5
*
Shouldn't have committed this! Revert "avoid calling to_sql twice"
Aaron Patterson
2010-07-28
1
-7
/
+4
*
avoid calling to_sql twice
Aaron Patterson
2010-07-28
1
-4
/
+7
*
Revert "Style fixes"
Pratik Naik
2010-07-15
1
-20
/
+20
*
Style fixes
wycats
2010-07-14
1
-20
/
+20
*
Style fixes
Pratik Naik
2010-07-14
1
-20
/
+20
*
Fix the #using_limitable_reflections? helper to work correctly by not examini...
Ken Collins
2010-07-08
1
-1
/
+1
*
No need to check if the attribute exists (this is the same behavior as in 2.3...
José Valim
2010-06-29
1
-3
/
+1
*
array subtraction should be faster than iterating over all the elements
Neeraj Singh
2010-06-29
1
-1
/
+1
*
Add scoping and unscoped as the syntax to replace the old with_scope and with...
José Valim
2010-06-29
1
-2
/
+3
*
Remove unneeded reject
Santiago Pastorino
2010-06-28
1
-8
/
+1
*
Refactor: metaprogramming here it's confusing and make use of tap
Santiago Pastorino
2010-06-26
1
-64
/
+73
[next]