| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
AbstractRequest has been deprecated, updating to refer to ActionDispatch::Request instead.
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
<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
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Update Validation guide for acceptance method
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Updated MySQL documentation link to MySQL latest version 5.7 everywhe…
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
skip]
Bumps from `5.6` to `5.7`
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | | |
block support added in 8cc01e0b2bfa75a613720c535d34e451f5de769c
|
|\ \ \ \
| | | | |
| | | | | |
Improve the AR querying docs
|
| | | | |
| | | | |
| | | | |
| | | | | |
Bumps to 5.7
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* rewords a few awkwardly worded sentences
* adds some punctuation
* adds a few missing words
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[Rails Guides] clarify `ActiveRecord::ConnectionTimeoutError`
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Original:
* ActiveRecord::ConnectionTimeoutError - could not obtain a database
connection within 5 seconds. The max pool size is currently 5;
consider increasing it:
Modified version:
* ActiveRecord::ConnectionTimeoutError - could not obtain a database
connection within 5.000 seconds (waited 5.000 seconds)
[ci skip]
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
[Rails Guides] Clarify custom code configuration [ci skip]
|
|/ / / / / |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
tested on Ubuntu Desktop 15.04
|
| | | | |
| | | | |
| | | | |
| | | | | |
action_controller_overview file Rails' -> Rails" [ci skip]
|
| | | | |
| | | | |
| | | | | |
sub-project's should be sub-projects' at all places
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Add case_sensitive option for confirmation validation
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Case :- 1. In case of email confirmation one needs case insensitive comparison
2. In case of password confirmation one needs case sensitive comparison
[ci skip] Update Guides for case_sensitive option in confirmation validation
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ci skip] Update what methods `Migration#change` can reverse
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Documentations and comments about what methods
`Migration#change` can reverse is out of date.
For example `change_column_default` is now reversible
by this [commit](https://github.com/rails/rails/pull/20018).
* Comments about `CommandRecorder` dose not match with Rails Guide.
For example `add_foreign_key` is listed only on Rails Guide.
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
These changes rephrases the description with better explanation of step by step process.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix Configuring Active Record [ci skip]
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
linked article is a description of the plugins in Rails 2.1.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since all controller instances are required to have a request and
response object, RackDelegation is no longer needed (we always have to
delegate to the response)
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Fixtures are loaded for all the tests by default (not only model and
controller tests).
* Fix a few typos and improve the markup at some levels.
* Wrap changes to 80 chars
[ci skip]
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] Fix migration file's timestamp
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In rails generally migration file's timestamp is "YYYYMMDDHHMMSS".
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | | |
y-yagi/add_activejob_section_to_instrumentation_guide
add Active Job section to instrumentation guide [ci skip]
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Small fixes [ci skip]
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* fix command list for thread
* add omitted end of code
* fix description for `continue` and `finish` command
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
This example is dependent on the `:end_at` option and has been removed
from `4-2-stable` (d167b811520a6f800b86c77b805d15505a251bb8)
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
guides/source/security.md
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is discussed on https://github.com/rails/rails/pull/21334
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Followup to #20637.
|