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
*
extract deprecated code for #find, #first, #last, #all
Jon Leighton
2012-04-13
1
-105
/
+36
*
extract deprecated #calculate code
Jon Leighton
2012-04-13
1
-83
/
+25
*
move code out to active_record_deprecated_finders
Jon Leighton
2012-04-13
1
-7
/
+2
*
now we can just manipulate the values hash in #only and #except
Jon Leighton
2012-04-13
2
-32
/
+5
*
use a hash to store relation values
Jon Leighton
2012-04-13
3
-30
/
+55
*
doesn't make sense for select! to take a block
Jon Leighton
2012-04-13
1
-8
/
+3
*
remove apply_finder_options call from AssociationScope
Jon Leighton
2012-04-13
2
-2
/
+2
*
Make Relation#extending work like other value methods
Jon Leighton
2012-04-13
3
-16
/
+9
*
Add Relation#merge!
Jon Leighton
2012-04-13
1
-9
/
+12
*
assert valid keys
Jon Leighton
2012-04-13
1
-0
/
+5
*
Allow Relation#merge to take a hash
Jon Leighton
2012-04-13
2
-46
/
+74
*
we have no need for the ASSOCIATION_METHODS constant
Jon Leighton
2012-04-13
2
-3
/
+3
*
refactoring
Jon Leighton
2012-04-13
1
-36
/
+45
*
Extract clusterfuck method for surgery
Jon Leighton
2012-04-13
2
-71
/
+92
*
mention that coercion only happens when the primary key is an integer and use...
Reg Braithwaite
2012-04-12
1
-2
/
+2
*
Documents that ActiveRecord's find by id uses to_i to coerce its arguments to...
Reg Braithwaite
2012-04-12
1
-1
/
+3
*
Add bang versions of relation query methods.
Jon Leighton
2012-04-12
1
-84
/
+135
*
move apply_finder_options to active_record_deprecated_finders
Jon Leighton
2012-04-12
1
-22
/
+0
*
Add Relation#find_by and Relation#find_by!
Jon Leighton
2012-03-30
1
-0
/
+19
*
Remove Arel::Relation constant from PredicateBuilder.
Juanjo Bazán
2012-03-27
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-03-27
1
-1
/
+1
|
\
|
*
Missing generated query for pluck method.
Juanjo Bazán
2012-03-27
1
-1
/
+1
*
|
Remove 'needless boolean casting'.
Jack Chen (chendo)
2012-03-26
1
-1
/
+1
|
/
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-10
/
+0
*
Add dynamic find_or_create_by_{attribute}! method.
Andrew White
2012-03-12
1
-1
/
+1
*
fix activerecord query_method regression with offset into Fixnum
Denis Jean
2012-03-12
1
-1
/
+1
*
Merge pull request #5255 from carlosantoniodasilva/active-record-review
Piotr Sarnacki
2012-03-03
1
-14
/
+13
|
\
|
*
Refactor and cleanup in some ActiveRecord modules
Carlos Antonio da Silva
2012-03-03
1
-14
/
+13
*
|
Merge pull request #4984 from raghunadhd/change_orderhash
Vijay Dev
2012-03-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Refactored code
Raghunadh
2012-02-10
1
-1
/
+1
*
|
use bind values for join columns
Aaron Patterson
2012-02-27
3
-6
/
+10
*
|
use regular ruby for fewer method calls. we do not need :gift:s!
Aaron Patterson
2012-02-24
1
-1
/
+4
*
|
prepared statements can be disabled
Aaron Patterson
2012-02-21
1
-1
/
+1
*
|
typecast columns based on the returned types
Aaron Patterson
2012-02-09
1
-2
/
+14
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-02-09
1
-2
/
+2
|
\
|
*
use appropriate words for docs of Model.none
Rohit Arondekar
2012-02-07
1
-2
/
+2
|
*
minor tidy up of none relation query method
Rohit Arondekar
2012-02-06
1
-2
/
+2
|
*
Fix code example in ActiveRecord::Relation#none
Carlos Antonio da Silva
2012-02-01
1
-3
/
+3
*
|
AR::Relation#pluck: improve to work with joins
Bogdan Gusiev
2012-02-08
1
-0
/
+3
*
|
document the AR none method [ci skip]
Vijay Dev
2012-02-01
1
-7
/
+7
|
/
*
Revert "Merge pull request #4746 from jenslukowski/issue4718"
Aaron Patterson
2012-01-31
1
-8
/
+1
*
Merge pull request #4805 from xuanxu/none_and_null_object_pattern
Jon Leighton
2012-01-31
1
-0
/
+33
|
\
|
*
Added `none` query method to return zero records.
Juanjo Bazán
2012-01-31
1
-0
/
+33
*
|
Merge pull request #4746 from jenslukowski/issue4718
Aaron Patterson
2012-01-31
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
fix for Issue 4718
Jens Lukowski
2012-01-29
1
-1
/
+8
*
|
rewrites a couple of alternations in regexps as character classes
Xavier Noria
2012-01-30
1
-1
/
+1
|
/
*
select doesn't take multiple arguments - fixes #4539 [ci skip]
Vijay Dev
2012-01-19
1
-5
/
+5
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-2
/
+2
*
infer references from Relation#order
Jon Leighton
2012-01-16
1
-1
/
+7
*
store references as a string
Jon Leighton
2012-01-16
1
-1
/
+1
[next]