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
*
fix activerecord query_method regression with offset into Fixnum
Denis Jean
2012-03-13
1
-1
/
+1
*
Add dynamic find_or_create_by_{attribute}! method.
Andrew White
2012-03-12
1
-1
/
+1
*
prepared statements can be disabled
Aaron Patterson
2012-02-21
1
-1
/
+1
*
select doesn't take multiple arguments - fixes #4539 [ci skip]
Vijay Dev
2012-01-19
1
-2
/
+2
*
add documentation explaining reorder behavior
Matt Jones
2012-01-11
1
-0
/
+10
*
Merge pull request #4282 from edgecase/order_after_reorder
Aaron Patterson
2012-01-04
3
-7
/
+17
*
Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_ids
Aaron Patterson
2011-12-28
1
-1
/
+1
*
Remove empty line.
Marcos Tapajós
2011-12-28
1
-1
/
+0
*
Closes #4208
Marcos Tapajós
2011-12-27
1
-2
/
+3
*
Make ActiveRecord::Relation#pluck work with serialized attributes
Jon Leighton
2011-12-22
1
-4
/
+4
*
Do not raise an exception if an invalid route was generated automatically.
José Valim
2011-12-16
1
-1
/
+1
*
Set up delegations also for to_a and arel branches.
José Valim
2011-12-15
1
-2
/
+9
*
Move delegation reponsibilities of Relation to a module. Also precompile meth...
José Valim
2011-12-15
1
-0
/
+42
*
ActiveRecord::Relation#pluck method
Bogdan Gusiev
2011-11-30
1
-0
/
+17
*
pushing caching and visitors down to the connection
Aaron Patterson
2011-11-19
1
-1
/
+1
*
Fixes issue #3483, regarding using a mixture of ranges and discrete values in...
Ryan Naughton
2011-11-14
1
-6
/
+8
*
exclude ORDER BY clause when querying Relation#exists?
Akira Matsuda
2011-11-09
1
-1
/
+1
*
Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query
Jon Leighton
2011-11-05
1
-6
/
+24
*
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
[next]