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
*
copy edits 908f2616
Vijay Dev
2011-09-20
1
-4
/
+4
*
Document ActiveRecord::QueryMethods#select
Ryan Bigg
2011-09-17
1
-0
/
+29
*
minor edit
Vijay Dev
2011-09-14
1
-1
/
+1
*
Add documentation for the extending method in ActiveRecord:QueryMethods
Ryan Bigg
2011-09-14
1
-0
/
+36
*
Merge pull request #2485 from akaspick/exists_fix
Jon Leighton
2011-09-07
1
-1
/
+3
|
\
|
*
fix exists? to return false if passed nil (which may come from a missing URL ...
Andrew Kaspick
2011-08-10
1
-1
/
+3
*
|
Use LIMIT sql word in last when it's possible
Damien Mathieu
2011-09-05
1
-1
/
+5
*
|
use LIMIT SQL word in first - Closes #2783
Damien Mathieu
2011-09-05
1
-1
/
+1
*
|
We need to recorder here. Need to drop the order from default scope.
Arun Agrawal
2011-09-05
1
-1
/
+1
*
|
Revert "Fixes bug in ActiveRecord::QueryMethods, #1697"
Jon Leighton
2011-09-04
1
-2
/
+4
*
|
Fixes bug in ActiveRecord::QueryMethods, #1697
Joshua Wehner
2011-08-31
1
-4
/
+2
*
|
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
[next]