Commit Graph

4487 Commits

Author SHA1 Message Date
eileencodes
f78c004fdc Update upgrade guides
Mentions missing config options and fixes headers for section talking
about new framework defaults.
2016-06-30 11:01:48 -04:00
Prathamesh Sonpatki
60cc84bfdf
Update getting started guide for Rails 5 [ci skip]
- Rails 5 will return 204 No Content by default for controller actions
  which do not have a template or do not specify how to render.
- The "Getting started" guide needs to be updated for this.
2016-06-30 19:35:25 +05:30
eileencodes
bb9a4f3f6d Merge branch 'add-test-runner-to-release-notes'
This is an slight refactoring/improved version of #25586.
2016-06-30 09:01:12 -04:00
Vipul A M
a683240a32 Add test runner features to release notes [ci skip] 2016-06-30 08:22:43 -04:00
yuuji.yaginuma
93552cbe94 add missing things to release notes [ci skip]
Add following.

* 05934d24af
* 38d2bf5fd1
* https://github.com/rails/rails/pull/25469
2016-06-30 15:30:47 +09:00
Eileen M. Uchitelle
fe054e02b2 Merge pull request #25583 from vipulnsward/add-api-apps-to-release-notes
Add API Apps to release notes
2016-06-29 21:08:27 -04:00
Vipul A M
5609e0021f
Add API Apps to release notes[ci skip] 2016-06-29 17:39:53 -07:00
eileencodes
ed6eb8276a Fix release notes link 2016-06-29 20:01:03 -04:00
Eileen M. Uchitelle
178792ab34 Merge pull request #25584 from vipulnsward/upgrading-guide
Pass over Upgrading guide
2016-06-29 19:55:48 -04:00
Vipul A M
2dfcc87736
Pass over Upgrading guide [ci skip] 2016-06-29 16:53:28 -07:00
eileencodes
010548ab41 Add note about release notes in upgrade guide
It's useful to have a link to the release notes in the upgrade guide for
a clearer view of what changed in Rails.
2016-06-29 19:44:17 -04:00
eileencodes
2ee57cc9a0 Update release notes about legacy mysql adapter
Make release notes about legacy `mysql` adapter clearer.
2016-06-29 19:37:26 -04:00
eileencodes
3d252a02ae Update Rails 5 upgrade guides
Adds missing upgrade items to the upgrade guides for Rails 5. Fixes some
typos and whitespace as well.
2016-06-29 19:26:56 -04:00
yuuji.yaginuma
e9a909c162 update description of test_order [ci skip]
Follow up to 5f777e4b5ee2e3e8e6fd0e2a208ec2a4d25a960d
2016-06-29 17:15:41 +09:00
Godfrey Chan
ffded19faf Clearify CHANGELOG for #23011 [ci skip] 2016-06-27 08:37:06 -07:00
Godfrey Chan
bdf80369ef Add #16917 to 5.0.0 release notes 2016-06-27 08:28:24 -07:00
Vijay Dev
5343626ea8 Merge branch 'master' of github.com:rails/docrails
Conflicts:
	actioncable/README.md
2016-06-26 16:34:23 +00:00
yuuji.yaginuma
df17f7e374 remove unecessary comments [ci skip]
These comments were removed in 8b69f1e.
2016-06-26 10:08:56 +09:00
Robin Dupret
eb1c0e2283 Tiny documentation fixes [ci skip]
Fix a tiny typo and vertical-align some return results in the
ActiveModel::Errors documentation.
2016-06-25 16:10:04 +02:00
Jon Moss
d5fea4f99a Update grammar for config.enable_dependency_loading docs
[ci skip]

r? @rafaelfranca
2016-06-24 17:34:21 -04:00
Rafael Mendonça França
80b416f5e6
Add option to enable dependency loading in production
This will make easier to applications that rely on having const_missing
hooks in production upgrade to Rails 5.

This option is going to be remove in the future and the default behavior
will be to disable the dependency loading.
2016-06-22 14:09:27 -03:00
Prathamesh Sonpatki
59f56c3a69
update_url is not get most of the times [ci skip] 2016-06-22 05:43:24 +08:00
Kasper Timm Hansen
7ad8093b0e Merge pull request #25450 from prathamesh-sonpatki/fix-testing-guide
Fix the docs for supported keyword args or Rails 5 style integration controller tests [ci skip]
2016-06-21 09:11:46 +02:00
Prathamesh Sonpatki
16283e7951
Fix the docs for supported keyword args for Rails 5 style integration controller tests [ci skip]
- Fixes #25394.
2016-06-21 12:05:38 +08:00
David Elliott
006cd081eb [ci skip] correction in command for generating api documentation
reverts change in previous commit
https://github.com/rails/rails/commit/ea4f0e2

