| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix grammar/style in attribute methods docs
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
A conjunction was needed to make these sentences correct. Breaking them
up seemed like a better option.
[ci skip]
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
follow up to 107526e809ea2b6de8b2775ecf83e55d60833206
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Silence warning from MySQL::Error object in test
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When running Active Record MySQL test, this warning is printed in the
console:
warning: instance variable errno not initialized
It turns out that this is a warning from `mysql` gem in MySQL::Error
object. However, since the `mysql` gem is no longer maintained, and
there won't be a newer version, it make sense for us to just silence
this warning to make the output cleaner.
|
|\ \ \ \
| | | | |
| | | | | |
Remove unused WorkshopsController class in redirect_test.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Closes #19866
[ci skip]
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[ci skip] Description inside Signed and Encrypted CookieJars added
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
commit a88875ac6abaa4d8116b42af8cd71189ce3d44d3
Author: Siddharth Bhatore <sbhatore95@gmail.com>
Date: Thu Apr 23 12:26:08 2015 +0530
[ci skip] Update doc fix cookies
commit f175eaa7a21db898fc6c66334f770831028f9d00
Author: Siddharth Bhatore <sbhatore95@gmail.com>
Date: Mon Apr 20 12:58:04 2015 +0530
Description inside Signed and Encrypted CookieJars added
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Fix missing index when using timestamps with index
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The `index` option used with `timestamps` should be passed to both
`column` definitions for `created_at` and `updated_at` rather than just
the first.
This was happening because `Hash#delete` is used to extract the `index`
option passed to `timestamps`, thereby mutating the `options` hash
in-place. Now take a copy of the `options` before deleting so that the
original is not modified.
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
Fix CSS formatting in welcome#index.html.erb
|