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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve consistency of counter caches updating in memory
Sean Griffin
2015-01-26
3
-6
/
+19
*
Move flattening records added to an association farther out
Sean Griffin
2015-01-26
1
-1
/
+2
*
Move method to private section
Carlos Antonio da Silva
2015-01-26
1
-7
/
+7
*
Remove `where_values` and `where_values=`
Sean Griffin
2015-01-25
1
-8
/
+0
*
Correct the implementation for `unscope(:where)`
Sean Griffin
2015-01-25
1
-5
/
+8
*
Move `where_values_hash` over to `WhereClause`
Sean Griffin
2015-01-25
2
-16
/
+23
*
Move `where_unscoping` logic over to `WhereClause`
Sean Griffin
2015-01-25
2
-17
/
+25
*
Remove most references to `where_values` in `QueryMethods`
Sean Griffin
2015-01-25
1
-2
/
+2
*
`Relation#Merger` can merge all clause methods
Sean Griffin
2015-01-25
1
-3
/
+11
*
Rename `WhereClause#parts` to `WhereClause#predicates`
Sean Griffin
2015-01-25
2
-16
/
+16
*
Move `where.not` logic into `WhereClause`
Sean Griffin
2015-01-25
2
-15
/
+25
*
Move the construction of `WhereClause` objects out of `Relation`
Sean Griffin
2015-01-25
2
-14
/
+42
*
Remove all references to `where_values` in association code
Sean Griffin
2015-01-25
5
-12
/
+9
*
Remove references to `:bind` in `except`
Sean Griffin
2015-01-25
2
-4
/
+1
*
Move where merging logic over to `WhereClause`
Sean Griffin
2015-01-25
2
-40
/
+37
*
Introduce `Relation::WhereClause`
Sean Griffin
2015-01-25
3
-3
/
+67
*
Don't access the where values hash directly in through associations
Sean Griffin
2015-01-25
1
-1
/
+1
*
Don't rely as much on the structure of the values hash in associations
Sean Griffin
2015-01-25
2
-2
/
+2
*
Fix a typo "devleopment" => "development"
Rémy Coutable
2015-01-25
1
-1
/
+1
*
Expand the number of types which can use prepared statements
Sean Griffin
2015-01-24
3
-6
/
+16
*
Don't mutate `where_values`
Sean Griffin
2015-01-24
1
-1
/
+1
*
Don't rely on relation mutability when building through associations
Sean Griffin
2015-01-24
2
-19
/
+25
*
Don't duplicate `Relation::VALUE_METHODS` in `Relation::Merger`
Sean Griffin
2015-01-24
1
-2
/
+1
*
Merge pull request #18474 from notEthan/pretty_print_inspect
Sean Griffin
2015-01-23
1
-0
/
+5
|
\
|
*
pretty_print will use #inspect if a subclass redefines it
Ethan
2015-01-12
1
-14
/
+18
*
|
Merge pull request #10776 from bogdan/assign-attributes
Sean Griffin
2015-01-23
2
-54
/
+15
|
\
\
|
*
|
✂️ and 💅 for #10776
Sean Griffin
2015-01-23
1
-16
/
+4
|
*
|
Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...
Bogdan Gusiev
2015-01-23
2
-50
/
+23
*
|
|
Move integer range validation to never raise on assignment
Sean Griffin
2015-01-23
1
-5
/
+9
*
|
|
Errors raised in `type_cast_for_database` no longer raise on assignment
Sean Griffin
2015-01-23
2
-2
/
+2
*
|
|
Don't remove join dependencies in `Relation#exists?`
Sean Griffin
2015-01-23
1
-1
/
+1
*
|
|
Use 'public_send' over the 'send' method for object's properties.
Santosh Wadghule
2015-01-23
1
-2
/
+2
|
/
/
*
|
Don't error when invalid json is assigned to a JSON column
Sean Griffin
2015-01-21
1
-1
/
+1
*
|
Change 'a' to 'an' for 'attribute' word [ci skip]
Santosh Wadghule
2015-01-21
1
-1
/
+1
*
|
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
3
-1
/
+42
*
|
TransactionManager should call rollback records
Arthur Neves
2015-01-20
1
-5
/
+5
*
|
Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures
Jeremy Kemper
2015-01-20
1
-4
/
+11
|
\
\
|
*
|
after_commit runs after transactions with non-joinable parents
brainopia
2015-01-16
1
-4
/
+11
*
|
|
Merge pull request #18597 from kamipo/add-if-exists-to-drop-table
Yves Senn
2015-01-20
3
-3
/
+3
|
\
\
\
|
*
|
|
Add an `:if_exists` option to `drop_table`
Stefan Kanev
2015-01-19
3
-3
/
+3
*
|
|
|
Fix bind value copying from subqueried relations
Sean Griffin
2015-01-19
2
-13
/
+2
*
|
|
|
Move `create_binds` over to the `PredicateBuilder`
Sean Griffin
2015-01-19
3
-34
/
+31
*
|
|
|
Whether a column exists or not doesn't affect whether we can use binds
Sean Griffin
2015-01-19
1
-6
/
+3
*
|
|
|
Don't mutate bind values in `Relation`
Sean Griffin
2015-01-19
2
-2
/
+1
|
/
/
/
*
|
|
Merge pull request #18501 from prathamesh-sonpatki/nosql
Santiago Pastorino
2015-01-18
1
-1
/
+1
|
\
\
\
|
*
|
|
Run SQL only if attribute changed for update_attribute method
Prathamesh Sonpatki
2015-01-18
1
-1
/
+1
|
|
/
/
*
/
/
Don't calculate in-place changes on attribute assignment
Sean Griffin
2015-01-18
1
-1
/
+1
|
/
/
*
|
Merge pull request #18543 from henrik/integer_limit_or_default
Yves Senn
2015-01-15
1
-2
/
+6
|
\
\
|
*
|
DRY default limit in ActiveRecord::Type::Integer
Henrik Nyh
2015-01-15
1
-2
/
+6
*
|
|
Remove incorrect comment in ActiveRecord::Type::Value
Henrik Nyh
2015-01-15
1
-2
/
+1
|
/
/
[next]