| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
In #25380 I moved an `active_support/core_ext/object/blank` in the
`activesupport/lib/active_support/testing/assertions.rb`, however it caused a
chain reaction, resulting in failing railties tests.
Moving the require to `railties/test/isolation/abstract_unit.rb` and
`activesupport/test/abstract_unit.rb`.
|
|\
| |
| | |
Remove an unused require in ActiveSupport::TestCase
|
|/
|
|
| |
We used to have `assert_blank` and `assert_presence`. [ci skip]
|
|\
| |
| | |
Changed ActiveJob::Base to ApplicationJob in the Active Job guide [ci…
|
|/
|
| |
@prathamesh-sonpatki
|
|\
| |
| | |
Remove unnecessary model requires
|
| | |
|
|\ \
| | |
| | | |
Remove outdated comments [ci skip]
|
| | |
| | |
| | |
| | |
| | | |
These comments were added at dd257a3ccb30ab181cd48d3d81bc7f23bb45f36f
but outdated since #2086.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
y-yagi/generate_mailer_layout_files_if_it_does_not_already_exist
generate mailer layout files if it does not already exist
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently, if `ApplicationMailer` does not exist, it is generated when
run the mailer generator, but layouts files does not generate.
However, because it uses the layouts in `ApplicationMailer`,
layouts are required.
Follow up to #24161
|
|\ \ \
| | | |
| | | | |
Add missing things to Rails 5.0 release notes [ci skip]
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- https://github.com/rails/rails/pull/18288.
- https://github.com/rails/rails/commit/da9038e.
- https://github.com/rails/rails/commit/78dab2a8569408658542e462a957ea5a35aa4679.
- https://github.com/rails/rails/pull/9065.
- https://github.com/rails/rails/pull/18314.
- https://github.com/rails/rails/pull/13434.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
stephenminded/active_job_test_helper_custom_queue_adapter
Provide the ability to override the queue adapter used by jobs under test
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
test.
This PR adds a method called `queue_adapter_for_test` to
`ActiveJob::TestHelper`. This method is expected to provide the queue
adapter to be used for jobs under test. It maintains the current
behaviour by defaulting to an instance of
`ActiveJob::QueueAdapter::TestAdapter`. Tests that include
`ActiveJob::TestHelper` or extend from `ActiveJob::TestCase` can provide
a custom queue adapter by overriding `queue_adapter_for_test` in their
class.
|
|\ \ \ \
| |/ / /
|/| | | |
Fix typo
|
|/ / /
| | |
| | | |
[ci skip]
|
|\ \ \
| |/ /
|/| | |
Fix `or` result SQL [ci skip]
|
|/ / |
|
|\ \
| | |
| | | |
Remove `_run_class_setup`
|
| | |
| | |
| | |
| | | |
Should have been removed by 3073c531983de243219fb55be93fbcebfdd9c44e.
|
|\ \ \
| |/ /
|/| | |
Add missing things to release notes [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- https://github.com/rails/rails/pull/18721
- https://github.com/rails/rails/pull/11898
- https://github.com/rails/rails/pull/18194
- https://github.com/rails/rails/pull/18225
- https://github.com/rails/rails/pull/18244
- https://github.com/rails/rails/commit/edc2b7718725016e988089b5fb6d6fb9d6e16882
- https://github.com/rails/rails/pull/19686
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add config.assets.quiet = true as default for generator
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Broadcast #silence on ActiveSupport::Logger
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Replace Kernel#caller by the faster Kernel#caller_locations
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[ci skip] `define_model_callbacks` only exist in active model
|
| |/ / /
| | | |
| | | |
| | | | |
- Also added a note when calling multiple time `define_callbacks`
|
|\ \ \ \
| |/ / /
|/| | | |
Fix typo in ActionController::Renderer [ci skip]
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fix Typo in `SuckerPunchAdapter`
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | | |
This code was added in 81286f858770e0b95e15af37f19156b044ec6a95, but was
not used by that commit and does not appear to have ever been used.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Restore the functionality of PR#14129, but do so with not nil to better indicate the purpose of the conditional
* Add a test when render_to_string called on ActionController::Base.new()
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
yahonda/allow_oracle_bind_value_syntax_in_loj_test
Allow Oracle bind parameter syntax `:a1` in test_join_conditions_added_to_join_clause
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix typo
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
remove deprecated `:prefix` option from doc [ci skip]
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
The option was deprecated in #21191.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
existant => existent
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] Expand information on message options
|
| | | | |
| | | | |
| | | | |
| | | | | |
Link to the more detailed message documentation when using a message option in validations.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Add Rails 5.0 release notes to the index page of guides [ci skip]
|