Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Add #18323 to 5.0 release notes | Jon Moss | 2016-04-20 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23643. [ci skip] | |||||
* | | | | | Fix small typos [ci skip] | Tom Copeland | 2016-04-20 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | - Added documentation for ActiveJob queue adapter for a specific job. | Mohit Natoo | 2016-04-20 | 1 | -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 docs | Vipul A M | 2016-04-19 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Add #16917 to release notes | Vipul A M | 2016-04-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Merge pull request #24603 from ↵ | Jeremy Daer | 2016-04-17 | 1 | -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 Sonpatki | 2016-04-18 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Add note about ability to add database comments to release notes [ci skip] | Prathamesh Sonpatki | 2016-04-18 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #22911 from Envek/database_comments | Jeremy Daer | 2016-04-16 | 1 | -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 Novikov | 2016-04-16 | 1 | -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 M | 2016-04-17 | 1 | -1/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | documentation for add_references index option [ci skip] | |||||
| * | | | | [ci skip] docs for add_references index option | Alex Handley | 2016-04-16 | 1 | -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. | |||||
* | | | | Add a note about how to execute 'rails app:update' on 4.2 and earlier [ci skip] | Javier Vidal | 2016-04-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix broken link in 'Ruby on Rails 4.0 Release Notes' [ci skip] | Javier Vidal | 2016-04-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #24557 from y-yagi/update_example_to_specify_ac_mount_path | Vipul A M | 2016-04-15 | 1 | -4/+5 | |
|\ \ \ \ | | | | | | | | | | | update example to specify the Action Cable mount path [ci skip] | |||||
| * | | | | update example to specify the Action Cable mount path [ci skip] | yuuji.yaginuma | 2016-04-15 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | Follow up to 8b69f1e | |||||
* | | | | | Merge pull request #24454 from iangilfillan/master | Vipul A M | 2016-04-14 | 4 | -13/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | MariaDB documentation [ci skip] | |||||
| * | | | | MariaDB Documentation | iangilfillan | 2016-04-14 | 4 | -13/+15 | |
| | | | | | ||||||
* | | | | | Merge pull request #24536 from vipulnsward/ruby-2-upgrading | Rafael França | 2016-04-13 | 1 | -1/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add ruby 2.2.2+ version requirement for Rails 5 apps | |||||
| * | | | | | Add ruby 2.2.2+ version requirement for Rails 5 apps | Vipul A M | 2016-04-13 | 1 | -1/+2 | |
| | |/ / / | |/| | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | - Add changelog for new guide: AC overview from ↵ | Vipul A M | 2016-04-10 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/rails/rails/pull/23176 [ci skip] | |||||
* | | | | | - Fixed changelog related to i18 key changes. Added author | Vipul A M | 2016-04-10 | 1 | -8/+10 | |
|/ / / / | | | | | | | | | | | | | | | | | - Made all sentences to end properly [ci skip] | |||||
* | | | | fix typo in file path [ci skip] | yuuji.yaginuma | 2016-04-10 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Remove reference to non existing link in the welcome page. | djunzu | 2016-04-08 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | modified: guides/source/getting_started.md | |||||
* | | | | Clarify fixtures examples [ci skip] | Stefan Wrobel | 2016-04-08 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Clarify description of `include_all_helpers` config setting's default ↵ | James Wen | 2016-04-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | behavior [ci skip] | |||||
* | | | | Fix broken link in 'Ruby on Rails 3.1 Release Notes' [ci skip] | Javier Vidal | 2016-04-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #24465 from y-yagi/remove_needless_entry | Vipul A M | 2016-04-08 | 1 | -4/+0 | |
|\ \ \ \ | | | | | | | | | | | remove needless entry [ci skip] | |||||
| * | | | | remove needless entry [ci skip] | yuuji.yaginuma | 2016-04-08 | 1 | -4/+0 | |
| |/ / / | | | | | | | | | | | | | The option backed to `start` in da26934313a31ae530b7537aba8a7662152f4dfe. | |||||
* / / / | Fixes for the strong & weak ETags guide [ci skip] | Roque Pinel | 2016-04-07 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #24444 from ↵ | Rafael França | 2016-04-06 | 2 | -4/+10 | |
|\ \ \ | | | | | | | | | | | | | | | | | prathamesh-sonpatki/update-message-proc-documentation Update example of passing a proc to `:message` option for validating records [ci skip] | |||||
| * | | | Update example of passing a proc to `:message` option for validating records ↵ | Prathamesh Sonpatki | 2016-04-06 | 2 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] - This change is made as the behavior for `:message` proc was changed in https://github.com/rails/rails/pull/24119. - Also check https://github.com/rails/rails/pull/24431#issuecomment-206106790 for reference. | |||||
* | | | | Fix Active Model basics introduction to indicate it only introduces us to ↵ | Rafael França | 2016-04-06 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | integration and not complete i18n framework. Fix Active Model basics introduction [ci skip] | |||||
| * | | | Fix Active Model basics introduction to indicate it only introduces us to ↵ | Vipul A M | 2016-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | integration and not complete i18n framework. [ci skip] | |||||
* | | | | Merge pull request #24419 from rgm/master | Eileen M. Uchitelle | 2016-04-05 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Extend `ActionController::TestCase` deprecation warning | |||||
| * | | | | it's => its typo | Ryan McCuaig | 2016-04-04 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #24410 from mechanicles/strong-weak-etags-info | प्रथमेश Sonpatki | 2016-04-05 | 1 | -3/+29 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Update documentation based on the new changes for strong & weak ETags. | |||||
| * | | | | Update documentation based on the new changes for strong & weak ETags [ci skip] | Santosh Wadghule | 2016-04-05 | 1 | -3/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update info for weak ETag - Add info for strong ETag - Add examples for strong and weak ETags - Display difference between generated strong and weak ETags strings. | |||||
* | | | | | Guides changes, follow up of #24401 | Vipul A M | 2016-04-05 | 1 | -1/+1 | |
| |/ / / |/| | | | | | | | | | | | [ci skip] | |||||
* | | | | [ci skip] Fix variable name | Arthur Vieira | 2016-04-04 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #24406 from prathamesh-sonpatki/update-release-notes | Kasper Timm Hansen | 2016-04-03 | 1 | -10/+0 | |
|\ \ \ | |/ / |/| | | Update Rails 5.0 release notes | |||||
| * | | Update Rails 5 release notes [ci skip] | Prathamesh Sonpatki | 2016-04-03 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | | | - Removed entry for # Template Collection from release notes. - Remove duplicate entry for caching Action mailer views. - Remove duplicate entry for left_outer_joins. | |||||
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-03 | 2 | -2/+2 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | s/documention/documentation/ | Vipul A M | 2016-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | [ci skip] | |||||
| * | | s/responsibilty/responsibility/ | Vipul A M | 2016-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | s/symantically/semantically/ [ci skip] | |||||
* | | | remove deprecated `datetime_field` from guide [ci skip] | yuuji.yaginuma | 2016-04-03 | 1 | -2/+0 | |
| | | | | | | | | | | | | `datetime_field` was deprecated in 316811b4d3f4e5a1a7bcd03de97c67218770e333 | |||||
* | | | Fixes broken link in 'Ruby on Rails 2.2 Release Notes' [ci skip] | Javier Vidal | 2016-04-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | [ci skip] Parameter filter performs regular expression partial matching | Andrew Babichev | 2016-03-31 | 3 | -1/+5 | |
| | | | ||||||
* | | | Update how to clear the association cache | Sammy Larbi | 2016-03-28 | 1 | -2/+2 | |
| | | | | | | | | | Passing `true` to the association has been deprecated. | |||||
* | | | [skip ci] Update `numericality` validation docs | Arkadiusz Fal | 2016-03-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | Add `:other_than` option documentation. |