| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
remove `mongrel` once again
|
| |
| |
| |
| | |
`mongrel` was removed in #26408. But have back accidentally in #26414.
|
|\ \
| |/
|/| |
Remove dead constants
|
| |
| |
| |
| | |
It seems that we forgot to remove some codes on https://github.com/rails/rails/commit/7ab47751068c6480e7e44fc9265a7e690dd4af3b
|
|\ \
| | |
| | | |
update description of queue adapter in test [ci skip]
|
| | |
| | |
| | |
| | |
| | | |
`ActiveJob::TestCase` set `TestAdapter` to queue adapter at `before_setup`.
https://github.com/rails/rails/blob/master/activejob/lib/active_job/test_helper.rb#L12..L21
|
|\ \ \
| | | |
| | | | |
[ci skip] Remove not necessary whitespace
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] Use right format text
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
[ci skip] Use class name instead of path to file
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] Removes broken performance testing link from the 2.2 release notes
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
use `active_support/testing/autorun` in `bin/test` script
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
29f0fbd5db643b885665e4a14c7de3bf6c0d9c96 has changed that always call
`Minitest.autorun` in `active_support/testing/autorun`.
Therefore, when used directly `Minitest.run`, tests are performed twice.
|
|\ \ \ \
| | | | |
| | | | | |
Make :as option also set request format (AC::TestCase)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
right now you'd have to specify both :as and :format:
```
post :create, params: { foo: "bar" } as: :json, format: :json
```
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Do not leak the Errors default proc when calling to_hash or as_json
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fix typo in `DateAndTime::Calculations#all_week` doc [ci skip]
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
`Date.week_start` does not exist. `Date.beginning_of_week` seems to be correct.
Ref: #5339
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix doc format for `RecordFetchWarning` [ci skip]
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Initial Rails Commands Infrastructure
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Wash out your old! These adhoc scripts are replaced by the new
commands.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Prescribed some review fixes for myself!
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Still vulnerable to different file structures. We likely want something
more robust when we tackle in app commands.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is not as good a solution as actually hashing both values, but Ruby
doesn't expose that capability other than allocating the array. Unless we were
to do something silly like have a thread local array that is re-used, I don't
see any other way to do this without allocation. This solution may not be
perfect, but it should reasonably avoid collisions to the extent that we need.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
[ci skip] Update PG adapter documentation
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Per discussion in pull request #26622:
"Let's change it to PG::Error. The more specific classes mentioned are
subclasses, and the fact the raised exception is a PG::UndefinedColumn
doesn't change the fact that it's also a PG::Error." - matthewd
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] Clarify Postgresql Documentation
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This clarifies the object that +ActiveRecord::Base.connection.execute+
will return when using Postgresql.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
remove unnecessary `RAILS_ENV` setting
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`RAILS_ENV` is always set in the initialization process of test runner.
https://github.com/rails/rails/blob/9fa07095a35be2d8cb5adcc992b988e73a6d9719/railties/lib/rails/test_unit/minitest_plugin.rb#L74
Therefore, it is not necessary to set in `test_helper`.
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Add info about a502703 to Rails 5 release notes
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ci skip]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Makes sure we get support for `Minitest.after_run` hooks and don't
accidentally run tests twice.
Requires overriding minitest `run` to respect the TESTOPTS variable.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The Rails test runner supports three ways to run tests: directly, via rake, or ruby.
When Running with Ruby ala `ruby -Itest test/models/post_test.rb` our test file would
be evaluated first, requiring `test_helper` and then `active_support/testing/autorun`
that would then require the test file (which it hadn't been before) thus reevaluating
it. This caused exceptions if using Active Support's declarative syntax.
Fix this by shifting around when we set the how we're run to closer mimick the require
order.
If we're running with `bin/rails test` the test command file is run first and we then
set `run_with_rails_extension`, later we hit `active_support/testing/autorun` and do
nothing — because we've been run elsewhere.
If we at this point haven't set `run_with_rails_extension` we've been running with
`ruby` this whole time and thus we set that.
We should always trigger `Minitest.autorun` as it doesn't hurt to call it twice.
Consolidate the two methods into a single one that better brings out the intent of
why they're there.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Revise the require in the test command to use `active_support/testing/autorun`
and spare us the minitest spec syntax as detailed in 5da4d51.
Also move the require to the top of the file for consistency with the rest of
Rails' requires across the project.
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Fix code formatting in `#save` RDoc [ci skip]
|
|/ / / / / /
| | | | | |
| | | | | | |
Noticed that the `validate: false` option for `ActiveRecord::Persistence#save` and `#save!` were not formatted as code like the other examples in the documentation.
|