Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | [ci skip] Mime -> MIME | Vishal Telangre | 2019-05-11 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #36249 from vishaltelangre/patch-8 | Xavier Noria | 2019-05-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] Expand JS to JavaScript for clarity | Vishal Telangre | 2019-05-11 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #36250 from vishaltelangre/patch-9 | Xavier Noria | 2019-05-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | [skip ci] arel -> Arel | Vishal Telangre | 2019-05-11 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #36244 from vishaltelangre/patch-3 | Ryuta Kamizono | 2019-05-12 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [ci skip] Typo: ActiveSuppport -> ActiveSupport | Vishal Telangre | 2019-05-11 | 1 | -3/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #36241 from vishaltelangre/fix-confusing-sentence-in-upgra... | Xavier Noria | 2019-05-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Fix confusing sentence in upgrade guide | Vishal Telangre | 2019-05-11 | 1 | -1/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #36242 from shekhar-patil/master | Vipul A M | 2019-05-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Corrected the sentence in upgrade guide | shekhar-patil | 2019-05-11 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'migration-timestamp-fix' | Gannon McGibbon | 2019-05-10 | 4 | -0/+20 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add class option timestamps to migration generator | Michael Duchemin | 2019-02-09 | 4 | -0/+22 | |
* | | | | | | | | Merge pull request #36184 from vishaltelangre/as-monotonic-timed-subscriber | Eileen M. Uchitelle | 2019-05-10 | 4 | -9/+131 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'... | Vishal Telangre | 2019-05-10 | 4 | -9/+131 | |
* | | | | | | | | | Merge pull request #36181 from jamesdabbs/jcd/action-mailbox-for | George Claghorn | 2019-05-09 | 5 | -5/+30 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add CHANGELOG entry | James Dabbs | 2019-05-09 | 1 | -0/+2 | |
| * | | | | | | | | | Delegate to the correct method in `ActionMailbox.mailbox_for` | James Dabbs | 2019-05-05 | 1 | -1/+1 | |
| * | | | | | | | | | Rename variable to represent type | James Dabbs | 2019-05-05 | 1 | -2/+2 | |
| * | | | | | | | | | Expose `mailbox_for` method | James Dabbs | 2019-05-04 | 4 | -5/+28 | |
* | | | | | | | | | | fixes configuration examples [ci skip] | Xavier Noria | 2019-05-09 | 1 | -3/+3 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #36225 from deivid-rodriguez/workaround_sass_rails_require... | Yuji Yaginuma | 2019-05-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use a better requirement for sass-rails 6 prereleases | David Rodríguez | 2019-05-09 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #36223 from sharang-d/revert-36214 | Ryuta Kamizono | 2019-05-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix indentation of the config.eager_load nil warning | Sharang Dashputre | 2019-05-09 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #36216 from utilum/update_resque_scheduler | Ryuta Kamizono | 2019-05-09 | 1 | -16/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bundle update resque-scheduler to latest version | utilum | 2019-05-08 | 1 | -16/+16 | |
* | | | | | | | | | | Merge pull request #36221 from jhawthorn/middleware_instrumentation | Rafael França | 2019-05-08 | 3 | -6/+17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Only build middleware proxy when instrumentating | John Hawthorn | 2019-05-08 | 3 | -6/+17 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | documents restriction for explicit namespaces [ci skip] | Xavier Noria | 2019-05-08 | 1 | -0/+34 | |
* | | | | | | | | | | documents how to use the classic autoloader in Rails 6 [ci skip] | Xavier Noria | 2019-05-08 | 1 | -0/+11 | |
* | | | | | | | | | | Merge pull request #36214 from abhaynikam/36211-fix-indentation | Rafael França | 2019-05-08 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix indentation for config.eager_load nil warning message | Abhay Nikam | 2019-05-08 | 1 | -5/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #36215 from rmacklin/update-testing-guide | Vipul A M | 2019-05-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Update testing guide to reflect changes from #36047 | Richard Macklin | 2019-05-08 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Auto-correct `Style/RedundantBegin` offence | Ryuta Kamizono | 2019-05-08 | 1 | -5/+3 | |
* | | | | | | | | | Fix broken markup in CHANGELOG [ci skip] | Ryuta Kamizono | 2019-05-08 | 1 | -8/+9 | |
* | | | | | | | | | Remove forward ported CHANGELOG [ci skip] | Ryuta Kamizono | 2019-05-08 | 1 | -4/+0 | |
* | | | | | | | | | documents autoloading in the upgrading guide [ci skip] | Xavier Noria | 2019-05-08 | 1 | -0/+172 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #36196 from st0012/fix-29947 | Eileen M. Uchitelle | 2019-05-07 | 8 | -4/+53 | |
* | | | | | | | | Merge pull request #36203 from st0012/fix-command-in-contributing-guide | Ryuta Kamizono | 2019-05-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update directory name in sample commands | st0012 | 2019-05-08 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Typo in the release note | Akira Matsuda | 2019-05-08 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #36202 from yahonda/log_transaction | Ryuta Kamizono | 2019-05-08 | 6 | -23/+15 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name | Yasuo Honda | 2019-05-08 | 6 | -23/+15 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #36201 from soartec-lab/fix_typo_dot_position | Vipul A M | 2019-05-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fixed typo of dot position [skip ci] | soartec-lab | 2019-05-07 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Properly give defaults for DatabaseSelector options | Akira Matsuda | 2019-05-07 | 1 | -3/+3 | |
* | | | | | | Merge pull request #36190 from kamipo/should_attempt_tx_callbacks_to_all_records | Ryuta Kamizono | 2019-05-07 | 4 | -18/+71 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Should attempt `committed!`/`rolledback!` to all enrolled records in the tran... | Ryuta Kamizono | 2019-05-07 | 4 | -18/+71 |