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
*
The join_nodes must be passed to the JoinDependency initializer and therefore...
Jon Leighton
2011-08-29
1
-7
/
+2
*
Fix PredicateBuilder clobbering select_values in subquery.
Ernie Miller
2011-08-20
1
-1
/
+1
*
Fix assumption of primary key name in PredicateBuilder subquery.
Ernie Miller
2011-08-20
1
-1
/
+1
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
2
-5
/
+5
*
Revert "Merge pull request #2309 from smasry/master"
Jon Leighton
2011-07-28
1
-1
/
+1
*
Reverse order fix when using function for ActiveRecord::QueryMethods Fixes #1697
Samer Masry
2011-07-27
1
-1
/
+1
*
Fixed failing query when performing calculation with having based on select.
Dmitriy Kiriyenko
2011-07-27
1
-0
/
+1
*
Revert "allow select to have multiple arguments"
Piotr Sarnacki
2011-07-26
1
-6
/
+3
*
allow select to have multiple arguments
Sławosz Sławiński
2011-07-26
1
-3
/
+6
*
Ordering with extra spaces was raising a SQL exception
Franck Verrot
2011-07-24
1
-0
/
+1
*
avoid Symbol#to_proc
Vijay Dev
2011-07-20
1
-1
/
+1
*
ActiveRecord: Fix eager loading so that giving a blank order clause generates...
Elliot Winkler
2011-07-18
1
-1
/
+1
*
Merge pull request #1807 from caius/find_in_batches_id_bug
Santiago Pastorino
2011-07-14
1
-2
/
+5
|
\
|
*
Stop find_in_batches using the records after yielding.
Caius Durling
2011-06-21
1
-2
/
+5
*
|
Merge pull request #1823 from gnarg/master
Santiago Pastorino
2011-07-10
1
-2
/
+2
|
\
\
|
*
|
Log instrumentation name for exists? queries
Jon Guymon
2011-06-22
1
-2
/
+2
*
|
|
fix AR having() not to raise NoMethodError when the given argument does not r...
Akira Matsuda
2011-07-09
1
-3
/
+3
*
|
|
Make `ActiveRecord::Batches#find_each` to not return `self`.
knapo
2011-07-07
1
-2
/
+0
*
|
|
Remove case statement changes from 2e0840d and 56ac32a. Inheritance FTW.
Ernie Miller
2011-07-06
1
-1
/
+1
*
|
|
Merge pull request #1273 from jeremyf/feature-association-proxy-send
Santiago Pastorino
2011-07-06
1
-0
/
+1
|
\
\
\
|
*
|
|
Addresses an inconsistency in the ActiveRecord::Base.method_missing handling ...
Jeremy Friesen
2011-05-24
1
-0
/
+1
*
|
|
|
Fixed AR::Relation#sum compatibility with Array#sum
Bogdan Gusiev
2011-07-05
1
-2
/
+6
*
|
|
|
Fix case
Oriol Gual
2011-06-28
1
-2
/
+1
*
|
|
|
Update reverse order with new Arel Nodes
Oriol Gual
2011-06-28
1
-1
/
+2
*
|
|
|
default create_with_value to a hash so we can eliminate conditionals, add tes...
Aaron Patterson
2011-06-27
2
-2
/
+2
*
|
|
|
Apply the default scope earlier when doing calculations. Fixes #1682.
Jon Leighton
2011-06-23
1
-5
/
+11
|
|
/
/
|
/
|
|
*
|
|
Support reversal of ARel orderings in reverse_sql_order
Ernie Miller
2011-06-20
1
-3
/
+12
|
|
/
|
/
|
*
|
Fix issue #1272
Brian Mathiyakom
2011-06-01
1
-8
/
+7
*
|
Ensure that calculations properly override the select value even if it's set ...
Jon Leighton
2011-05-31
1
-2
/
+2
*
|
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
2
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
2
-5
/
+5
*
|
Add support for passing mass assignment roles to dynamic finders. Closes #1170.
Andrew White
2011-05-21
1
-2
/
+2
*
|
Syntax cleanup: for in => each
Guillermo Iguaran
2011-05-19
1
-1
/
+1
|
/
*
Bug fixes:
Fadzril Muhamad & Joseph Palermo
2011-05-12
1
-5
/
+4
*
Merge pull request #451 from baroquebobcat/fixing_last_for_issue_371
Jon Leighton
2011-05-08
1
-1
/
+6
|
\
|
*
Fix for #371
Nick Howard
2011-05-08
1
-1
/
+6
*
|
Ensure that ORDER BY clauses from default scopes are not included in calculat...
Jon Leighton
2011-05-08
1
-1
/
+1
|
/
*
supporting nil when passed in as an IN clause
Aaron Patterson
2011-04-29
1
-1
/
+12
*
deprecated the use of the guard_protected_attributes argument with attributes...
Josh Kalderimis
2011-04-25
1
-2
/
+2
*
stop using distinct on for the unique id queries. [#6450 state:resolved]
Aaron Patterson
2011-04-21
1
-0
/
+2
*
use index based substitution for bind parameters
Aaron Patterson
2011-04-13
1
-1
/
+1
*
Evaluate default scopes at the last possible moment in order to avoid problem...
Jon Leighton
2011-04-12
2
-4
/
+14
*
stop using deprecated methods in arel
Aaron Patterson
2011-04-11
1
-2
/
+2
*
Use IM when trying to load records using ID.
Emilio Tagua
2011-04-04
1
-0
/
+9
*
Merge branch 'master' into zomg
Aaron Patterson
2011-03-29
3
-11
/
+23
|
\
|
*
Quote find_in_batches ORDER BY clause [#6620 state:resolved]
Andrew White
2011-03-29
1
-1
/
+1
|
*
Change exists? so that it doesn't instantiate records [#6127 state:resolved]
Andrew White
2011-03-29
1
-4
/
+10
|
*
Bring #reorder back
Sebastian Martinez
2011-03-28
1
-0
/
+4
|
*
removes unnecessary selfs, and mentions that first! and last! take no argumen...
Xavier Noria
2011-03-26
1
-4
/
+6
|
*
No arguments for first! and last!
Pratik Naik
2011-03-25
1
-4
/
+4
[next]