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
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-05
1
-1
/
+1
|
\
|
*
Fix WhereChain docs to mention only not
Ernie Miller
2013-03-04
1
-1
/
+1
*
|
Remove .all usage from unscope doc examples [ci skip]
Carlos Antonio da Silva
2013-03-04
1
-4
/
+4
*
|
Use 1.9 hash style in changelog and doc examples [ci skip]
Carlos Antonio da Silva
2013-03-04
1
-3
/
+3
*
|
Created an unscope method for removing relations from a chain of
wangjohn
2013-03-03
1
-0
/
+94
*
|
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
Steve Klabnik
2013-02-27
1
-5
/
+0
|
/
*
Expand order(:symbol) to "table".symbol to prevent broken queries on PG.
Yves Senn
2013-02-25
1
-0
/
+5
*
Make explicit the method will raise an exception
Rafael Mendonça França
2013-02-24
1
-10
/
+10
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-1
/
+1
*
adds a missing LIMIT 1 in #take docs
Xavier Noria
2013-02-23
1
-1
/
+1
*
Merge pull request #9345 from wangjohn/change_name_of_query_method_argument_c...
Rafael Mendonça França
2013-02-20
1
-10
/
+10
|
\
|
*
Renaming the check_empty_arguments method to something more descriptive.
wangjohn
2013-02-20
1
-10
/
+10
*
|
removes some remaining relation bang methods documentation [ci skip]
Xavier Noria
2013-02-20
1
-3
/
+0
*
|
adds an example in the docs of #not with multiple conditions [ci skip]
Xavier Noria
2013-02-20
1
-4
/
+8
|
/
*
Added comments about the check_empty_arguments method which is called
wangjohn
2013-02-20
1
-11
/
+27
*
Raise an error when query methods have blank arguments, and when blank argume...
John J Wang
2013-02-19
1
-9
/
+23
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-02-15
2
-0
/
+24
|
\
|
*
copy edits [ci skip]
Vijay Dev
2013-02-15
1
-1
/
+1
|
*
Add example for ActiveRecord::Base.joins using a string as argument
Maurizio De Santis
2013-02-07
1
-0
/
+5
|
*
Add example for ActiveRecord::Base.group using a string as argument
Maurizio De Santis
2013-02-07
1
-0
/
+3
|
*
Add documentation for ActiveRecord.select when use strings as arguments
Maurizio De Santis
2013-02-07
1
-0
/
+10
|
*
Add ActiveRecord.count documentation when used on group relations
Maurizio De Santis
2013-02-07
1
-0
/
+6
*
|
Use IN operator like arel for empty hash in where clause
robertomiranda
2013-02-09
1
-1
/
+1
*
|
Reverting e170014113 (Change behaviour with empty hash in where clause)
Guillermo Iguaran
2013-02-08
1
-1
/
+1
*
|
Reverting 16f6f25 (Change behaviour with empty array in where clause)
Guillermo Iguaran
2013-02-08
1
-2
/
+0
*
|
Change behaviour with empty array in where clause
robertomiranda
2013-02-08
1
-0
/
+2
*
|
Change behaviour with empty hash in where clause
robertomiranda
2013-02-08
1
-1
/
+1
*
|
active_record: Quote numeric values compared to string columns.
Dylan Smith
2013-02-07
1
-0
/
+5
|
/
*
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
[next]