| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This has changed recently and so rake test:all and rake
test:all:db are deprecated.
|
|
|
|
| |
Add missing testing tasks and also improve upon tasks descriptions
|
| |
|
|
|
|
| |
name keywords
|
|\
| |
| | |
simplify rake test vs rake test:all
|
| |
| |
| |
| | |
Renames `rake test:all` to `rake test` by changing old `rake test:run` to previous version of `rake test:all`. Removes old definition of `rake test`. Also renames `rake test:all:db` to `rake test:db` and deprecates `rake test:all` & `rake test:all:db`
|
| |
| |
| | |
Update to consistently use American English [ci skip]
|
|\ \
| | |
| | |
| | | |
Allow fallback to LegacyKeyGenerator when secret_key_base is not set but secrets.secret_token is
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- `secrets.secret_token` is now used in all places `config.secret_token` was
- `secrets.secret_token`, when not present in `config/secrets.yml`,
now falls back to the value of `config.secret_token`
- when `secrets.secret_token` is set, it over-writes
`config.secret_token` so they are the same (for backwards-compatibility)
- Update docs to reference app.secrets in all places
- Remove references to `config.secret_token`, `config.secret_key_base`
- Warn that missing secret_key_base is deprecated
- Add tests for secret_token, key_generator, and message_verifier
- the legacy key generator is used with the message verifier when
secrets.secret_key_base is blank and secret_token is set
- app.key_generator raises when neither secrets.secret_key_base nor
secret_token are set
- app.env_config raises when neither secrets.secret_key_base nor
secret_token are set
- Add changelog
Run focused tests via
ruby -w -Itest test/application/configuration_test.rb -n '/secret_|key_/'
|
| | | |
|
|\ \ \
| | | |
| | | | |
[ci skip] Fix line break on command line guide
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Add a section about job testing [ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Cover lower level job testing (assertions about the execution of the
job itself).
* Add a table with the custom assertions provided by Active Job's
`TestHelper` module.
* Add an example testing job queuing inside a model
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Integration test example is now using 'articles' name
for both path and assigns key.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
/cc @chancancode
|
|\ \ \ \
| | | | |
| | | | | |
Remove redundancy [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I love this guide!
and "visually see" is redundant.
remove "visually", then the sentence reads:
> Action Mailer previews provide a way to see how emails look
|
|/ / / /
| | | |
| | | |
| | | | |
- Everywhere else we using HTML Sanitizer except this place.
|
| | | |
| | | |
| | | |
| | | | |
As we are no more displaying frameworks
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- This option was removed in https://github.com/rails/rails/commit/bf17c8a531bc80.
- [ci skip]
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Capitalize CSS, SQL
Change spelling of favour to favor - updated for consistency,
the rest of the document uses "favor".
Grammar / spelling pass
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
|\ \ \ \ |
|
| | |/ /
| |/| | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Link to the "English" section to specify American English be used for the Guides
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | | |
fixes this :
![http://i.imgur.com/86scI3a.png](http://i.imgur.com/86scI3a.png))
|
| |\ \ \
| | |/ /
| |/| | |
Explicit route test class
|
| | | |
| | | |
| | | | |
shows the class that the test must extend in order to have the assert_routing method available
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Masked authenticity token section, finder options details, misc typos [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
It was missing from table, but is present in sample hash below
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | | |
section 2.8 "Rails DOM Testing"
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Splitting on whitespace makes more sense in the context of counting words in an
essay.
|
| |\ \ \
| | | | |
| | | | | |
Added ability to configure the queue_name_prefix delimiter to ActiveJob::QueueName.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Added ActiveJob::Base#queue_name_delimiter to allow for
developers using ActiveJob to change the delimiter from the default
('_') to whatever else they may be using (e.g., '.', '-', ...).
- Updated source guide to include a blurb about the delimiter.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
| | | | |
|