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
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Respect the database default charset for `schema_migrations` table.
Ryuta Kamizono
2015-02-08
1
-4
/
+12
*
|
|
Merge pull request #18848 from kamipo/add_auto_increment_method
Andrew White
2015-02-08
1
-1
/
+1
|
\
\
\
|
*
|
|
Add `auto_increment?` instead of `extra == 'auto_increment'`
Ryuta Kamizono
2015-02-08
1
-1
/
+1
|
|
/
/
*
/
/
Remove unused line
Ryuta Kamizono
2015-02-08
1
-1
/
+0
|
/
/
*
|
rm `Type#number?`
Sean Griffin
2015-02-07
14
-19
/
+0
*
|
Push multi-parameter assignement into the types
Sean Griffin
2015-02-07
1
-0
/
+8
*
|
Raise ArgumentError when passing nil to Relation#merge
Rafael Mendonça França
2015-02-06
1
-0
/
+16
*
|
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
9
-18
/
+55
*
|
Merge pull request #18589 from kamipo/fix_test_types_line_up
Rafael Mendonça França
2015-02-05
1
-2
/
+2
|
\
\
|
*
|
Fix `test_types_line_up` when column type missing
Ryuta Kamizono
2015-01-30
1
-2
/
+2
*
|
|
Merge pull request #18526 from vipulnsward/add-silence-stream
Rafael Mendonça França
2015-02-05
3
-47
/
+8
|
\
\
\
|
*
|
|
- Extracted silence_stream method to new module in activesupport/testing.
Vipul A M
2015-01-20
3
-47
/
+8
*
|
|
|
Do not run remove_connection in memory db test
Rafael Mendonça França
2015-02-05
1
-7
/
+7
*
|
|
|
Merge pull request #18809 from meltheadorable/bugfix/postgres_money
Sean Griffin
2015-02-04
2
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Fix test cases for money, bit and bit_varying
Melody
2015-02-04
2
-2
/
+4
*
|
|
|
|
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
1
-1
/
+37
|
/
/
/
/
*
|
|
|
rm `Column#cast_type`
Sean Griffin
2015-02-03
2
-61
/
+20
*
|
|
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
27
-27
/
+0
*
|
|
|
Merge pull request #18791 from Sinjo/consistent-foreign-key-name-generation
Sean Griffin
2015-02-02
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Generate consistent names for foreign keys
Chris Sinjakli
2015-02-03
1
-2
/
+2
*
|
|
|
|
Properly lookup the limit for bigint
Sean Griffin
2015-02-02
1
-0
/
+5
|
/
/
/
/
*
|
|
|
Fix validations on child record when record parent has validate: false
eileencodes
2015-02-01
4
-5
/
+50
*
|
|
|
Merge branch 'master' into pr/18316
Mingdong Luo
2015-01-31
100
-824
/
+1366
|
\
\
\
\
|
*
|
|
|
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
3
-20
/
+36
|
*
|
|
|
Merge pull request #18512 from vipulnsward/18492-fixtures-with-sti
Aaron Patterson
2015-01-31
1
-7
/
+14
|
|
\
\
\
\
|
|
*
|
|
|
Fixes #18492
Vipul A M
2015-01-14
1
-7
/
+14
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #18700 from nygrenh/better-required-message
Aaron Patterson
2015-01-31
1
-2
/
+22
|
|
\
\
\
\
|
|
*
|
|
|
Provide a better error message on :required association
Henrik Nygren
2015-01-28
1
-2
/
+22
|
*
|
|
|
|
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
18
-83
/
+117
|
*
|
|
|
|
Fix a state leak in `autosave_association_test`
Sean Griffin
2015-01-30
1
-0
/
+5
|
*
|
|
|
|
Always perform validations on nested attribute associations
Sean Griffin
2015-01-30
1
-0
/
+7
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Post.all.or(anything) == Post.all
Sean Griffin
2015-01-29
2
-5
/
+5
|
*
|
|
|
Fixed AR::Relation#group method when argument is a SQL reserved keyword
Bogdan Gusiev
2015-01-29
1
-0
/
+5
|
*
|
|
|
Don't error when grouped calculations return 0 records
Sean Griffin
2015-01-28
1
-0
/
+5
|
*
|
|
|
Merge Pull Request #16052 Added #or to ActiveRecord::Relation
Sean Griffin
2015-01-28
2
-0
/
+104
|
|
\
\
\
\
|
|
*
|
|
|
Bring the implementation of Relation#or up to speed
Sean Griffin
2015-01-28
2
-3
/
+26
|
|
*
|
|
|
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-0
/
+81
|
*
|
|
|
|
Always convert strings to UTF-8, regardless of column type in SQLite
Sean Griffin
2015-01-28
1
-1
/
+1
|
|
/
/
/
/
|
*
/
/
/
Don't redefine autosave association callbacks in nested attrs
Sean Griffin
2015-01-28
1
-0
/
+10
|
|
/
/
/
|
*
|
|
Remove Relation#bind_params
Sean Griffin
2015-01-27
13
-54
/
+43
|
*
|
|
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
5
-25
/
+13
|
*
|
|
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
10
-125
/
+45
|
*
|
|
Move where grouping into `WhereClause`
Sean Griffin
2015-01-27
1
-0
/
+33
|
*
|
|
Move the `from` bind logic to a `FromClause` class
Sean Griffin
2015-01-26
1
-3
/
+3
|
*
|
|
Remove `Relation#bind_values=`
Sean Griffin
2015-01-26
1
-1
/
+1
|
*
|
|
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
1
-0
/
+9
[prev]
[next]