docs should prefer to use `rails` over `rake` in the context of an
application, but in the context of the Rails source this is not the case
2016-06-20 09:20:28 -07:00
Vipul A M
87d80ba976
Make log tags example for ACa more generic and not BC specific [ci skip] 2016-06-15 21:57:09 -07:00
Prathamesh Sonpatki
d66a3fe8c0
[ci skip] When instance_reader is false, attribute can still be assigned by the instance objects 2016-06-15 20:35:16 -07:00
Patrick Copeland
acf9391c98 Example had results the wrong way round [ci skip] 2016-06-16 08:54:26 +12:00
Jun Wan Goh
bce690a49e Add Rack doc link for request and response object [ci skip] 2016-06-14 23:48:51 +08:00
wynksaiddestroy
c4861cc67d [skip ci] Fix typo and simplify after_commit example
The beginning of the note on the :on option is not capitalised correctly.
The :destroy symbol in the after_commit example is unnecessarily wrapped in an array.
2016-06-14 14:45:43 +02:00
Nikhil Thombare
891c3dfca5 Changed ActiveJob::Base to ApplicationJob in the Active Job guide [ci skip]
@prathamesh-sonpatki
2016-06-13 09:48:12 +05:30
Prathamesh Sonpatki
9f23b75926
Add missing things to Rails 5.0 release notes [ci skip]
- https://github.com/rails/rails/pull/18288.
- https://github.com/rails/rails/commit/da9038e.
- 78dab2a856.
- https://github.com/rails/rails/pull/9065.
- https://github.com/rails/rails/pull/18314.
- https://github.com/rails/rails/pull/13434.
2016-06-11 10:54:29 -07:00
Prathamesh Sonpatki
f9a2968068
Action Cable routes are enabled by default now [ci skip]
- Followup of 8b69f1eeba.
2016-06-10 15:29:51 -07:00
Rafael França
d2b08f2f6a Merge pull request #25321 from prathamesh-sonpatki/update-release-notes-1
Add missing things to release notes [ci skip]
2016-06-10 17:24:43 -04:00
Richard Schneeman
154f11663e Merge pull request #25315 from schneems/schneems/inclusion-doc
[ci skip] Expand information on message options
2016-06-08 15:08:32 -05:00
schneems
05b7c415c8 [ci skip] Expand information on message options
Link to the more detailed message documentation when using a message option in validations.
2016-06-08 08:59:51 -05:00
Xavier Noria
b24b9e2751 Merge pull request #25327 from prathamesh-sonpatki/add-5-0-notes-to-the-index
Add Rails 5.0 release notes to the index page of guides [ci skip]
2016-06-08 06:47:16 -07:00
Prathamesh Sonpatki
928707fd50
Add Rails 5.0 release notes to the index page of guides [ci skip]
- It is also marked as WIP as we are still refining it.
2016-06-08 06:31:50 -07:00
David Heinemeier Hansson
84c90bbdfc Merge pull request #25323 from vipulnsward/ac-release-notes
Add Action Cable introduction to release notes
2016-06-08 14:09:53 +02:00
Vipul A M
2592e22ab7
Expand on AC introduction list [ci skip] 2016-06-07 17:34:28 -07:00
Vipul A M
f0b9ebc43b
Add Action Cable introduction to release notes [ci skip] 2016-06-07 16:27:50 -07:00
Prathamesh Sonpatki
ba5755172e
Add missing things to release notes [ci skip]
- https://github.com/rails/rails/pull/18721
- https://github.com/rails/rails/pull/11898
- https://github.com/rails/rails/pull/18194
- https://github.com/rails/rails/pull/18225
- https://github.com/rails/rails/pull/18244
- edc2b77187
- https://github.com/rails/rails/pull/19686
2016-06-07 16:26:45 -07:00
Jonne Haß
5e3fb2f7b0
Do not suggest nonsensical OpenSSL verify modes [ci skip]
SSL_set_verify(3) explains:

SSL_VERIFY_FAIL_IF_NO_PEER_CERT
  Server mode: if the client did not return a certificate, the TLS/SSL
handshake is immediately terminated with a "handshake failure" alert.
This flag must
  be used together with SSL_VERIFY_PEER.

  Client mode: ignored

SSL_VERIFY_CLIENT_ONCE
  Server mode: only request a client certificate on the initial TLS/SSL
handshake. Do not ask for a client certificate again in case of a
renegotiation.
  This flag must be used together with SSL_VERIFY_PEER.

  Client mode: ignored

The SMTP connection here uses a OpenSSL socket in client mode,
suggesting invalid/ignored flags is rather misleading.
2016-06-07 15:50:46 +02:00
David Heinemeier Hansson
3da81f89ab Merge pull request #25279 from maclover7/jm-add-backticks-1
Add backticks to `ActiveRecord::Base.where`
2016-06-06 18:59:25 +02:00
Alex Kitchens
63884a1e35 [ci skip] Update redirecting links in guides 2016-06-06 08:32:59 -05:00
Vipul A M
95ef0be951 Merge pull request #24071 from meinac/configuring_md_docs
Added some useful configuration options into configuring.md [ci skip]
2016-06-05 10:30:47 -07:00
Jon Moss
d2a69d319b
Add backticks to ActiveRecord::Base.where
[ci skip]
2016-06-04 11:11:42 -04:00
Jon Moss
d6d2fcb42d Merge pull request #25278 from mechanicles/fix-link
[ci skip] Fix link rubyonrails.org/core => http://rubyonrails.org/community
2016-06-04 10:46:41 -04:00
Santosh Wadghule
df0bfad26d [ci skip] Fix link rubyonrails.org/core => http://rubyonrails.org/community. 2016-06-04 20:13:30 +05:30
Jon Moss
bb6dc16424 Merge pull request #25277 from mechanicles/remove-pratik-from-core
[ci skip] Remove Pratik Naik from Rails core team info.
2016-06-04 10:41:00 -04:00