| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | DRYing duplicate methods | Andrey Molchanov | 2016-09-16 | 2 | -6/+2 |
* | | | | | | | | | | | Force correct namespace when using TransactionManager | Arthur Neves | 2016-09-16 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #26510 from y-yagi/fix_typo_in_add_column_doc | Jon Moss | 2016-09-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | fix typo in `add_column` doc [ci skip] | yuuji.yaginuma | 2016-09-16 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge pull request #26508 from louim/patch-1 | Jon Moss | 2016-09-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Update ActiveModel::Dirty Doc [ci skip] | Louis-Michel Couture | 2016-09-15 | 1 | -1/+1 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | bug report template for migrations (#26488) | Girish Sonawane | 2016-09-15 | 3 | -0/+130 |
* | | | | | | | | | | | Merge pull request #26469 from y-yagi/remove_useless_option | Rafael França | 2016-09-14 | 1 | -5/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | remove useless `gemfile` option | yuuji.yaginuma | 2016-09-12 | 1 | -5/+0 |
* | | | | | | | | | | | | Merge pull request #26498 from FriedSock/correct-render-text-deprecation-message | Rafael França | 2016-09-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Correct `render text:` deprecation message | Jack Bracewell | 2016-09-14 | 1 | -1/+1 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #26477 from kirs/action_dispatch-assert_response | Rafael França | 2016-09-14 | 2 | -2/+29 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Improve assert_response helper | Kir Shatrov | 2016-09-14 | 2 | -2/+29 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #26487 from prathamesh-sonpatki/move-preload-section-up | Richard Schneeman | 2016-09-14 | 1 | -7/+8 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Move comment about disconnecting pool close to comment about preload | Prathamesh Sonpatki | 2016-09-14 | 1 | -7/+8 |
* | | | | | | | | | | | | Merge pull request #26486 from y-yagi/fix_broken_test | Rafael França | 2016-09-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | fix broken generators test | yuuji.yaginuma | 2016-09-14 | 2 | -2/+2 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Fix test for the edge generator | Rafael Mendonça França | 2016-09-14 | 1 | -1/+1 |
* | | | | | | | | | | | | Override the github git source instead of changing manually all entries | Rafael Mendonça França | 2016-09-14 | 2 | -62/+68 |
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #26489 from kamipo/fix_broken_comments_indentation | Xavier Noria | 2016-09-14 | 67 | -1665/+1670 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 67 | -1665/+1670 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Do not point to the 5-0-stable branch | Rafael Mendonça França | 2016-09-13 | 1 | -1/+1 |
* | | | | | | | | | | Merge pull request #26484 from yahonda/mysql2_ambiguous_first_arguments | Rafael França | 2016-09-13 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Address `warning: ambiguous first argument; put parentheses or a space even a... | Yasuo Honda | 2016-09-13 | 1 | -2/+2 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | 5-0-backport: activerecord/mysql2: Avoid setting @connection to nil, just clo... | Dylan Thacker-Smith | 2016-09-13 | 1 | -0/+5 |
* | | | | | | | | | | Merge pull request #26314 from frodsan/puma-ar-disconnect | Richard Schneeman | 2016-09-13 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Disconnects all connections in the pool before forking. | Francesco Rodriguez | 2016-08-29 | 1 | -0/+8 |
* | | | | | | | | | | | Merge pull request #26466 from y-yagi/remove_duplicated_fixture_set_names | Arthur Nogueira Neves | 2016-09-13 | 3 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | remove duplicated fixture set names | yuuji.yaginuma | 2016-09-12 | 3 | -3/+5 |
* | | | | | | | | | | | | Merge pull request #26478 from girishso/fix-guides-for-partial-render-as-option | Eileen M. Uchitelle | 2016-09-13 | 1 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | fixed guide to add correct documentation for partial render 'as' option | Girish S | 2016-09-13 | 1 | -7/+7 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | [ci skip] Update Levenshtein code with better attribution. | Kasper Timm Hansen | 2016-09-12 | 2 | -2/+6 |
* | | | | | | | | | | | Merge pull request #26460 from kamipo/remove_useless_test_string_with_crazy_c... | Sean Griffin | 2016-09-12 | 1 | -6/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Remove useless `test_string_with_crazy_column` | Ryuta Kamizono | 2016-09-11 | 1 | -6/+2 |
* | | | | | | | | | | | | Merge pull request #26434 from dylanahsmith/mysql2-no-nil-connection | Arthur Nogueira Neves | 2016-09-12 | 3 | -15/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | activerecord/mysql2: Avoid setting @connection to nil, just close it | Dylan Thacker-Smith | 2016-09-08 | 3 | -15/+28 |
* | | | | | | | | | | | | | Merge pull request #26459 from ysksn/add_test_for_activerecord_enum | Eileen M. Uchitelle | 2016-09-12 | 4 | -0/+43 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Add tests for ActiveRecord::Enum#enum when suffix specified | Yosuke Kabuto | 2016-09-12 | 4 | -0/+43 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #26458 from kamipo/remove_unused_require_thread | Santiago Pastorino | 2016-09-11 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Remove unused `require "thread"` in `test/cases/attribute_methods/read_test.rb` | Ryuta Kamizono | 2016-09-11 | 1 | -1/+0 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #26462 from kamipo/remove_duplicated_elsif_branch | Arthur Nogueira Neves | 2016-09-11 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Remove duplicated `elsif` branch | Ryuta Kamizono | 2016-09-11 | 1 | -2/+0 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #26449 from prathamesh-sonpatki/fixes | Guillermo Iguaran | 2016-09-10 | 2 | -16/+16 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Use :git for specifying dependencies from github with https protocol | Prathamesh Sonpatki | 2016-09-10 | 2 | -16/+16 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #26450 from y-yagi/fix_broken_test | Arthur Nogueira Neves | 2016-09-10 | 1 | -0/+18 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | use correct Gemfile in `bin/setup` test | yuuji.yaginuma | 2016-09-11 | 1 | -0/+18 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #26442 from kirs/action-controller-session-options-mutate1 | Arthur Nogueira Neves | 2016-09-10 | 2 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Do not mutate AC::TestRequest::DEFAULT_OPTIONS | Kir Shatrov | 2016-09-10 | 2 | -1/+6 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #26454 from kamipo/remove_outdated_todo_comment | Richard Schneeman | 2016-09-10 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Remove outdated "#TODO: Fix for binds." comment [ci skip] | Ryuta Kamizono | 2016-09-11 | 1 | -1/+0 |
|/ / / / / / / / / |
|