| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
This was happened after this commit https://github.com/rails/rails/commit/2ebf47aea21ff8ac10681e53e78dd7a0e5c31c6e
|
|\
| |
| | |
Change AbstractRequest to ActionDispatch::Request
|
|/
|
|
|
|
| |
AbstractRequest has been deprecated, updating to refer to ActionDispatch::Request instead.
[ci skip]
|
|\
| |
| | |
When used by ActionMailer, ActionView should automatically use the correct MIME type just as it does when used by ActionDispatch
|
| |
| |
| |
| | |
MIME type just as it does when used by ActionDispatch #11157
|
|\ \
| | |
| | | |
Improve Docs of ActiveSupport::TimeZone [ci skip]
|
| | |
| | |
| | |
| | |
| | | |
`TimeZone` class is a part of `ActiveSupport` module. For Accessing `TimeZone` class, we need to call `ActiveSupport::TimeZone` instead of `TimeZone`.
individual `TimeZone` gives `NameError: uninitialized constant ‘TimeZone’ error
|
|\ \ \
| | | |
| | | | |
Fix displaying mailer previews on non local requests.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
When config `action_mailer.show_previews` is set, previews are displayed
regardless of local request check.
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] Remove useless "@api public/private"
|
| |/ / /
| | | |
| | | |
| | | | |
Other public APIs do not have these annotations.
|
|\ \ \ \
| | | | |
| | | | | |
Fixed helpers submit button Examples [ci skip]
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
`restrict_with_error` message will now respect owner’s human name
|
| | | |
| | | |
| | | |
| | | | |
locale [kuboon & Ronak Jangir]
|
|\ \ \ \
| | | | |
| | | | | |
Improved ActiveRecord Connection Pool docs [ci skip]
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Removed mocha from Active Record Part 2
|
| | |/ / /
| |/| | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
schneems/schneems/no-hardcoded-ignored-lines-in-schema-dumper
Don't hardcode table name
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The schema_migrations table name is configurable. We should use this value when checking for ignored table names when dumping schema instead of a hardcoded value.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
<script> tags.
Ref #21618
[ci skip]
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update documentation to remove 'desirable' suggestion for what is not a clear cut approach
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
clear cut approach
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Improved explanation of the <script> tag CSRF behavior
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ci skip] Remove `DEFAULT NULL` from examples
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
JuanitoFatas/feature/fewer-rack-env-direct-manipulate
Use rack.session_options instead of directly change env
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Doc SchemaMigration class.
|
| | |_|_|/ /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
this commit removes some direct access to `env`.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This commit is to abstract the code away from the env hash. It no
longer needs to have the routes key hard coded.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Bundler tzinfo-data in windows, even first generated new app are Mac
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
deivid-rodriguez/fix_undefined_method_error_on_exception
Fix undefined method error on exception
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The `error` method is not defined, in general, for exceptions. Instead,
print the exception message. This error was hiding actual meaningful DB
configuration errors. See http://stackoverflow.com/questions/18774463.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Update Validation guide for acceptance method
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This will make the Gemfile.lock be dirty in some environments
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This changes the renderer class to store the controller and defaults as
an instance variable rather than allocating a new class. You can create
a new renderer with an new env by calling `Renderer#new` or use new
defaults by calling `Renderer#with_defaults` and saving the return value
somewhere.
Also I want to keep the `env` private since I would like to change the
keys in the future. This commit only translates particular keys that
the user requested.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
this means the reader doesn't need to lock, but does have the added cost
of a new object created for every controller
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The controller class is shared among threads, so we need to lock when
allocating the Renderer.
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
Remove methods that are never invoked
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes #21122 - does not change any current behavior; simply reflects
the fact that two conditions of the if/else statement are never reached.
The reason is #17227 which adds a default terminator to AS::Callbacks.
Therefore, even callback chains that do not define a terminator now
have a terminator, and `chain_config.key?(:terminator)` is always true.
Of course, if no terminator was defined, then we want this new default
terminator not to do anything special. What the terminator actually does
(or should do) is discussed in #21218 but the simple fact that a default
terminator exists makes this current PR valid.
*Note* that the conditional/simple methods have not been removed in
AS::Conditionals::Filter::After because of `:skip_after_callbacks_if_terminated`
which lets a user decide **not** to skip after callbacks even if the chain was
terminated.
|