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
*
Docs: ActiveRecord::QueryMethods#joins
Jared Beck
2015-11-25
1
-2
/
+22
*
Merge pull request #21000 from twalpole/find_or_parameter_issues
Sean Griffin
2015-11-23
1
-0
/
+4
|
\
|
*
Update and fix forbidden attributes tests
Thomas Walpole
2015-11-03
1
-0
/
+4
*
|
Remove blanket array delegation from `Relation`
Sean Griffin
2015-11-23
1
-14
/
+2
*
|
Raise ArgumentError when passing a truthy value to merge
Andrew White
2015-11-17
1
-1
/
+3
*
|
Make `AR::SpawnMethods#merge!` to check an arg is a Proc
yui-knk
2015-11-12
1
-3
/
+5
*
|
docs, get rid of artifact in `RecordFetchWarning` docs.
Yves Senn
2015-11-07
1
-0
/
+2
|
/
*
Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`
yui-knk
2015-11-02
1
-5
/
+1
*
Alias left_joins to left_outer_joins
Takashi Kokubun
2015-10-31
1
-0
/
+2
*
Merge pull request #12071 from Crunch09/outer_joins
Sean Griffin
2015-10-30
1
-1
/
+39
|
\
|
*
added ActiveRecord::Relation#left_outer_joins
Florian Thomas
2015-05-19
1
-1
/
+39
*
|
Merge pull request #13008 from ktheory/sanitize_order
Sean Griffin
2015-10-29
1
-0
/
+7
|
\
\
|
*
|
Support SQL sanitization in AR::QueryMethods#order
Aaron Suggs
2013-11-22
1
-0
/
+7
*
|
|
Do not omit parentheses [ci skip]
Ryuta Kamizono
2015-10-25
1
-1
/
+1
*
|
|
Refactor Calculations#execute_grouped_calculation and clean AR test case
Rafael Sales
2015-10-22
1
-10
/
+4
*
|
|
Fix generated projection fields in group by query
Rafael Sales
2015-10-22
1
-1
/
+2
*
|
|
Merge pull request #20653 from repinel/allow-arel-select-count
Sean Griffin
2015-10-20
1
-1
/
+3
|
\
\
\
|
*
|
|
Allow select with Arel and count as well as calculations with Arel
Roque Pinel
2015-06-30
1
-1
/
+3
*
|
|
|
Qualify column names in calculation
Soutaro Matsumoto
2015-10-20
1
-1
/
+1
*
|
|
|
Green version of moving the handling of supported arguments to `where`
yui-knk
2015-10-18
2
-3
/
+3
*
|
|
|
Revert "Move the handling of supported arguments to `where`"
Rafael Mendonça França
2015-10-17
2
-1
/
+3
*
|
|
|
Move the handling of supported arguments to `where`
Sean Griffin
2015-10-16
2
-3
/
+1
*
|
|
|
`where` raises ArgumentError on unsupported types.
Jake Worth
2015-10-16
1
-0
/
+2
*
|
|
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
5
-55
/
+58
*
|
|
|
`private def` breaks RDoc. Move meathod to preserve the docs.
Yves Senn
2015-10-13
1
-6
/
+6
*
|
|
|
docs, :nodoc: `FromClause`, `QueryAttribute` and `WhereClauseFactory`.
Yves Senn
2015-10-13
3
-3
/
+3
*
|
|
|
docs, recognize code examples as Ruby in `Relation::QueryMethods` [ci skip]
Yves Senn
2015-10-13
1
-33
/
+37
*
|
|
|
docs, nodoc internal Active Record `DelegateCache`. [ci skip]
Yves Senn
2015-10-13
1
-3
/
+3
*
|
|
|
docs, fix highlighting for code examples in calculations.rb [ci skip]
Yves Senn
2015-10-13
1
-20
/
+20
*
|
|
|
Remove unused require
akihiro17
2015-10-08
1
-1
/
+0
*
|
|
|
Fix AC::Parameters not being sanitized for query methods.
Guo Xiang Tan
2015-10-02
1
-5
/
+3
*
|
|
|
Merge pull request #21775 from amitsuroliya/fix_column_alias_for
Rafael Mendonça França
2015-09-26
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
`column_alias_for` method is no more supporting *keys [ci skip]
amitkumarsuroliya
2015-09-26
1
-1
/
+0
*
|
|
|
|
Fix `ActiveRecord::PredicateBuilder` docs. as `register_handler` no more Clas...
amitkumarsuroliya
2015-09-26
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Correcting `ActiveRecord::ReadOnlyRecord` Error Message [ci skip]
amitkumarsuroliya
2015-09-26
1
-1
/
+1
*
|
|
|
docs, add missing closing bracket. [ci skip]
amitkumarsuroliya
2015-09-25
1
-1
/
+1
*
|
|
|
remove warning from Calculations#sum
yuuji.yaginuma
2015-09-23
1
-1
/
+1
*
|
|
|
Fix arguments of `AR::Calculations#sum`
yui-knk
2015-09-23
1
-3
/
+3
*
|
|
|
Ensure aliased attributes passed to `select` are quoted if using `from`
Sean Griffin
2015-09-21
1
-1
/
+1
*
|
|
|
Reduce calls to stringify_keys.
Guo Xiang Tan
2015-09-07
3
-4
/
+5
*
|
|
|
#where fails if opts.responds_to?(:==) unexpectedly
Samuel Williams
2015-09-05
1
-1
/
+1
*
|
|
|
Don't allocate a bunch of strings in `Relation::Merger`
Sean Griffin
2015-09-02
1
-4
/
+8
*
|
|
|
Add ActiveRecord::Relation#in_batches
Sina Siadat
2015-08-07
2
-9
/
+156
*
|
|
|
Extra caller details added to ActiveRecord::RecordNotFound
Sameer Rahmani
2015-07-21
1
-1
/
+2
*
|
|
|
Freeze string literals when not mutated.
schneems
2015-07-19
2
-4
/
+4
*
|
|
|
Fix regression caused by a01d164b
Rafael Mendonça França
2015-07-07
1
-2
/
+2
*
|
|
|
[skip ci] #distinct instead of #uniq
Jon Atack
2015-07-03
1
-2
/
+3
|
/
/
/
*
|
|
Update .pluck documentation on uniq
Prem Sichanugrist
2015-06-26
1
-1
/
+1
*
|
|
Include `Enumerable` in `ActiveRecord::Relation`
Sean Griffin
2015-06-19
3
-17
/
+8
*
|
|
Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is given
Sean Griffin
2015-06-19
1
-2
/
+6
[next]