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
*
Enums should be referred to by symbols
Godfrey Chan
2015-02-13
1
-1
/
+14
*
Do not overwrite secret token value when already present.
Wojciech Wnętrzak
2015-02-12
1
-0
/
+7
*
Merge pull request #18915 from kamipo/extract_date_time_precision_test
Rafael Mendonça França
2015-02-12
4
-271
/
+102
|
\
|
*
Extract `DateTimePrecisionTest`
Ryuta Kamizono
2015-02-13
4
-271
/
+102
*
|
Optimize none? and one? relation query methods to use LIMIT and COUNT.
Eugene Gilburg
2015-02-12
2
-0
/
+110
|
/
*
Merge pull request #18886 from kamipo/allow_precision_option_for_time_column
Rafael Mendonça França
2015-02-12
1
-0
/
+65
|
\
|
*
Allow `:precision` option for time type columns
Ryuta Kamizono
2015-02-12
1
-0
/
+65
*
|
get rid of transaction warning when running PG tests.
Yves Senn
2015-02-12
1
-1
/
+1
*
|
pg tests, be clear about the missing type that causes a test skip.
Yves Senn
2015-02-12
2
-15
/
+8
*
|
tests, remove unused requires.
Yves Senn
2015-02-12
2
-2
/
+0
|
/
*
Refactor enum to be defined in terms of the attributes API
Sean Griffin
2015-02-11
1
-1
/
+16
*
`current_scope` shouldn't pollute sibling STI classes
Sean Griffin
2015-02-11
1
-0
/
+6
*
Remove the SQLite3 Binary subclass
Sean Griffin
2015-02-11
1
-10
/
+0
*
Merge pull request #18883 from kamipo/fix_datetime_precision_dumping_zero_for...
Sean Griffin
2015-02-11
1
-22
/
+39
|
\
|
*
The datetime precision with zero should be dumped
Ryuta Kamizono
2015-02-11
1
-22
/
+39
*
|
prefer `drop_table :table, if_exists: true` over explicit checks.
Yves Senn
2015-02-11
1
-2
/
+2
*
|
add test to ensure `remove_reference` with index and fk is invertable.
Yves Senn
2015-02-11
1
-0
/
+5
*
|
fix `remove_reference` with `foreign_key: true` on MySQL. #18664.
Yves Senn
2015-02-11
1
-0
/
+10
|
/
*
Merge pull request #12257 from vipulnsward/end_on_find_in_batches
Rafael Mendonça França
2015-02-10
1
-0
/
+9
|
\
|
*
Add an option `end_at` to `find_in_batches`
Vipul A M
2015-02-09
1
-0
/
+9
*
|
Refactor microsecond precision to be database agnostic
Sean Griffin
2015-02-10
5
-24
/
+12
*
|
Maintain a consistent order in `ActiveRecord::Base#attributes`
Sean Griffin
2015-02-10
1
-0
/
+10
|
/
*
Remove debug code
Carlos Antonio da Silva
2015-02-08
1
-5
/
+0
*
Fix rounding problem for PostgreSQL timestamp column
Ryuta Kamizono
2015-02-08
1
-0
/
+16
*
Merge pull request #18602 from kamipo/respect_database_charset_and_collation
Andrew White
2015-02-08
1
-4
/
+12
|
\
|
*
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
3
-63
/
+21
*
|
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
28
-28
/
+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
117
-840
/
+1426
|
\
\
\
|
*
|
|
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
4
-21
/
+41
|
*
|
|
Merge pull request #18512 from vipulnsward/18492-fixtures-with-sti
Aaron Patterson
2015-01-31
6
-11
/
+41
|
|
\
\
\
[next]