Skip to content

Commit 682b270

Browse files
Update Twitter account name in release documentation to X
1 parent 9ba208c commit 682b270

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

RELEASING_RAILS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Add some context for users as to the purpose of this release (bugfix/security).
159159
If this is a part of the latest release series, update `_data/version.yml` so
160160
that the homepage points to the latest version.
161161

162-
### Post the announcement to the Rails Twitter account.
162+
### Post the announcement to the Rails X account.
163163

164164
## Security releases
165165

@@ -179,7 +179,7 @@ and links to each patch. Some people may not be able to upgrade right away,
179179
so we need to give them the security fixes in patch form.
180180

181181
* Blog announcements
182-
* Twitter announcements
182+
* X announcements
183183
* Merge the release branch to the stable branch
184184
* Drink beer (or other cocktail)
185185

guides/assets/stylesrc/vendor/_boilerplate.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/*
2121
* Remove text-shadow in selection highlight:
22-
* https://twitter.com/miketaylr/status/12228805301
22+
* https://x.com/miketaylr/status/12228805301
2323
*
2424
* Customize the background color to match your design.
2525
*/

guides/source/2_3_release_notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ developers = Developer.find(:all, :group => "salary",
185185

186186
MySQL supports a reconnect flag in its connections - if set to true, then the client will try reconnecting to the server before giving up in case of a lost connection. You can now set `reconnect = true` for your MySQL connections in `database.yml` to get this behavior from a Rails application. The default is `false`, so the behavior of existing applications doesn't change.
187187

188-
* Lead Contributor: [Dov Murik](http://twitter.com/dubek)
188+
* Lead Contributor: [Dov Murik](http://x.com/dubek)
189189
* More information:
190190
* [Controlling Automatic Reconnection Behavior](http://dev.mysql.com/doc/refman/5.6/en/auto-reconnect.html)
191191
* [MySQL auto-reconnect revisited](http://groups.google.com/group/rubyonrails-core/browse_thread/thread/49d2a7e9c96cb9f4)

guides/source/5_0_release_notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ information.
5555
### API Applications
5656

5757
Rails can now be used to create slimmed down API only applications.
58-
This is useful for creating and serving APIs similar to [Twitter](https://dev.twitter.com) or [GitHub](https://developer.github.com) API,
58+
This is useful for creating and serving APIs similar to [X](https://developer.x.com) or [GitHub](https://developer.github.com) API,
5959
that can be used to serve public-facing, as well as, for custom applications.
6060

6161
You can generate a new api Rails app using:

guides/source/api_app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ With the advent of client-side frameworks, more developers are using Rails to
2424
build a back-end that is shared between their web application and other native
2525
applications.
2626

27-
For example, Twitter uses its [public API](https://developer.twitter.com/) in its web
27+
For example, X uses its [public API](https://developer.x.com/) in its web
2828
application, which is built as a static site that consumes JSON resources.
2929

3030
Instead of using Rails to generate HTML that communicates with the server

0 commit comments

Comments
 (0)