| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
[ci skip] Clarity about embed metadata in signed and encrypted cookie
|
| | |
|
| | |
|
| |
| |
| |
| | |
According to https://www.npmjs.com/.
|
|\ \
| | |
| | | |
document update_counters on relation [ci skip]
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update the sqlite db yaml template to match other templates and mention proper supported version
|
| | | |
| | | |
| | | |
| | | | |
supported version
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
compilation -> compression [ci skip]
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] Clarify that the minimum version of a "gem" is bumped
|
| | |_|/
| |/| |
| | | |
| | | | |
The previous sentence does not convey whether the minimum version of SQLite3 is bumped or the minimum version of `sqlite3` gem is bumped.
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] Typo: Javascript -> JavaScript
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] Fix grammar
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
##### Singular
`route exists`
##### Plural
`routes exist`
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] mysql -> MySQL
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] ActionView -> Action View
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
As per the documentation guides, we use 'Action View' instead of `ActionView` in the general language.
Reference: https://github.com/rails/rails/commit/27138386ad8dbda2eb44e622515626f352fd3b22
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] Mime -> MIME
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
The correct word is `MIME` which is an acronym which stands for `Multipurpose Internet Mail Extensions`.
Reference: https://en.wikipedia.org/wiki/MIME
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] Expand JS to JavaScript for clarity
|
| |/ / / / |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
[skip ci] arel -> Arel
|
| |/ / /
| | | |
| | | | |
As per the documentation guides, we write `Arel` instead of `arel`.
|
|\ \ \ \
| |/ / /
|/| | | |
[ci skip] Typo: ActiveSuppport -> ActiveSupport
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
vishaltelangre/fix-confusing-sentence-in-upgrade-guide
[ci skip] Fix confusing sentence in upgrade guide
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
[ci skip] Corrected the sentence in upgrade guide
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | | |
Closes #28707.
|
| | | |
| | | |
| | | |
| | | | |
Fixes GH#28706. Now rails g migration create_users and rails g model User have the same behavior for timestamps since they implement the same migration template. The expected behavior is that this create table migration will create the table with timestamps unless you pass --no-timestamps or --skip-timestamps to the generator. The expected migration should match what you get when you use the model generator. Using the migration generator, which doesn't have a class_option for timestamps would cause them to not be added to the migration file. Now the migration behavior of the migration generator, create_table only, is aligned with the migration behavior of the model generator. Also modified relevant example of ActiveRecord Migrations Guide.
|
|\ \ \ \
| | | | |
| | | | | |
Introduce ActiveSupport::Notifications.monotonic_subscribe
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed' and 'ActiveSupport::Notifications::monotonic_subscribe'
Also, change the signature of ‘ActiveSupport::Notifications::Fanout#subscribe’ to accept optional ‘monotonic’ boolean argument. Then initialize either a ‘Timed’ or ‘MonotonicTimed’ subscriber based on the value of ‘monotonic’ parameter.
Introduce ‘ActiveSupport::Notifications::monotonic_subscribe’ method
Also, provision ‘ActiveSupport::Notifications::subscribed’ to optionally accept ‘monotonic’ boolean argument.
Update documentation for ActiveSupport::Notifications
Add tests
Update guides documentation under the 'Active Support Instrumentation' chapter
Incorporate feedback: use optional keyword argument to specify optional 'monotonic' option to 'subscribed' method
Fix a typo
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Expose `mailbox_for` method
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
per comments from CR
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently, the only exposed entry point into the ApplicationMailbox's configured
routing system is to call `route`, which performs a lot of work to fully
`process` inbound email. It'd be nice to have a way (e.g. in test) of checking
which mailbox an email would route to without necessarily processing it yet.
|
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
deivid-rodriguez/workaround_sass_rails_requirement
Use a better requirement for sass-rails 6 prereleases
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is the behavior I naively expect for the operator when used with a
single digit, but it's definitely an edge case for it, and it doesn't
seem to work as expected for including prereleases.
Using >= works fine and make the intention more clear anyways.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fix indentation of the config.eager_load nil warning
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
bundle update resque-scheduler to latest version
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resque 2.0 includes grammar fixes for warnings tickled by our tests. Updating resque-scheduler also requires and updates resque to version 2.0.
```
$ ruby -v
ruby 2.6.2p47 (2019-03-13 revision 67232) [x86_64-linux]
```
|