| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When queueing with DelayedJob, get the id of the job instance and report
it back to ActiveJob as provider_job_id.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Example updated [ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Should be ApplicationController not ApplicationController::Base
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Typo fix [ci skip]
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Single brackets
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Amend `next_week` documentation [ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[skip ci]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Make sure that tests do not hardcode the default value.
For example `test_instantiation_doesnt_try_to_require_corresponding_file`
always restored the configuration to `true` regardless of what it's
original value was.
Extract a helper to make the global modification consistent across tests.
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
[skip ci] Fix typos in actionpack changelog and security guide
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
removing require object/blank
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
the current class is not the blank?, present? as well as other inheriting, the test suite runs
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Docs: Adding a note, snipped for brevity [ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
sudden ending of form looks incomplete and catches [ci skip]
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
make AbstractAdapter#subquery_for private
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Make sure this script keeps working and has consistent output.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
Use the built-in rake tasks
|
| | | | | |
| | | | | |
| | | | | | |
Use the `log:clear` and `tmp:clear` rake tasks in the setup file template
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
seanlinsley/list-reserved-works-in-generator-error
List reserved words in generator error
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Documentation: Using the real C and R def of Crud [ci skip]
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
fixing English in Rails::Engine docs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ci skip]
|
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
Fixes some words missing from the contributing guide [ci skip]
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
Tiny grammar correction in documentation [ci skip]
|
|/ / / / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Prompted by:
https://github.com/rails/rails/commit/e38dd7bfa4360e241eadf0cf44abdf86ea33a393#commitcomment-11011496
/cc @kuldeepaggarwal
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Use `select_value` for avoid `ActiveRecord::Result` instance creating
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`exec_query` create `ActiveRecord::Result` instance. It is better to use
`select_value` instead of `exec_query` for performance.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
kamipo/use_select_rows_instead_of_select_one_in_select_values
Use `select_rows` instead of `select_one` in `select_value`
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
`select_one` create `ActiveRecord::Result` instance. It is better to use
`select_rows` instead of `select_one` for performance.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove :rescue_format option for translate helper
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
supported by I18n.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Provide mention of pgcrypto extension for Postgres UUID support
[ci skip]
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
From the Postgresql 9.4+ docs
> If you only need randomly-generated (version 4) UUIDs, consider using
the gen_random_uuid() function from the pgcrypto module instead.
[ci skip]
|
| | | | | | | | |
|
| |_|_|/ / / /
|/| | | | | | |
|
| |/ / / / /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
deep_dup method, remove old key from duplicated hash
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Handle raise flag in translate when both main and default translation is missing.
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
missing. Fixes #19967
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Explain what the interceptor is used for and how to remove it.
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Apply schema cache dump when creating connections
|