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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Remove unused `bind` and `bind!` methods from `Relation`
Sean Griffin
2015-01-26
1
-9
/
+0
|
*
|
Go through normal `where` logic in `AssociationScope`
Sean Griffin
2015-01-26
1
-1
/
+1
|
*
|
Generate a query that makes sense when testing having clauses
Sean Griffin
2015-01-26
1
-3
/
+4
|
*
|
Change `having_values` to use the `WhereClause` class
Sean Griffin
2015-01-26
1
-2
/
+18
|
*
|
Improve consistency of counter caches updating in memory
Sean Griffin
2015-01-26
2
-1
/
+10
|
*
|
Test association was eager loaded, rather than reaching into internals
Sean Griffin
2015-01-26
2
-4
/
+4
|
*
|
Move flattening records added to an association farther out
Sean Griffin
2015-01-26
1
-0
/
+9
|
*
|
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
10
-62
/
+62
|
*
|
Move `where_unscoping` logic over to `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+14
|
*
|
Move `where.not` logic into `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+26
|
*
|
Remove all references to `where_values` in association code
Sean Griffin
2015-01-25
1
-0
/
+5
|
*
|
Move where merging logic over to `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+42
|
*
|
Introduce `Relation::WhereClause`
Sean Griffin
2015-01-25
2
-8
/
+43
|
*
|
Merge pull request #18474 from notEthan/pretty_print_inspect
Sean Griffin
2015-01-23
1
-0
/
+11
|
|
\
\
|
|
*
|
pretty_print will use #inspect if a subclass redefines it
Ethan
2015-01-12
1
-0
/
+11
|
|
|
/
|
*
|
Fix test failure on PG caused by 7c6f3938dee47f093
Sean Griffin
2015-01-23
1
-2
/
+2
|
*
|
Merge pull request #10776 from bogdan/assign-attributes
Sean Griffin
2015-01-23
4
-6
/
+6
|
|
\
\
|
|
*
|
Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...
Bogdan Gusiev
2015-01-23
4
-6
/
+6
|
*
|
|
Move integer range validation to never raise on assignment
Sean Griffin
2015-01-23
2
-15
/
+28
|
*
|
|
Errors raised in `type_cast_for_database` no longer raise on assignment
Sean Griffin
2015-01-23
1
-0
/
+17
|
*
|
|
Don't remove join dependencies in `Relation#exists?`
Sean Griffin
2015-01-23
1
-0
/
+6
|
|
/
/
|
*
|
Don't error when invalid json is assigned to a JSON column
Sean Griffin
2015-01-21
1
-0
/
+8
|
*
|
Replace `if exists` with `table_exists?` and drop table statement with `drop_...
Yasuo Honda
2015-01-21
2
-3
/
+3
|
*
|
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
3
-0
/
+40
|
*
|
TransactionManager should call rollback records
Arthur Neves
2015-01-20
1
-1
/
+1
|
*
|
Merge pull request #18458 from brainopia/fix_after_commit_for_fixtures
Jeremy Kemper
2015-01-20
3
-18
/
+31
|
|
\
\
|
|
*
|
after_commit runs after transactions with non-joinable parents
brainopia
2015-01-16
3
-18
/
+31
|
*
|
|
tests, use `drop_table if_exists: true` in our test suite.
Yves Senn
2015-01-20
9
-13
/
+13
|
*
|
|
Merge pull request #18597 from kamipo/add-if-exists-to-drop-table
Yves Senn
2015-01-20
1
-0
/
+11
|
|
\
\
\
|
|
*
|
|
Add an `:if_exists` option to `drop_table`
Stefan Kanev
2015-01-19
1
-0
/
+11
|
*
|
|
|
Fix bind value copying from subqueried relations
Sean Griffin
2015-01-19
1
-0
/
+8
|
*
|
|
|
Whether a column exists or not doesn't affect whether we can use binds
Sean Griffin
2015-01-19
1
-1
/
+1
|
|
/
/
/
|
*
|
|
Merge pull request #18591 from kamipo/remove_unused_accessor
Santiago Pastorino
2015-01-18
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Remove unused accessor
Ryuta Kamizono
2015-01-19
1
-1
/
+1
|
*
|
|
|
Merge pull request #18501 from prathamesh-sonpatki/nosql
Santiago Pastorino
2015-01-18
1
-0
/
+10
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Run SQL only if attribute changed for update_attribute method
Prathamesh Sonpatki
2015-01-18
1
-0
/
+10
|
*
|
|
|
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
14
-34
/
+34
|
*
|
|
|
Don't calculate in-place changes on attribute assignment
Sean Griffin
2015-01-18
1
-0
/
+8
|
|
/
/
/
|
*
/
/
Fix a false assertion
Yuki Nishijima
2015-01-17
1
-1
/
+1
|
|
/
/
|
*
|
Time columns should support time zone aware attributes
Sean Griffin
2015-01-15
3
-3
/
+55
|
*
|
Only use the `_before_type_cast` in the form when from user input
Sean Griffin
2015-01-14
1
-0
/
+8
|
*
|
Don't default to YAML dumping when quoting values
Sean Griffin
2015-01-14
1
-8
/
+5
|
|
/
|
*
Stop passing a column to `quote` in tests
Sean Griffin
2015-01-10
2
-6
/
+7
|
*
Stop special casing null binary data in logging
Sean Griffin
2015-01-10
1
-7
/
+0
|
*
Don't attempt to save dirty attributes which are not persistable
Sean Griffin
2015-01-10
1
-0
/
+13
|
*
Use IO::NULL always
Nobuyoshi Nakada
2015-01-10
2
-2
/
+2
|
*
Switch Secure Token generation to Base58
robertomiranda
2015-01-09
1
-14
/
+0
|
*
Properly copy nested bind values from subqueried relations
Sean Griffin
2015-01-09
1
-9
/
+21
|
*
Properly persist `lock_version` as 0 if the DB has no default
Sean Griffin
2015-01-09
1
-2
/
+4
|
*
Merge pull request #16640 from mfazekas/fix_loop_in_changed_for_autosave
Godfrey Chan
2015-01-07
1
-0
/
+10
|
|
\
[prev]
[next]