Commit Graph

4099 Commits

Author SHA1 Message Date
Erol Fornoles
46e6a0c68c Fix typo in Configuration Guide [ci skip] 2016-04-27 08:41:41 +08:00
Erol Fornoles
0aab9c6008 Fix typo in Rails Guides [ci skip] 2016-04-26 22:32:42 +08:00
Vipul A M
9a94f022dd Add #23461 to release notes
[ci skip]
2016-04-24 17:16:24 +05:30
Javier Vidal
29bf30561f Fix broken links in 'Ruby on Rails 3.0 Release Notes' [ci skip] 2016-04-22 14:45:52 +02:00
Tom Copeland
e1a31f51f4 Add SQL examples for equality and NOT [ci skip] 2016-04-21 17:19:45 -04:00
Rafael França
aa74019468 Merge pull request #24657 from maclover7/fix-23643-1
Add #18323 to 5.0 release notes
2016-04-21 00:24:21 -03:00
Tom Copeland
610de88b1c Fix small typos [ci skip] 2016-04-20 20:19:11 -04:00
Jon Moss
342a0dee71 Add #18323 to 5.0 release notes
Fixes #23643.

[ci skip]
2016-04-20 19:51:06 -04:00
Mohit Natoo
99af5fe261 - Added documentation for ActiveJob queue adapter for a specific job.
[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.
2016-04-20 00:50:50 +05:30
Vipul A M
3f2831cd46 Remove reference to unknown method dirty? to docs
[ci skip]
2016-04-19 21:37:50 +05:30
Vipul A M
f2ac3ea851 Add #16917 to release notes
[ci skip]
2016-04-19 05:08:47 +05:30
Jeremy Daer
cdce613150
Merge pull request #24603 from prathamesh-sonpatki/fix-wording-about-adapters-supporting-db-comments
Fix wording related to adapters supporting database comments [ci skip]
2016-04-17 23:14:11 -07:00
Prathamesh Sonpatki
a469f72208
Fix wording related to adapters supporting database comments [ci skip] 2016-04-18 11:34:55 +05:30
Prathamesh Sonpatki
88bba86632
Add note about ability to add database comments to release notes [ci skip] 2016-04-18 10:43:21 +05:30
Jeremy Daer
3b0a627a94 Merge pull request #22911 from Envek/database_comments
Add support for specifying comments for tables, columns, and indexes in database itself
2016-04-16 22:19:47 -07:00
Vipul A M
bca1872198 documentation for add_references index option [ci skip]
documentation for add_references index option [ci skip]
2016-04-17 02:06:25 +05:30
Alex Handley
d9565811f0
[ci skip] docs for add_references index option
- 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.
2016-04-16 21:32:22 +01:00
Andrey Novikov
c690b9ce39
Add support for specifying comments for tables, columns, and indexes.
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
2016-04-16 10:17:26 +03:00
Javier Vidal
600a81a9e7 Add a note about how to execute 'rails app:update' on 4.2 and earlier [ci skip] 2016-04-15 18:04:15 +02:00
Javier Vidal
14783cf569 Fix broken link in 'Ruby on Rails 4.0 Release Notes' [ci skip] 2016-04-15 13:15:03 +02:00
Vipul A M
8ad9670abb Merge pull request #24557 from y-yagi/update_example_to_specify_ac_mount_path
update example to specify the Action Cable mount path [ci skip]
2016-04-15 16:00:42 +05:30
yuuji.yaginuma
a2f034335d update example to specify the Action Cable mount path [ci skip]
Follow up to 8b69f1e
2016-04-15 19:16:01 +09:00
Vipul A M
91798c75bc Merge pull request #24454 from iangilfillan/master
MariaDB documentation [ci skip]
2016-04-14 18:36:08 +05:30
iangilfillan
48ef9408bc MariaDB Documentation 2016-04-14 14:06:29 +02:00
Vipul A M
4e40fcb402 Add ruby 2.2.2+ version requirement for Rails 5 apps
[ci skip]
2016-04-13 21:37:34 +05:30
yuuji.yaginuma
f02a94037d fix typo in file path [ci skip] 2016-04-10 21:35:37 +09:00
djunzu
6b3c5bed81 Remove reference to non existing link in the welcome page.
modified:   guides/source/getting_started.md
2016-04-08 18:06:19 -03:00
Stefan Wrobel
8692722d34 Clarify fixtures examples [ci skip] 2016-04-08 12:06:13 -07:00
James Wen
b8a742673d Clarify description of include_all_helpers config setting's default behavior [ci skip] 2016-04-08 13:39:29 -04:00
Javier Vidal
4da7d6ea2f Fix broken link in 'Ruby on Rails 3.1 Release Notes' [ci skip] 2016-04-08 16:09:12 +02:00
Vipul A M
303456be66 Merge pull request #24465 from y-yagi/remove_needless_entry
remove needless entry [ci skip]
2016-04-08 18:02:24 +05:30
yuuji.yaginuma
d03c90e8aa remove needless entry [ci skip]
The option backed to `start` in da26934313a31ae530b7537aba8a7662152f4dfe.
2016-04-08 21:22:09 +09:00
Roque Pinel
e08232cda2 Fixes for the strong & weak ETags guide [ci skip] 2016-04-07 23:18:50 -04:00
Rafael França
659b104a00 Merge pull request #24444 from prathamesh-sonpatki/update-message-proc-documentation
Update example of passing a proc to `:message` option for validating records [ci skip]
2016-04-06 01:01:50 -03:00
Prathamesh Sonpatki
7f1fc1ee09
Update example of passing a proc to :message option for validating records [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.
2016-04-06 09:29:01 +05:30
Rafael França
54ce28017c Fix Active Model basics introduction to indicate it only introduces us to integration and not complete i18n framework.
Fix Active Model basics introduction [ci skip]
2016-04-06 00:55:49 -03:00
Eileen M. Uchitelle
106851c445 Merge pull request #24419 from rgm/master
Extend `ActionController::TestCase` deprecation warning
2016-04-05 08:07:53 -04:00
प्रथमेश Sonpatki
3108e0809f Merge pull request #24410 from mechanicles/strong-weak-etags-info
Update documentation based on the new changes for strong & weak ETags.
2016-04-05 15:30:03 +05:30
Santosh Wadghule
0287e1fccb Update documentation based on the new changes for strong & weak ETags [ci skip]
- 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.
2016-04-05 15:28:28 +05:30
Vipul A M
1ed86d2738 Fix Active Model basics introduction to indicate it only introduces us to integration and not complete i18n framework.
[ci skip]
2016-04-05 13:25:24 +05:30
Vipul A M
c1c6c3878e Guides changes, follow up of #24401
[ci skip]
2016-04-05 11:42:07 +05:30
Ryan McCuaig
58c12900b7 it's => its typo 2016-04-04 19:13:57 -07:00
Arthur Vieira
723a7c8ef4 [ci skip] Fix variable name 2016-04-04 18:17:04 -03:00
Kasper Timm Hansen
7199301a7b Merge pull request #24406 from prathamesh-sonpatki/update-release-notes
Update Rails 5.0 release notes
2016-04-03 22:06:54 +02:00
Vijay Dev
bdcacc8566 Merge branch 'master' of github.com:rails/docrails 2016-04-03 16:51:27 +00:00
Prathamesh Sonpatki
7d88ca6ee5 Update Rails 5 release notes [ci skip]
- Removed entry for # Template Collection from release notes.
- Remove duplicate entry for caching Action mailer views.
- Remove duplicate entry for left_outer_joins.
2016-04-03 22:18:14 +05:30
yuuji.yaginuma
ef6699b6ca remove deprecated datetime_field from guide [ci skip]
`datetime_field` was deprecated in 316811b4d3f4e5a1a7bcd03de97c67218770e333
2016-04-03 07:57:50 +09:00
Javier Vidal
14ba215375 Fixes broken link in 'Ruby on Rails 2.2 Release Notes' [ci skip] 2016-04-01 09:29:26 +02:00
Andrew Babichev
02ead6437e [ci skip] Parameter filter performs regular expression partial matching 2016-03-31 18:15:44 +03:00
Vipul A M
fc959d6efd s/documention/documentation/
[ci skip]
2016-03-29 18:58:10 +05:30