| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
fixes issue #16698
|
|\
| |
| |
| | |
add message to `assert` in `assert_enqueued_with`
|
| | |
|
|\ \
| | |
| | | |
Added test for exception message for validate method
|
|/ /
| |
| |
| | |
- Test case for https://github.com/rails/rails/pull/16851
|
|\ \
| | |
| | | |
Update changelog with tenderlove's entry
|
|/ /
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| | |
it doesn't work on SQLite3 since it doesn't support truncate, but that's
OK. If you call truncate on the connection, you're now bound to that
database (same as if you use hstore or any other db specific feature).
|
|\ \
| | |
| | |
| | |
| | | |
petedmarsh/clarify-association-primary-key-option-documentation
Clarify the documentation of the primary_key option for associations
|
|/ /
| |
| |
| |
| |
| |
| | |
Previously the documentation stated that `primary_key` should be the name of
a *method* that returns the primary key used for the association. This is
incorrect. This changes the documentation to say that the value must be the
name of a column.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Cleaner queuing of jobs using Delayed Job
Conflicts:
activejob/lib/active_job/queue_adapters/delayed_job_adapter.rb
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fixtures using Foreign key symbols
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
:foreign_key option that's a symbol
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 07635a74b5ee08dcba3f6617def6230d8f114fe5, reversing
changes made to 1b5f61a025b6ce1ee52b7148e3ed2a9acbde28b9.
Reason: it's not ready :bomb:, see https://github.com/rails/rails/pull/16888#issuecomment-56400816
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
prathamesh-sonpatki/mention-validate-in-upgrade-guide
Update error message of Active Model's validate method
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Improve the error message by suggesting that the user may have
intended to call validates instead of validate method.
|
|\ \ \ \
| | | | |
| | | | | |
Skip isolated tests for PRs
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
They're valuable, but the types of errors they catch are fairly rare: we
can address them post-merge when they show up.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Changes default render behavior from file to template.
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
[ci skip] Added RDoc for each Active Job adapter
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
ActionMailer: mark mail as called after instead of before processing it
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
claudiob/remove-wrapping-div-from-form-helpers-doc
Remove wrapping <div> in form helpers from doc [ci skip]
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ci skip]
89ff1f8 and 1de258e6 removed from the HTML generated by the form helpers
the <div> that was wrapping the field elements inside the <form>.
This commit updates the documentation of the methods to reflect the
two commits above.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix another false assertions
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* The assertions in AS::Duration don't actually assert.
* The assertion in Railtie will pass even when `eager_load_namespaces`
doesn't include `AppTemplate::Application` if `Rails.application` is
truthy.
For more details, see here:
* https://github.com/rails/rails/pull/16998
* https://github.com/rails/rails/pull/17000
|
| | | | | | | |
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix false assertions in AR::TestCase::AttributeMethodsTest
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This test has always been green because it uses "assert" and the first
argument is an truthy class/object.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Document that the default for `rails server -b` has changed
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Fixes #16578
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | | |
Standardize on `Rails.application` [ci skip]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This seems to be the style settled on in most of the templates.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ci skip] Fix typo in activerecord/test/cases/attribute_methods_test.rb:737
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ci skip] modify the description of production log level default
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
ActiveRecord CHANGELOG improvements [skip ci]
|
|/ / / / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The hash is now string-keyed, and [_]reflect_on_association calls `to_s` on the
argument anyway.
|
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For now, we will just skip the cache when a non-column key is used in the hash.
If the future, we can probably move some of the logic in PredicateBuilder.expand
up the chain to make caching possible for association queries.
Closes #16903
Fixes #16884
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is pretty lame though, so feel free to send a PR with a better fix! ;)
cc @zev @tenderlove
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update RecordNotFound exception cases to include a message with the
|