Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11356 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

[DOC][PATCH] Fix apostrophe in Railties README

Reported by: miloops Assigned to: core
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: normal Keywords: tiny doc verified
Cc:

Description

This is a (very) tiny fix to Railties README, changing the apostrophe used in:

"Welcome aboard: You’re riding the Rails!"

to

"Welcome aboard: You're riding the Rails!"

I think the second one is the right one to be used, as it is used as apostrophe everywhere in the documentation and the first one produces "Welcome aboard: You’re riding the Rails!" when documentation is generated.

I noticed this in http://api.rubyonrails.org/

Attachments

change_apostrophe_for_quotation_mark.diff (0.6 kB) - added by miloops on 03/15/08 17:00:19.

Change History

03/15/08 17:00:19 changed by miloops

  • attachment change_apostrophe_for_quotation_mark.diff added.

(follow-up: ↓ 2 ) 03/15/08 19:00:32 changed by thechrisoshow

Maybe while you're working on index.html - maybe you could fix the mailing list link? Currently it points to lists.rubyonrails.org (which isn't very helpful) Maybe it could point to http://www.rubyonrails.org/community or something?

(in reply to: ↑ 1 ) 03/16/08 15:44:29 changed by miloops

Replying to thechrisoshow:

Maybe while you're working on index.html - maybe you could fix the mailing list link? Currently it points to lists.rubyonrails.org (which isn't very helpful) Maybe it could point to http://www.rubyonrails.org/community or something?

Hi Chris,

I can't find any link to "lists.rubyonrails.org" in the Railties/README, that is the one shown in api.rubyonrails.org. Maybe you can point me out which line is it, or maybe is in another file.

Thank you.

03/17/08 07:38:23 changed by thechrisoshow

Oh whoops! Teach me for not looking closely at the patch! I thought this was for railties/html/index.html (which is what my comment is referring to)

03/17/08 07:54:53 changed by thechrisoshow

Although, the ’ symbol can also be used (according to http://en.wikipedia.org/wiki/Apostrophe) - so maybe this is an rdoc bug?

But in the mean time, +1 to get rid of that nasty ’ in the docs

03/18/08 20:02:35 changed by kris_chambers

+1

03/19/08 18:49:10 changed by jqr

  • keywords changed from tiny doc to tiny doc verified.

+1

03/20/08 02:15:32 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [9064]) Docfixes (closes #11356, #11172, #10523)