| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
[ci skip] Add Tip for change_column_null and change_column_default in guides
|
| | |
|
|\ \
| | |
| | | |
Add to guides app and helper objects on command line
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Cleaning up the list items that detail what an engines `--full` option
generates. Joining a multiline multi list item into a multiline single
list item.
[ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ActionController::Base
Inheriting `ApplicationController` often causes an issue as it always
has before/after actions. It should encourage to use `ActionController::Base` instead.
[ci skip]
|
|\ \ \
| | | |
| | | | |
Create custom errors page on ActionController guides
|
| |/ /
| | |
| | |
| | | |
[ci skip]
|
|/ / |
|
| |
| |
| |
| | |
ActiveRecord::Base.configurations
|
| |
| |
| |
| |
| |
| |
| |
| | |
This application always gets out of sync and doesn't add much value.
Closes #15721
/cc @rafaelfranca
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Point to future 4-2-stable branch for detailed changes. [ci skip]
Sync Active Support changelogs with release notes [ci skip]
4.2 Release Notes is a work in progress [ci skip]
Assorted fixes for AS release notes [ci skip]
* `Hash#deep_transform_keys` has already been backported
* Mentioning `ActiveSupport::SafeBuffer#prepend` in the "Deprecations" section would be enough
* Fix syntax in `Kernel#concern` example
Sync AS release notes with the latest commits [ci skip]
Synced 4.2 release notes with commits in railties [ci skip]
Sync AP Deprecations and Notable changes from CHANGELOG [ci skip]
Removed 4.2 release notes from the index [ci skip]
This deprecation was reverted in 489a8f2 [ci skip]
Synced Active Record changelogs for 4.2 release notes [ci skip]
Synced Active Model changelog with the release notes [ci skip]
Added cc26b6b as a 'Removal' item in AP release notes [ci skip]
Use 'character' instead of 'symbol' to avoid confusion [ci skip]
Edit pass on 4.2 release notes [ci skip]
:memo: :lipstick: Use `.xyz` and `#xyz` appropiately [ci skip]
|
| |
| |
| |
| |
| | |
- image_tag is an instance method
- explain possible results when asset pipeline is used
|
| |
| |
| |
| | |
Related to a discussion on #15508
|
| |
| |
| |
| | |
These were removed from #15542 unfortunately :(
|
| | |
|
|\ \
| | |
| | | |
fix bug in email with name example code
|
| | |
| | |
| | |
| | |
| | |
| | | |
The display name in the email "to" field needs to be quoted otherwise
your email-sending service will fail when trying to deliver mail to
user's with commas in their name (i.e. John Smith, M.D.).
|
|\ \ \
| | | |
| | | | |
[ci skip] There are 3 caveats to Local Precompilation including 1 config change
|
| |/ /
| | |
| | |
| | | |
not 2 caveats with one of them being 2 config changes [ci skip]
|
|/ /
| |
| |
| | |
to match arguments used in sprockets-rails [ci skip]
|
| |
| |
| |
| |
| |
| | |
Follow up to #15636.
/cc @hundredwatt
|
|/
|
| |
Directives need to be placed on their own lines in order to work. Tested on: `Server version: Apache/2.2.22 (Ubuntu); Server built: Mar 19 2014 21:11:15`
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Wrap 80 words if possible.
* Make attachment hash options more readable. (L239-L243)
Before:
![screenshot 2014-06-11 02 59 54](https://cloud.githubusercontent.com/assets/1000669/3235432/a91d0464-f0d2-11e3-9e4a-6af2b2a83f1a.png)
After:
![screenshot 2014-06-11 02 59 36](https://cloud.githubusercontent.com/assets/1000669/3235428/a47b28dc-f0d2-11e3-806c-cfaedd3f15df.png)
* L619 Wrap "location" in code: `"location"`.
* L628 Use actual section name.
* L697 Remove unnecessary `./` when refer to other guide.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Senn]
This is a follow up to #15602 which rendered the guides in a weird state:
> You can also specify some options just after the field type between curly
braces. You can use the following modifiers:
> `null` Allows or disallows `NULL` values in the column.
> NOTE: `null` and `default` cannot be specified via command line.
The modifiers are now moved into a separate section. The generator
simply referes to that section.
Related to #15583.
/cc @JuanitoFatas
|
|
|
|
| |
This will need to setup permanent redirect for the old guide.
|
|
|
|
| |
line.
|
| |
|
|
|
| |
default column type modifier
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
When you manually specify `id:` attribute in a fixture Rails' built in association assignment feature will no longer work. http://stackoverflow.com/questions/23985675/incorrect-association-in-fixtures
This commit raises awareness of this behavior and encourages developers to look directly at the fixture documentation.
|
| |
| |
| | |
The fixtures API docs are really comprehensive. We should either be driving people there, or perhaps making fixtures its own guide.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Closes #15541.
|
| |
| |
| | |
It's not very clear exactly what the "params" method is and does, as the current description in the guide is somewhat vague and brief. An example is helpful, especially considering this method is referenced over 30 times in this guide. [ci skip]
|
| |
| |
| | |
It may be confusing to a Rails newbie why "Article" is suddenly being referred to with the "A" being capitalized. Thus far in the guide, the "a" has always been in lowercase. I think it is helpful to point out the reason for this change (especially since not using the capital "A" will result in an error). [ci skip]
|
| | |
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| | |
* Should say "sensitive" instead of "sensible"
|
| | |
|
|\ \
| | |
| | | |
Create Changing Columns on migrations guides [ci skip]
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | | |
duplicating API reference in guides. Also :scissors: [ci skip]
|