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
...
*
|
add regression test. Closes #18400.
Yves Senn
2015-03-05
1
-0
/
+6
*
|
Remove duplicated test
Ryuta Kamizono
2015-03-04
1
-20
/
+0
*
|
Correctly dump `serial` and `bigserial`
Ryuta Kamizono
2015-03-04
1
-0
/
+60
|
/
*
Merge pull request #19176 from imajes/master
Yves Senn
2015-03-03
1
-0
/
+16
|
\
|
*
Fixes reference for schema_format to AR::Base from AS::Base
James Cox
2015-03-03
1
-0
/
+16
*
|
Remove unused line
Ryuta Kamizono
2015-03-03
1
-1
/
+0
*
|
Merge pull request #19177 from gregmolnar/fixtures
Rafael Mendonça França
2015-03-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
test reset_pk_sequence with multi connection
Greg Molnar
2015-03-01
1
-1
/
+1
*
|
tests, favor `drop_table` and `:if_exists` over raw SQL.
Yves Senn
2015-03-02
4
-14
/
+6
*
|
Merge pull request #19105 from amatsuda/array_take
Sean Griffin
2015-03-02
1
-0
/
+13
|
\
\
|
*
|
Preserve Array#take(n) behaviour of HasManyAssociation
Akira Matsuda
2015-02-28
1
-0
/
+13
*
|
|
Merge pull request #19077 from robin850/unknown-attribute-error
Sean Griffin
2015-03-02
4
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Follow-up to #10776
Robin Dupret
2015-02-26
4
-6
/
+6
*
|
|
Properly create through records when called with `where`
Sean Griffin
2015-02-26
1
-0
/
+6
*
|
|
Merge pull request #17601 from kamipo/support_any_unicode_charsets
Rafael Mendonça França
2015-02-25
1
-2
/
+2
|
\
\
\
|
*
|
|
Add `SchemaMigration.create_table` support any unicode charsets for MySQL.
Ryuta Kamizono
2015-02-26
1
-2
/
+2
*
|
|
|
Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...
Rafael Mendonça França
2015-02-25
2
-0
/
+26
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add specs for adding-to/clear has_many collections’s behavior on `updated_at`
Tu Hoang
2014-10-30
2
-0
/
+26
*
|
|
|
Merge pull request #18936 from arthurnn/txn_callbacks
Arthur Nogueira Neves
2015-02-24
1
-0
/
+60
|
\
\
\
\
|
*
|
|
|
Rename tests
Arthur Neves
2015-02-24
1
-4
/
+4
|
*
|
|
|
Add before_commit
Arthur Neves
2015-02-24
1
-2
/
+3
|
*
|
|
|
Add transaction callbacks that wont enroll to the transaction.
Arthur Neves
2015-02-24
1
-0
/
+59
*
|
|
|
|
Merge pull request #17426 from jpcody/fixture_associations_fix
Aaron Patterson
2015-02-24
1
-1
/
+19
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Rely on through table name in has_many fixtures
Joshua Cody
2014-10-29
1
-1
/
+19
*
|
|
|
|
Merge pull request #18744 from mfazekas/no-table-name-with-from
Rafael Mendonça França
2015-02-24
1
-0
/
+11
*
|
|
|
|
Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...
Court3nay
2015-02-24
1
-0
/
+5
*
|
|
|
|
rework `disable_referential_integrity` for PostgreSQL.
Yves Senn
2015-02-24
1
-0
/
+89
*
|
|
|
|
Remove unused table
Ryuta Kamizono
2015-02-25
1
-10
/
+0
*
|
|
|
|
Merge pull request #19030 from kamipo/extract_short_hand_column_methods
Rafael Mendonça França
2015-02-23
1
-1
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
The short-hand methods should be able to define multiple columns
Ryuta Kamizono
2015-02-23
1
-1
/
+19
|
*
|
|
|
|
Extract the short-hand methods into `ColumnMethods`
Ryuta Kamizono
2015-02-23
1
-0
/
+8
|
*
|
|
|
|
Extract `primary_key` method into `ColumnMethods`
Ryuta Kamizono
2015-02-22
1
-0
/
+7
*
|
|
|
|
|
Allow `:limit` option for MySQL bigint primary key support
Ryuta Kamizono
2015-02-24
1
-0
/
+10
*
|
|
|
|
|
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
1
-0
/
+50
|
/
/
/
/
/
*
|
|
|
|
Error message testing fix
Franky W
2015-02-20
3
-5
/
+11
*
|
|
|
|
Merge branch 'rm-take' into 4-1-stable
Rafael Mendonça França
2015-02-20
1
-1
/
+29
*
|
|
|
|
Do not test, document or use a private API method
Rafael Mendonça França
2015-02-20
2
-23
/
+0
*
|
|
|
|
Merge pull request #16989 from Empact/reload-cache-clear
Rafael Mendonça França
2015-02-20
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Isolate access to @associations_cache and @aggregations cache to the Associat...
Ben Woosley
2014-09-28
3
-6
/
+6
*
|
|
|
|
|
Merge pull request #17139 from mfazekas/fix_becomes_changed_attributes
Rafael Mendonça França
2015-02-20
1
-0
/
+6
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Always reset changed attributes in becomes
Miklos Fazekas
2015-02-04
1
-0
/
+6
*
|
|
|
|
|
|
Add schema dumping tests for datetime and time precision
Ryuta Kamizono
2015-02-20
3
-8
/
+34
*
|
|
|
|
|
|
Format the time string according to the precision of the time column
Ryuta Kamizono
2015-02-20
1
-0
/
+19
*
|
|
|
|
|
|
Allow `:precision` option for time type columns
Ryuta Kamizono
2015-02-20
2
-1
/
+66
*
|
|
|
|
|
|
Merge pull request #18996 from morgoth/deprecate-more-errors-methods
Yves Senn
2015-02-19
2
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods
Wojciech Wnętrzak
2015-02-19
2
-2
/
+2
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #18916 from kamipo/handle_array_option_in_type_to_sql
Rafael Mendonça França
2015-02-19
1
-0
/
+7
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Should handle array option for `:cast_as`
Ryuta Kamizono
2015-02-19
1
-0
/
+7
*
|
|
|
|
|
|
|
Merge pull request #18979 from kamipo/extract_precision_from_datetime_and_tim...
Rafael Mendonça França
2015-02-19
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Extract precision from datetime and time columns
Ryuta Kamizono
2015-02-19
1
-1
/
+1
|
|
/
/
/
/
/
/
/
[prev]
[next]