| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
templates [ci skip]
|
|\
| |
| | |
Updated request_forgery_protection docs [ci skip]
|
|/
|
|
|
|
| |
- Changed Javascript to JavaScript.
- Added full-stop which was missing, also wrapped the sentence to 80 chars.
- Changed proc to Proc and oauth to OAuth.
|
|\
| |
| | |
Small punctuation fixes [ci skip]
|
|/ |
|
| |
|
|\
| |
| |
| | |
Add note about sti column value to becomes method [ci skip]
|
| | |
|
| |
| |
| |
| | |
[see #18392]
|
|\ \
| |/
|/| |
Correct route requirements by overriding defaultls
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add a test-case to make sure that `create_table` with
a `foreign_key: true` and an adapter without foreign key support
does not blow up.
Motivated by #19794.
Originating from: https://github.com/rails/rails/commit/99a6f9e60ea55924b44f894a16f8de0162cf2702#commitcomment-10855210
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
calebthompson/dont-rely-on-environment-task-for-schema-load"
This reverts commit 08ff4ccbbb3fb143a02e6752efb974a4bcfcd3bb, reversing
changes made to 6c9ed6dbc62450cdb87559afd15798305e069146.
Caused by #17920.
Closes #19545.
This patch introduced regressions because initializers were no longer
loaded. Specifically missing inflections result in broken restores of
the database.
|
| | |
|
| |
| |
| |
| | |
Also added reference for to_date, as it belongs historically.
|
| | |
|
|\ \
| | |
| | | |
[ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs
|
| | |
| | |
| | |
| | | |
[Dave Moore]
|
|\ \ \
| |/ /
|/| | |
Rm route wrapper internal hacks
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
sprockets-rails will only add `Rails.application.assets` if compile is
no false. See change on sprockets-rails
https://github.com/rails/sprockets-rails/commit/d7c7ee19991c565eb77ee143be2d009ba4472122
|
| | |
| | |
| | |
| | |
| | | |
See the behaviour change on sprockets-rails
https://github.com/rails/sprockets-rails/commit/56725e5843662189c6701478f7598db306d5fb02
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We need to ignore the `assets_prefix` when running a command like `rake
routes`. However we cannot reference asserts_prefix from action_pack as
that is a sprockets-rails concern.
See this is now implemented on sprockets-rails
https://github.com/rails/sprockets-rails/commit/85b89c44ad40af3056899808475e6e4bf65c1f5a
|
|\ \ \
| | | |
| | | | |
Removed unused code from request_forgery_protection tests
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
Escape README in Plugin builder API documentation
|
|/ /
| |
| |
| |
| | |
- So that RDoc will not generate link for README.
[ci skip]
|
|\ \
| | |
| | | |
Uncomment byebug in framework Gemfile
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
History:
1. `debugger` was there until d2ed433b where it was commented out, and I
couldn't figure out why
2. Since then we inherited that when switching to `byebug` in 93559da4
Reasons:
1. It's nice to have a debugger when working on framework bugs
2. It's an uncommented dependency in app Gemfiles since Rails 4.2 (see fbe38c9e)
|
|\ \ \
| | | |
| | | | |
[ci skip] Update ActiveSupport::Subscriber documentation
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 6a7cf515123889360d272e8ab4be045578dfc0fb.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Correct translate helper docs [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The documentation previously stated that calling `translate(".foo")` was
equivalent to calling `I18n.translate("people.index.foo")` which is
incorrect due to the various other functions of the `translate` view
helper. This has been fixed.
Additionally, a note about forcing the view helper to re-raise
exceptions was added to the section detailing the handling of missing
translations.
Other cleanup includes:
* Consistent formatting of code
* Stop indenting bulleted list as a code sample
* Tighten some of the language
* Wrap at 80 characters.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
No need to capitalize verbs. [CI SKIP]
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Follow-up to #19672 and 8b0aa0c1.
[ci skip]
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This method is not in use since 479c7cacd5db58ab7200bc1de58c829a1a643278
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These options are not actually available.
Thanks @soutaro for letting me aware of this.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] Rework docs, add examples on deprecation proxies
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
More docs on tagged logging [ci skip]
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Mention that tags can also come from a Proc that accepts the request
object or something's to_s method
|