Skip to content

Commit

Permalink
Remove too-long sentences as 訳注 in Getting Started
Browse files Browse the repository at this point in the history
footnote 的な、on-mouse すると表示されるぐらいの
表示領域ならちょうど良さそう。強制的に表示されてしまう
訳注としては、やや長すぎるので削除しました。
  • Loading branch information
yasulab committed Jan 5, 2025
1 parent 60ce7aa commit d96d01e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions guides/source/ja/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ RubyやRailsをインストールする必要がある場合は、[Ruby on Rails

TIP: 訳注:GitHubが提供するクラウド開発環境『[Codespaces](https://github.co.jp/features/codespaces)』には、[公式のRuby on Railsテンプレート](https://github.com/codespaces/templates)が用意されています。`Use this template`ボタンから、ワンクリックでRailsを動かせるクラウド開発環境が手に入ります。(参考: [GitHub Codespacesを利用する - Rails Girls](https://railsgirls.jp/install/codespaces)

TIP: 訳注: Dockerが使えるローカル環境であれば、[rails-new](https://github.com/rails/rails-new)ツールをインストールしておき、`rails-new -u <Rubyバージョン> -r <Railsバージョン> <アプリ名> (オプション)`を実行することで、ローカル環境のDockerコンテナ内でRailsアプリケーションを手軽に作成することも可能です(この方法はローカルのRuby/Rails環境を変更せずに済みます)。実行例: `rails-new -u 3.3.6 -r 8.0.1 store --devcontainer``--devcontainer`を指定しておくと、VS CodeなどDev Containerに対応したコードエディタで開けば自動的にDev Container環境がビルドされます)

正しいバージョンのRailsがインストールされていることを確認しておきましょう。現在のバージョンを表示するには、ターミナルを開いて以下のコマンドを実行すると、バージョン番号が出力されます。

```bash
Expand Down Expand Up @@ -2603,4 +2601,4 @@ Railsの学習を続けるために、Ruby on Railsの以下のガイドもぜ
* [Railsアプリケーションのデバッグ](debugging_rails_applications.html)
* [Railsセキュリティガイド](security.html)

アプリは楽しく作りましょう!
アプリは楽しく作りましょう!

0 comments on commit d96d01e

Please sign in to comment.