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
*
Update Arel usage for rails/arel#98fc259
Sean Griffin
2014-11-29
2
-5
/
+5
*
Stop using `Arel::Table.engine`
Sean Griffin
2014-11-29
2
-3
/
+3
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
1
-4
/
+2
*
PERF: avoid string allocations
Sam
2014-11-20
1
-1
/
+6
*
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
1
-12
/
+0
*
rm `reorder_bind_params`
Sean Griffin
2014-11-17
1
-10
/
+0
*
Handle `RangeError` from casting in `find_by` and `find_by!` on Relation
Sean Griffin
2014-11-02
1
-0
/
+4
*
Pass the `SelectManager`, rather than the AST when querying w/ Relation
Sean Griffin
2014-11-02
1
-1
/
+1
*
Don't duplicate predicate building logic in Relation finders
Sean Griffin
2014-11-01
1
-5
/
+2
*
Use a bound parameter for the "id = " portion of update statements
Sean Griffin
2014-11-01
1
-3
/
+6
*
Correctly cast calculation results on PG
Sean Griffin
2014-11-01
1
-1
/
+2
*
[ci skip] `Relation#bind` is not public API
Sean Griffin
2014-11-01
1
-1
/
+1
*
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+17
*
Remove redundant substitute index when constructing bind values
Melanie Gilman
2014-10-31
1
-5
/
+4
*
Treat strings greater than int max value as out of range
Sean Griffin
2014-10-31
1
-0
/
+2
*
Don't require calculations to be aliased to a column
Sean Griffin
2014-10-31
1
-1
/
+1
*
Use `#between`, rather than `#in` for passing Ranges to Arel
Sean Griffin
2014-10-30
2
-2
/
+2
*
Merge pull request #17421 from rails/warn-with-heredoc
Xavier Noria
2014-10-28
3
-9
/
+22
|
\
|
*
let's warn with heredocs
Xavier Noria
2014-10-28
3
-9
/
+22
*
|
Remove unneccessary default values from relation merger
Sean Griffin
2014-10-28
1
-2
/
+2
*
|
Call value methods when merging relations, rather than accessing keys
Sean Griffin
2014-10-28
1
-14
/
+14
|
/
*
Allow Relation#rewhere to work with infinite range values
Dan Olson
2014-10-27
1
-1
/
+1
*
Fix Relation.rewhere to work with Range values
Dan Olson
2014-10-20
1
-1
/
+1
*
[ci skip] Make merge method nodoc
Anshul Sharma
2014-10-20
1
-8
/
+1
*
[ci skip] merge docs
Anshul Sharma
2014-10-20
1
-0
/
+7
*
Remove duplicate error message "Couldn't find..."
claudiob
2014-10-13
1
-6
/
+10
*
No need to call to_sym here
Godfrey Chan
2014-09-20
2
-9
/
+9
*
Merge pull request #15791 from zev/add_model_to_recordnotfound_message
Aaron Patterson
2014-09-19
1
-8
/
+8
|
\
|
*
Update RecordNotFound exception cases to include a message with the
Zev Blut
2014-06-18
1
-8
/
+8
*
|
A `NullRelation` should represent nothing. Closes #15176.
Yves Senn
2014-09-11
1
-2
/
+2
*
|
Fix query with nested array in Active Record
Cristian Bica
2014-09-06
1
-4
/
+12
*
|
Fixed regression with referencing polymorphic assoc in eager-load
Godfrey Chan
2014-09-05
1
-1
/
+2
*
|
always reorder bind parameters. fixes #15920
Aaron Patterson
2014-09-04
1
-6
/
+4
*
|
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
1
-4
/
+2
*
|
Fixes the `Relation#exists?` to work with polymorphic associations.
Kassio Borges
2014-08-18
1
-1
/
+1
*
|
Check attributes passed to create_with and where
Rafael Mendonça França
2014-08-18
1
-2
/
+14
*
|
Fixed AR::Relation#where edge case with Hash and other Relation
Bogdan Gusiev
2014-08-14
1
-3
/
+15
*
|
remove blank lines in the start of the ActiveRecord files
Ponomarev Nikolay
2014-07-29
1
-1
/
+0
*
|
Fix typo in comment
Cade Truitt
2014-07-02
1
-1
/
+1
*
|
Encapsulate knowledge of type objects on `ActiveRecord::Result`
Sean Griffin
2014-06-22
1
-10
/
+1
*
|
Don't use `Column` for type casting in Relation calculations
Sean Griffin
2014-06-18
1
-12
/
+8
*
|
[ci skip] add API doc for AR Group.
Aditya Kapoor
2014-06-17
1
-1
/
+9
*
|
Pluck should work with columns of the same name from different tables
Sean Griffin
2014-06-11
1
-3
/
+1
|
/
*
ActiveRecord::FinderMethods.find passes proc parameter #15382
James Yang
2014-06-10
1
-1
/
+1
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-2
/
+2
*
reuse available belongs_to? method
eileencodes
2014-06-03
1
-1
/
+1
*
Remove unused `initialize_attributes` method
Sean Griffin
2014-06-02
1
-1
/
+1
*
Merge pull request #14834 from al2o3cr/issue14155
Aaron Patterson
2014-05-27
1
-1
/
+10
|
\
|
*
WIP: pass existing joins to construct_join_dependency
Matt Jones
2014-05-16
1
-1
/
+10
[next]