aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #24799 from prathamesh-sonpatki/18439-followupRafael França2016-05-051-8/+17
|\ \ \ | | | | | | | | Active Model: Improve CHANGELOG and documentation for `validates_acceptance_of` [ci skip]
| * | | Active Model: Improve CHANGELOG and documentation for ↵Prathamesh Sonpatki2016-05-051-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `validates_acceptance_of` [ci skip] - Improve CHANGELOG entry for #18439. - The documentation is updated as per changes in PR #18439 to the `accept` option. - The explanation about the virtual attribute is moved at the end so that the arity of `accept` option is explained first. - Added a note that `message` can also be passed to `validates_acceptance_of`.
* | | | Remove extra space [ci skip]Jon Moss2016-05-051-2/+2
| | | |
* | | | Release notes: Remove duplicate entries [ci skip]Prathamesh Sonpatki2016-05-031-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Removed duplicate entry for collection caching. - The entry was duplicate and the link to PR was also wrong. - Consolidated entries for `belongs_to` required by default.
* | | | Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in ↵willnet2016-04-304-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | guides [ci skip] Guides should be updated because ActionDispatch::LoadInterlock was replaced with ActionDispatch::Executor at #23807.
* | | | fix incorrect module name [ci skip]yuuji.yaginuma2016-05-011-1/+1
|/ / /
* | | add #24385 to 5.0 release notes [ci skip]yuuji.yaginuma2016-04-291-0/+7
| | |
* | | Update configuring.md with colons and periodsConnor Shea2016-04-291-52/+52
| | | | | | | | | Some configuration options started with a capital letter indicating the beginning of a sentence, which didn't makes sense without the colons. Similarly, some were missing periods at the end of their descriptions. [ci skip]
* | | Consistent spelling of "gzipped" [ci skip]Connor Shea2016-04-291-1/+1
| | |
* | | Fix typos in asset_pipeline.md [ci skip]Connor Shea2016-04-291-2/+2
| | | | | | | | | Per discussion in #24786.
* | | Merge pull request #24786 from vipulnsward/document-gzip-assetsRichard Schneeman2016-04-292-0/+13
|\ \ \ | |/ / |/| | Document config.assets.gzip flag.
| * | Document config.assets.gzip flag. Follow up of ↵Vipul A M2016-04-292-0/+13
| | | | | | | | | | | | | | | | | | https://github.com/rails/sprockets-rails/pull/342. [ci skip]
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-295-21/+22
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: guides/source/configuring.md
| * | | be specific when the debug_exception_response_format to :apiVipul A M2016-04-231-1/+1
| | | | | | | | | | | | | | | | [ci skip]
| * | | Mention default values for `debug_exception_response_format` in configuring ↵Prathamesh Sonpatki2016-04-221-1/+1
| | | | | | | | | | | | | | | | guide [ci skip]
| * | | `debug_exception_format` is set to :api by default for API apps only, not ↵Prathamesh Sonpatki2016-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | for normal apps. [ci skip]
| * | | s/determins/determines/Vipul A M2016-04-201-1/+1
| | | | | | | | | | | | | | | | [ci skip]
| * | | - Make sure we end sentencesVipul A M2016-04-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | - Change from "The Task" to "The Update Task" as referred elsewhere [ci skip]
| * | | [ci skip] Add some missing commasPrathamesh Sonpatki2016-04-121-2/+2
| | | |
| * | | [ci skip] Typo fix. `loggs` -> `logs`Prathamesh Sonpatki2016-04-121-1/+1
| | | |
| * | | - Fix typo in config guide, from config.logger sectionVipul A M2016-04-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Make bulleted lists, end properly [ci skip]
| * | | s/Thoughtbot/thoughtbot/Vipul A M2016-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/thoughtbot/presskit/blob/master/README.md#name for name capitalization. [ci skip]
| * | | [ci skip] Fix formatting of code snippet in Action Cable guidePrathamesh Sonpatki2016-04-051-7/+8
| | | |
| * | | [ci skip] Update code used for filtering passwords in the configuring guidePrathamesh Sonpatki2016-04-051-1/+1
| | | |
* | | | Merge pull request #24776 from prathamesh-sonpatki/aj-release-notesKasper Timm Hansen2016-04-291-1/+5
|\ \ \ \ | |_|/ / |/| | | Active Job: Add note about ability to configure adapters on per job basis in CHANGELOG and release notes
| * | | Active Job: Add note about ability to configure adapters on per job basis in ↵Prathamesh Sonpatki2016-04-291-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | CHANGELOG and release notes. [ci skip]
* | | | Merge pull request #24770 from vipulnsward/guieds-typeRafael França2016-04-281-1/+1
|\ \ \ \ | |/ / / |/| | | Pass over debugging guide
| * | | Pass over debugging guideVipul A M2016-04-281-1/+1
| | | | | | | | | | | | | | | | [ci skip]
* | | | Fix broken links to ryandaigle.com [ci skip]Javier Vidal2016-04-282-14/+14
|/ / /
* | | Review the `byebug` debugging guideDavid Rodríguez2016-04-281-140/+185
| | | | | | | | | | | | | | | | | | | | | | | | * Several formatting fixes. * Updated command outputs to latest version. * Minor rewordings. [ci skip]
* | | Fix inconsistent usage of capital letter in rails generate command examplesRalin Chimev2016-04-281-4/+4
| | |
* | | Prep Rails 5 beta 4eileencodes2016-04-271-3/+5
| | |
* | | Fix typo in Configuration Guide [ci skip]Erol Fornoles2016-04-271-1/+1
| | |
* | | Fix typo in Rails Guides [ci skip]Erol Fornoles2016-04-261-1/+1
| | |
* | | Add #23461 to release notesVipul A M2016-04-241-3/+8
| | | | | | | | | | | | [ci skip]
* | | Fix broken links in 'Ruby on Rails 3.0 Release Notes' [ci skip]Javier Vidal2016-04-221-3/+2
| | |
* | | Add SQL examples for equality and NOT [ci skip]Tom Copeland2016-04-211-3/+13
| | |
* | | Merge pull request #24657 from maclover7/fix-23643-1Rafael França2016-04-211-0/+3
|\ \ \ | | | | | | | | Add #18323 to 5.0 release notes
| * | | Add #18323 to 5.0 release notesJon Moss2016-04-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #23643. [ci skip]
* | | | Fix small typos [ci skip]Tom Copeland2016-04-201-2/+2
|/ / /
* | | - Added documentation for ActiveJob queue adapter for a specific job.Mohit Natoo2016-04-201-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Added note on child class maintaining parent's queue adapter. [ci skip] Added note on child class maintaining parent's queue adapter. [ci skip] removed documentation for child class inheriting the queue adapter.
* | | Remove reference to unknown method `dirty?` to docsVipul A M2016-04-191-2/+0
| | | | | | | | | | | | [ci skip]
* | | Add #16917 to release notesVipul A M2016-04-191-0/+3
| | | | | | | | | | | | [ci skip]
* | | Merge pull request #24603 from ↵Jeremy Daer2016-04-171-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | prathamesh-sonpatki/fix-wording-about-adapters-supporting-db-comments Fix wording related to adapters supporting database comments [ci skip]
| * | | Fix wording related to adapters supporting database comments [ci skip]Prathamesh Sonpatki2016-04-181-2/+2
| | | |
* | | | Add note about ability to add database comments to release notes [ci skip]Prathamesh Sonpatki2016-04-181-0/+3
|/ / /
* | | Merge pull request #22911 from Envek/database_commentsJeremy Daer2016-04-161-0/+8
|\ \ \ | | | | | | | | | | | | Add support for specifying comments for tables, columns, and indexes in database itself
| * | | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comments are specified in migrations, stored in database itself (in its schema), and dumped into db/schema.rb file. This allows to generate good documentation and explain columns and tables' purpose to everyone from new developers to database administrators. For PostgreSQL and MySQL only. SQLite does not support comments at the moment. See docs for PostgreSQL: http://www.postgresql.org/docs/current/static/sql-comment.html See docs for MySQL: http://dev.mysql.com/doc/refman/5.7/en/create-table.html
* | | | documentation for add_references index option [ci skip]Vipul A M2016-04-171-1/+2
|\ \ \ \ | |/ / / |/| | | documentation for add_references index option [ci skip]
| * | | [ci skip] docs for add_references index optionAlex Handley2016-04-161-1/+2
| | |/ | |/| | | | | | | | | | | | | - Add link for finding the addional options for index. - Add example for unique index as this is a common requirement. - Add link in guide for index options.