Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Update Configuring Rails Component guide example | Hendy Tanata | 2017-03-21 | 1 | -1/+1 | |
| * | | | | | | | | | Edits to Systems testing section [ci skip] | Vipul A M | 2017-03-09 | 1 | -3/+3 | |
* | | | | | | | | | | Merge pull request #28569 from HarryCollins/patch-1 | Ryuta Kamizono | 2017-03-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update Action Cable README.md - typo fix | HarryCollins | 2017-03-25 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #28568 from y-yagi/fix_doc_format_for_duplicable | Ryuta Kamizono | 2017-03-25 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix doc format for `duplicable?` [ci skip] | yuuji.yaginuma | 2017-03-25 | 1 | -6/+6 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Doc cleanup for caching guide [ci skip] (#28556) | Vipul A M | 2017-03-24 | 1 | -4/+4 | |
* | | | | | | | | | | Merge pull request #28555 from vipulnsward/rm-comments | Vipul A M | 2017-03-24 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove unnecessary ruby version comments [ci skip] | Vipul A M | 2017-03-24 | 1 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #28550 from rachel-carvalho/update_browser_compatibility_f... | Jon Moss | 2017-03-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | update guide to reflect browser compatibility for HTTP verbs [ci skip] | Rachel Carvalho | 2017-03-23 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #28547 from brchristian/patch-2 | Jon Moss | 2017-03-23 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Additional explanation about cache implementations | brchristian | 2017-03-23 | 1 | -1/+7 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #28532 from maclover7/jm-ruby-241 | Matthew Draper | 2017-03-24 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Bump Travis ruby version to 2.4.1 | Jon Moss | 2017-03-22 | 1 | -4/+4 | |
* | | | | | | | | | Merge pull request #28544 from vipulnsward/fix-on-ruby-master | Kasper Timm Hansen | 2017-03-23 | 2 | -13/+26 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix duplicable? for Ratiional and Complex on ruby master, since they are now ... | Vipul A M | 2017-03-23 | 2 | -13/+26 | |
* | | | | | | | | | | Merge pull request #28543 from mtsmfm/move-comment-to-inside-the-method | Vipul A M | 2017-03-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Move comment to inside the method [ci skip] | Fumiaki MATSUSHIMA | 2017-03-23 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #28540 from kamipo/remove_collection_proxy_uniq | Rafael França | 2017-03-23 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove `CollectionProxy#uniq` | Ryuta Kamizono | 2017-03-23 | 1 | -4/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #28537 from tjschuck/doc_actioncable_reject_unauthed_connx | Rafael França | 2017-03-22 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Document AC::Connection::Authorization#reject_unauthorized_connection | T.J. Schuck | 2017-03-22 | 1 | -5/+5 | |
* | | | | | | | | | Merge pull request #28534 from claudiob/list-webpackers | Rafael França | 2017-03-22 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | List options for `rails new --webpack=WEBPACK` | claudiob | 2017-03-22 | 1 | -1/+2 | |
* | | | | | | | | | | No need to have an entry that was included in 5.1 in 5.2 | Rafael Mendonça França | 2017-03-22 | 1 | -11/+0 | |
* | | | | | | | | | | Merge pull request #28528 from domcleal/parseerror-const-deprecation | Rafael França | 2017-03-22 | 5 | -1/+88 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use DeprecatedConstantAccessor for AD::ParamsParser::ParseError | Dominic Cleal | 2017-03-22 | 1 | -1/+2 | |
| * | | | | | | | | | | Add AS::Deprecation::DeprecatedConstantAccessor | Dominic Cleal | 2017-03-22 | 4 | -0/+86 | |
* | | | | | | | | | | | Merge pull request #28527 from rst/fix_runner_argv_28515 | Rafael França | 2017-03-22 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fixup trailing whitespace, per complaints from CodeClimate. | Robert Thau | 2017-03-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | Correctly reset ARGV for "rails runner `CODE' arg arg arg..." | Robert Thau | 2017-03-22 | 2 | -2/+11 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #28513 from maclover7/jm-fix-28500 | Rafael França | 2017-03-22 | 2 | -2/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | CLI arg "host" has precedence over ENV var "host" | Jon Moss | 2017-03-21 | 2 | -2/+12 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #28526 from kamipo/fix_log_subscriber_to_allow_legacy_binds | Rafael França | 2017-03-22 | 3 | -77/+77 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix `LogSubscriber` to allow legacy `binds` | Ryuta Kamizono | 2017-03-23 | 3 | -77/+77 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #28524 from claudiob/comment-api-key | Rafael França | 2017-03-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Don't add a dummy API key to every new Rails app | claudiob | 2017-03-22 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #28530 from kamipo/fix_ci_failure | Matthew Draper | 2017-03-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix `assert_logged` failure | Ryuta Kamizono | 2017-03-23 | 1 | -2/+2 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Small grammar fix | Jon Moss | 2017-03-22 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #28523 from y-yagi/dont_comment_out_file_watcher_during_ra... | Matthew Draper | 2017-03-23 | 2 | -16/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Don't comment out config.file_watcher during Rails upgrade | yuuji.yaginuma | 2017-03-22 | 2 | -16/+0 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #28531 from yahonda/suppress_pg_warning | Matthew Draper | 2017-03-23 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Suppress `WARNING: nonstandard use of \\ in a string literal` warning | Yasuo Honda | 2017-03-22 | 1 | -0/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Small grammar fix | Jon Moss | 2017-03-22 | 1 | -2/+1 | |
* | | | | | | | | | Fix a race in ActionCable stream tests | Matthew Draper | 2017-03-23 | 1 | -0/+4 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #28522 from larskanis/replace-deprecated-pg-constants | Matthew Draper | 2017-03-23 | 7 | -21/+21 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [PostgreSQL]: Replace deprecated PG constants. | Lars Kanis | 2017-03-22 | 7 | -21/+21 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Skip isolated test runs on older rubies | Matthew Draper | 2017-03-23 | 1 | -0/+1 |