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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
Missing require "active_support/multibyte/chars"
Akira Matsuda
2017-01-27
1
-0
/
+1
*
|
|
|
|
|
|
Add assertion messages
Akira Matsuda
2017-01-25
2
-2
/
+2
|
/
/
/
/
/
/
*
/
/
/
/
/
move `db_migrate_path` method to `Migration` module
yuuji.yaginuma
2017-01-22
3
-16
/
+8
|
/
/
/
/
/
*
|
|
|
|
Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...
Ryuta Kamizono
2017-01-20
6
-13
/
+21
*
|
|
|
|
Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"
Matthew Draper
2017-01-20
6
-13
/
+18
*
|
|
|
|
Merge pull request #27384 from matthewd/bigint-pk-tweaks
Matthew Draper
2017-01-20
5
-9
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Tweak bigint PK handling
Matthew Draper
2017-01-18
5
-9
/
+7
*
|
|
|
|
|
Add CHANGELOG entry for #24743
Ryuta Kamizono
2017-01-19
1
-2
/
+6
*
|
|
|
|
|
assert_send is going to be deprecated since minitest 5.10.0
Akira Matsuda
2017-01-18
2
-2
/
+2
*
|
|
|
|
|
Make sure to clear query cache to prevent sporadic test failure
Akira Matsuda
2017-01-18
1
-0
/
+4
*
|
|
|
|
|
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
4
-7
/
+22
*
|
|
|
|
|
Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...
Ryuta Kamizono
2017-01-18
6
-23
/
+18
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #27674 from kjg/migration_generator_honor_path_config
Andrew White
2017-01-17
3
-2
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
Generate migrations at path set by `config.paths["db/migrate"]`
Kevin Glowacz
2017-01-16
3
-2
/
+22
*
|
|
|
|
|
Merge pull request #27700 from kenta-s/remove-meaningless-line-from-adapter-test
Andrew White
2017-01-17
1
-1
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove meaningless line from adapter_test.rb
kenta-s
2017-01-16
1
-1
/
+0
*
|
|
|
|
|
|
SQLite: Foreign Key Support
Ryuta Kamizono
2017-01-17
6
-30
/
+81
*
|
|
|
|
|
|
Should work foreign key in test schema without `if supports_foreign_keys?` st...
Ryuta Kamizono
2017-01-17
2
-8
/
+6
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Add CHANGELOG entry for #27701
Andrew White
2017-01-16
1
-0
/
+4
*
|
|
|
|
|
Merge pull request #27701 from kamipo/translate_foreign_key_violation
Andrew White
2017-01-16
2
-45
/
+74
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Translate Foreign Key violation to the specific exception for SQLite3 adapter
Ryuta Kamizono
2017-01-16
2
-45
/
+74
|
|
/
/
/
/
/
*
/
/
/
/
/
Allow SQLServerAdapter to opt into a few tests.
Ken Collins
2017-01-16
3
-4
/
+4
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #27683 from eugeneius/update_counters_empty_touch_test
Kasper Timm Hansen
2017-01-15
1
-0
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Add test for update_counters with empty touch
Eugene Kenny
2017-01-15
1
-0
/
+9
*
|
|
|
|
|
Revert "Don't guard against `touch: []`."
Kasper Timm Hansen
2017-01-15
1
-1
/
+2
*
|
|
|
|
|
Merge pull request #27618 from kamipo/fix_uuid_default_nil
Kasper Timm Hansen
2017-01-15
2
-20
/
+37
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix UUID primary key with default nil in legacy migration
Ryuta Kamizono
2017-01-09
2
-1
/
+20
|
*
|
|
|
|
|
Should test uuid legacy migration without `supports_pgcrypto_uuid?`
Ryuta Kamizono
2017-01-09
1
-19
/
+17
*
|
|
|
|
|
|
Don't guard against `touch: []`.
Kasper Timm Hansen
2017-01-15
1
-2
/
+1
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #27660 from akihiro17/updates-timestamp
Kasper Timm Hansen
2017-01-14
4
-7
/
+32
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add the touch option to ActiveRecord#increment! and decrement!
akihiro17
2017-01-14
4
-7
/
+32
*
|
|
|
|
|
|
`type_condition` should be overwritten by `create_with_value` in `scope_for_c...
Ryuta Kamizono
2017-01-15
1
-1
/
+1
*
|
|
|
|
|
|
Fix pool_from_any_process to use most recent spec
eileencodes
2017-01-13
2
-1
/
+36
|
/
/
/
/
/
/
*
|
|
|
|
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
6
-16
/
+12
*
|
|
|
|
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
7
-12
/
+12
*
|
|
|
|
|
beginrescueend
Akira Matsuda
2017-01-12
1
-5
/
+3
*
|
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-01-11
1
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
`meta-data` --> `metadata`
Jon Moss
2016-12-31
1
-3
/
+3
*
|
|
|
|
|
|
Fix indent
Kouhei Sutou
2017-01-11
1
-1
/
+1
*
|
|
|
|
|
|
oops! :scream_cat:
Akira Matsuda
2017-01-10
1
-1
/
+1
*
|
|
|
|
|
|
Use temporary connection pool for the tests clearing AR::Base's active_connec...
Akira Matsuda
2017-01-10
1
-59
/
+92
*
|
|
|
|
|
|
Reconnecting AR::Base's connection breaks sqlite3_mem tests
Akira Matsuda
2017-01-10
1
-2
/
+6
*
|
|
|
|
|
|
sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872
Akira Matsuda
2017-01-10
1
-0
/
+2
*
|
|
|
|
|
|
Merge pull request #27621 from dylanahsmith/mysql2-nil-connection-test
Yves Senn
2017-01-10
1
-1
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnect
Dylan Thacker-Smith
2017-01-09
1
-1
/
+2
*
|
|
|
|
|
|
|
Improve deprecation message for deprecated reflection class name
Ryuta Kamizono
2017-01-10
1
-1
/
+1
*
|
|
|
|
|
|
|
Suppress deprecation message to `has_and_belongs_to_many` only once
Ryuta Kamizono
2017-01-10
1
-2
/
+2
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #27551 from kirs/deprecate-class-name-as-class
Kasper Timm Hansen
2017-01-09
5
-3
/
+27
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Deprecate reflection class name to accept a class
Kir Shatrov
2017-01-09
5
-3
/
+27
*
|
|
|
|
|
|
Merge pull request #25427 from eugeneius/update_increment_documentation
Kasper Timm Hansen
2017-01-08
1
-8
/
+8
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
[prev]
[next]