| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Earlier
when `data-disable-with` option is added direclty as in options then
```ruby
submit_tag("Save", { "data-disable-with" => "Processing..." })
# => <input type="submit" name="commit" value="Save" data-disable-with="Processing..." data-disable-with="Processing..." />
```
Now
when `data-disable-with` option is added direclty as in options then
```ruby
submit_tag("Save", { "data-disable-with" => "Processing..." })
# => <input type="submit" name="commit" value="Save" data-disable-with="Processing..." />
```
|
|\
| |
| | |
Correct ArgumentError message in ActiveSupport conversions docs [ci s…
|
|/
|
| |
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.
|