Commit Graph

96 Commits

Author SHA1 Message Date
Datt Dongare
3dcaca9a9e Fixes mime -> MIME 2022-10-02 07:10:43 +05:30
Aditya Bhutani
f5d25cc372 [ci skip] Fixed typos and grammatical errors 2021-06-01 03:27:58 +05:30
Aditya Bhutani
226b171144 [ci skip] Corrected Change logs to Changelogs 2021-05-31 18:40:12 +05:30
John Bampton
c02068bad8 docs: fix grammar and spelling [ci skip] 2021-04-15 18:51:29 +10:00
Jonathan Hefner
cb563a27de Split code snippets by context [ci-skip]
This provides a stronger visual cue that the code in these snippets
belongs in different contexts (e.g. separate files).
2020-12-25 10:53:12 -06:00
Kasper Timm Hansen
eca6c273fe
[ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
Abhay Nikam
027e492b6f Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
Xavier Noria
f589e20b0a use "minitest" consistently
The name of the minitest library is spelled that way: regular font, and
lowercase. Lowercase is used even at the beginning of sentences, see

    http://docs.seattlerb.org/minitest/

I double-checked this with @zenspider too (thanks!).
2018-09-11 23:57:25 +02:00
Paul McMahon
7b9c19d94b Rails guides are now served over https
http links will be redirected to the https version, but still better to
just directly link to the https version.
2018-07-24 11:29:31 +09:00
Anthony Crumley
258670244d Added a lot of Oxford commas
[ci skip] A regular expression was used to find a lot of missing Oxford
commas and add them.  The regular expression was as follows.

", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) "
2018-05-10 12:46:06 -05:00
Yauheni Dakuka
de2afdc457 Cosmetic fixes [ci skip] 2017-10-06 09:02:56 +03:00
Ryuta Kamizono
4b3ee155f9 Remove trailing spaces [ci skip] 2017-08-27 22:29:56 +09:00
Yoshiyuki Hirano
948c2c48df Use ssl in guide and comment [ci skip] 2017-08-19 08:23:37 +09:00
Vitali Tatarintev
7718d470e9 [ci skip] Update Guides to use macOS instead of Mac OS X 2017-02-20 15:12:51 +01:00
Robin Dupret
0676d28b22 Automatically inject the current Rails version in API links [ci skip]
To make sure that the user won't look at a feature that doesn't
already exist if they are looking at a previous version of the guides,
let's automatically inject the Rails version the guides have been
generated against.
2017-02-07 18:56:43 +01:00
Prathamesh Sonpatki
69c3b47ca1
Add missing release notes entry for f02a35b86e [ci skip] 2017-01-09 14:05:22 +05:30
Rory O’Kane
4c0c7cba2b Fix typo in Rails 5.0 release notes – “when when”
[ci skip]
2016-11-29 16:46:10 -05:00
yuuji.yaginuma
0f87413f41 update description of Etag [ci skip]
The document is written with "only generate weak", but it can also be used to
strong etag.
Also, add missing entory for #24387
2016-10-24 20:17:31 +09:00
Carlos Antonio da Silva
a0d0648efb Merge release note entry for Date/Time/DateTime extensions
The first release note entry mentioned #on_weekday?, but that was only
added by the second PR mentioned there. To simplify reading the notes
just merge the two, since they are related methods. [ci skip]
2016-10-23 16:51:51 -02:00
Yusuke Nakamura
86c0dccac1 Fix typo in 5_0_release_notes.md doc [ci skip] 2016-09-29 21:56:56 +09:00
Jon Moss
c427033e7a Add info about a502703 to Rails 5 release notes
[ci skip]
2016-09-25 14:58:41 -04:00
Jon Moss
cd6605438d Fix small grammar issue introduced in #26382
[ci skip]
2016-09-16 19:22:07 -04:00
Nathan Wenneker
37219bbb5a Update docs for change in transaction callback exceptions
07d3d40 changed how exceptions are handled in after_commit
and after_destroy callbacks.  This commit updates the 5.0
release notes and the  ActiveRecord callback guide to reflect
the new behavior.

[ci skip]
2016-09-03 13:48:07 -06:00
Shia
e473b8251c update is renamed to tasks are renamed 2016-08-23 22:03:44 +09:00
Shia
a2aed31564 Remove Duplicated information & fix typo...
- Remove Duplicated explanation.
- Fix some typo.
- Attach PR, commit link that missed one.
2016-08-23 21:49:35 +09:00
Yohei YASUKAWA
d4aec26030
Fix link in Rails 5.0 Release Note [ci skip] 2016-08-17 12:43:52 +09:00
rbr
2f6832e2a2 Fix display of unsorted list in release notes of 5.0 [ci skip] 2016-07-14 16:56:13 +02:00
Xavier Noria
df6684458b fixes a link in the release notes of 5.0 [ci skip] 2016-07-14 12:17:21 +02:00
William Johnston
b96e5ea2e1 Update Rails 5 release notes with syntax fixes. 2016-07-02 18:13:35 -05:00
Ryuta Kamizono
7eb6443dde Deprecation passing of start value was removed [ci skip]
ref #18961, #23099.
2016-07-01 14:18:24 +09:00
Rodrigo Rosenfeld Rosas
21a5841b1f Add a Rails 5 release note for ActionController::Live becoming a Concern
Related to issue #25581

https://github.com/rails/rails/issues/25581
2016-06-30 14:51:43 -03:00
Prathamesh Sonpatki
7266c6055d
Update release notes for 5.0 [ci skip] 2016-06-30 20:22:40 +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
2ee57cc9a0 Update release notes about legacy mysql adapter
Make release notes about legacy `mysql` adapter clearer.
2016-06-29 19:37:26 -04: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
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
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
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
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
Jon Moss
d2a69d319b
Add backticks to ActiveRecord::Base.where
[ci skip]
2016-06-04 11:11:42 -04:00
yuuji.yaginuma
fda13d51ac rename enum_prefix and enum_suffix options to _prefix and _suffix [ci skip]
`:enum_prefix` and `:enum_suffix` was changed to `:_prefix` and `:_suffix`
in #20999.
2016-05-29 20:59:08 +09:00
yuuji.yaginuma
99ee8f87fe add #23980 to release notes [ci skip] 2016-05-21 14:05:35 +09:00
Jeremy Daer
89e2f7e722
Support for unified Integer class in Ruby 2.4+
Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005

* Forward compat with new unified Integer class in Ruby 2.4+.
* Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3.
* Drops needless Fixnum distinction in docs, preferring Integer.
2016-05-18 21:58:51 -07:00
Vipul A M
1e791705dc Add Attributes API to release notes [ci skip]
Add Attributes API to release notes [ci skip]
2016-05-17 03:09:30 +05:30