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
*
Prevent Relation#merge from collapsing wheres on the RHS
Jon Leighton
2013-01-27
1
-17
/
+19
*
`#count` in conjunction with `#uniq` performs distinct count.
Yves Senn
2013-01-26
1
-1
/
+2
*
reduce the number of queries on IN clauses, fix relation queries in `where`
Aaron Patterson
2013-01-24
2
-1
/
+6
*
stop converting strings to symbols
Aaron Patterson
2013-01-24
1
-1
/
+1
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-1
/
+1
*
Refactor predicate builder when receiving empty hash
Carlos Antonio da Silva
2013-01-17
1
-4
/
+4
*
These are already required through AS/rails
Akira Matsuda
2013-01-07
2
-3
/
+0
*
refatctoring of some code repetition in spawn_methods
Angelo capilleri
2012-12-31
1
-8
/
+10
*
warning removed: shadowing outer local variable
Arun Agrawal
2012-12-30
1
-2
/
+2
*
fix time typcasting on group counts in PG
Aaron Patterson
2012-12-28
1
-2
/
+5
*
mysql does not return alias names, so fall back
Aaron Patterson
2012-12-28
1
-4
/
+10
*
fix PG typecasting errors
Aaron Patterson
2012-12-28
1
-2
/
+5
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-22
/
+16
*
Improve where.not docs [ci skip]
Carlos Antonio da Silva
2012-12-08
1
-14
/
+8
*
Rollback where.like and where.not_like
Carlos Antonio da Silva
2012-12-07
1
-26
/
+0
*
Document the types of arguments accepted by AR#not
claudiob
2012-12-07
1
-2
/
+11
*
Fix where.not with in clause
Carlos Antonio da Silva
2012-12-07
1
-3
/
+3
*
Update #where rdoc to match 6ba0f97 [ci skip]
claudiob
2012-12-07
1
-4
/
+4
*
Ensure there won't be any regression with where(nil) calls
Carlos Antonio da Silva
2012-12-07
1
-4
/
+4
*
Merge pull request #8332 from amatsuda/ar_where_chain
Carlos Antonio da Silva
2012-12-07
1
-7
/
+98
|
\
|
*
Relation.where with no args can be chained with not, like, and not_like
Akira Matsuda
2012-11-30
1
-7
/
+96
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-04
2
-17
/
+2
|
\
\
|
*
|
Cleans and removes useless 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-7
/
+2
|
*
|
remove unneeded Examples tag [ci skip]
Carlos Duclos
2012-12-01
1
-10
/
+0
*
|
|
Do not instantiate intermediate AR objects when eager loading.
Yves Senn
2012-12-04
1
-2
/
+4
|
/
/
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-12-01
1
-3
/
+3
|
\
\
|
*
|
copy edits [ci skip]
Vijay Dev
2012-12-01
1
-1
/
+1
|
*
|
Fix Calculations#pluck doc to mention several attributes can be selected [ci ...
Florent Guilleux
2012-12-01
1
-3
/
+3
|
|
/
*
|
Use separate Relation subclasses for each AR class
Jon Leighton
2012-11-30
1
-32
/
+100
*
|
Mark Relation mutators as :nodoc:
Jon Leighton
2012-11-30
2
-48
/
+23
|
/
*
Deprecate Relation#sum with a block.
Carlos Antonio da Silva
2012-11-21
1
-0
/
+6
*
Revert "Yield only one argument instead of splatting."
Carlos Antonio da Silva
2012-11-21
1
-14
/
+3
*
Remove not used require and some useless test comments
Carlos Antonio da Silva
2012-11-17
1
-2
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
5
-15
/
+15
|
\
|
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
5
-15
/
+15
*
|
arel columns can be used for grouping so that "weird" column names are usable
Aaron Patterson
2012-11-15
1
-0
/
+4
*
|
stop hardcoding FrontBase adapter conditionals
Aaron Patterson
2012-11-15
1
-1
/
+1
*
|
stop passing *args to generate aliases
Aaron Patterson
2012-11-15
1
-4
/
+2
*
|
create fewer relation objects
Aaron Patterson
2012-11-15
1
-3
/
+6
*
|
`#pluck` can be used on a relation with `select` clause.
Yves Senn
2012-11-12
1
-1
/
+3
*
|
Make ActiveRecord::Delegation#method_missing threadsafe
Jon Leighton
2012-11-10
1
-3
/
+21
*
|
Remove not used indifferent_access requires from Base and FinderMethods
Carlos Antonio da Silva
2012-11-07
1
-2
/
+0
*
|
Use cached quoted_table_name instead of going through the connection
Carlos Antonio da Silva
2012-11-07
1
-1
/
+1
*
|
Remove block given check from private find_with_ids
Carlos Antonio da Silva
2012-11-07
1
-2
/
+0
*
|
Use flat_map when building AR order
Carlos Antonio da Silva
2012-11-04
1
-6
/
+4
|
/
*
Fix find_in_batches against string IDs when start option is not specified.
Alexis Bernard
2012-10-31
1
-2
/
+2
*
ActiveRecord::Relation#none! method.
Juanjo Bazán
2012-10-28
1
-0
/
+5
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
2
-4
/
+4
*
use columns hash to look up the column for the count field
Aaron Patterson
2012-10-17
1
-1
/
+1
[next]