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
*
No need to get the exception variable
Rafael Mendonça França
2015-09-01
1
-6
/
+4
*
Merge pull request #21318 from yahonda/pr21108
Rafael Mendonça França
2015-09-01
2
-3
/
+7
|
\
|
*
Support MySQL 5.7.8 which enables show_compatibility_56=off
Yasuo Honda
2015-08-21
2
-3
/
+7
*
|
Inline uneccessary frozen string constant
Sean Griffin
2015-08-31
1
-3
/
+1
*
|
Merge pull request #21432 from yui-knk/fix/what_change_method_can_reverse
Sean Griffin
2015-08-30
1
-1
/
+13
|
\
\
|
*
|
[ci skip] Update what methods `Migration#change` can reverse
yui-knk
2015-08-31
1
-1
/
+13
*
|
|
Merge pull request #21429 from yui-knk/fix/revert_disable_extension
Sean Griffin
2015-08-30
2
-1
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make revert of `disable_extension` to work
yui-knk
2015-08-30
2
-1
/
+34
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-08-30
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[ci skip] Capitalize comments
yui-knk
2015-08-29
1
-1
/
+1
|
*
|
[ci skip] Fix file name generated by `rails generate`
yui-knk
2015-08-24
1
-1
/
+1
*
|
|
pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.
Yves Senn
2015-08-28
4
-10
/
+67
*
|
|
pg docs, `connection.tables` does not use the `name` argument.
Yves Senn
2015-08-28
1
-1
/
+1
*
|
|
PostgreSQL, add `:if_exists` to `#drop_schema`.
Yves Senn
2015-08-28
4
-13
/
+30
*
|
|
no more require minitest mock
Gaurav Sharma
2015-08-27
3
-3
/
+0
*
|
|
Merge pull request #21386 from ronakjangir47/remove_dups
Rafael Mendonça França
2015-08-26
4
-4
/
+0
|
\
\
\
|
*
|
|
Removed duplicate require ‘models/computer’
Ronak Jangir
2015-08-26
4
-4
/
+0
*
|
|
|
Merge pull request #21336 from yui-knk/refactor/to_use_getter
Rafael Mendonça França
2015-08-26
1
-7
/
+7
|
\
\
\
\
|
*
|
|
|
Use `ActiveRecord::Migration#connection` instead of `@connection`
yui-knk
2015-08-23
1
-7
/
+7
*
|
|
|
|
Fix the unused variable warning
akihiro17
2015-08-26
1
-1
/
+0
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #21377 from ronakjangir47/remove_mocha_active_record
Kasper Timm Hansen
2015-08-25
12
-119
/
+153
|
\
\
\
\
|
*
|
|
|
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
12
-119
/
+153
*
|
|
|
|
Merge pull request #21372 from yui-knk/fix/revert_change_column_default
Santiago Pastorino
2015-08-25
2
-8
/
+41
|
\
\
\
\
\
|
*
|
|
|
|
Make `change_column_default` to work
yui-knk
2015-08-25
2
-8
/
+41
*
|
|
|
|
|
remove unused require ‘set’
NehaGautam
2015-08-25
1
-1
/
+0
*
|
|
|
|
|
Merge pull request #21074 from vrybas/rdoc-fix-typo-belongs-to-inverse-of-cla...
Robin Dupret
2015-08-25
1
-3
/
+3
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
RDoc: fix wrong model name `:inverse_of` with `:belongs_to` [ci skip]
Vladimir Rybas
2015-07-30
1
-3
/
+3
*
|
|
|
|
|
[ci skip] Fix #21364 error in documentation about ActiveRecord::Enum
Andrew Grimm
2015-08-25
1
-2
/
+1
*
|
|
|
|
|
Merge pull request #21354 from yui-knk/fix/migration_file_timestamp
Robin Dupret
2015-08-24
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ci skip] Fix migration file's timestamp
yui-knk
2015-08-24
1
-1
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #21342 from yui-knk/test/add_assert_method
Rafael Mendonça França
2015-08-24
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add `assert_nothing_raised` to make clear test case perpose
yui-knk
2015-08-23
1
-1
/
+1
*
|
|
|
|
|
|
Further fix failing tests caused by #21350
Sean Griffin
2015-08-24
1
-0
/
+1
*
|
|
|
|
|
|
Fix failing tests caused by #21350
Sean Griffin
2015-08-24
1
-0
/
+1
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Only nullify persisted has_one target associations
Agis-
2015-08-24
6
-1
/
+18
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #21341 from yui-knk/fix/ar_test_remove_innermethod
Yves Senn
2015-08-23
1
-5
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Remove test helper method to inside test method
yui-knk
2015-08-23
1
-5
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #21332 from ronakjangir47/take_docs
Eileen M. Uchitelle
2015-08-23
1
-0
/
+25
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Added docs for CollectionProxy#take [ci skip]
Ronak Jangir
2015-08-23
1
-0
/
+25
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #21335 from yui-knk/refactor/remove_not_used_block_arg
Yves Senn
2015-08-23
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove not used a block argument (`&block`)
yui-knk
2015-08-23
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
JSON is still an adapter specific type.
Sean Griffin
2015-08-21
8
-36
/
+50
|
/
/
*
|
better docs for `disable_ddl_transaction!`. Closes #21044.
Yves Senn
2015-08-21
1
-1
/
+4
*
|
Fix Punctuation in `AutosaveAssociation` RDoc
Robert Eshleman
2015-08-20
1
-2
/
+2
*
|
uniqueness validation raises error for persisted record without pk.
Yves Senn
2015-08-20
4
-4
/
+39
*
|
Merge pull request #21282 from sjain1107/added_docs
Yves Senn
2015-08-19
1
-0
/
+3
|
\
\
|
*
|
Added docs for TableDefinition #coloumns & #remove_column [ci skip]
sjain1107
2015-08-18
1
-0
/
+3
*
|
|
Add a native JSON data type support in MySQL
Ryuta Kamizono
2015-08-18
11
-50
/
+258
*
|
|
Merge pull request #21283 from ravindrakumawat/add_docs_for_pending_migration
Yves Senn
2015-08-18
1
-0
/
+1
|
\
\
\
|
*
|
|
Add Docs for ActiveRecord #check_pending [ci skip]
ravindra kumar kumawat
2015-08-18
1
-0
/
+1
[next]