-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting started with railsのDSLへのリンクを日本語に #2
Open
jokojama-gou
wants to merge
10,000
commits into
ericallam:master
Choose a base branch
from
yasslab:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…le_on_github 新ガイドで不要な冒頭の注意文をカット
v7.2で不要な改行、記号をカット
…by_on_rails 電子書籍でバグが起こるためコメントを削除
action_view_overview.mdの誤字を修正
`to_model`の例から`to_key`と`to_param`の間違った実行例を削除
…ing_started_with_rails Improve the translation of "Getting Started with Rails"
…asics association_basics.mdの原文と画像更新を訳文に反映
…_basics action_mailer_basics.mdの原文更新を訳文に反映
不要な行を削除
原文反映および不要な文を削除。
コマンドと引数の間の空白が入っていない。 bin/railsroutes を bin/rails routes に修正
Fix typo
コマンド名の修正: bin/railsroutes -> bin/rails routes
SOLID QUEUE -> Solid Queueに統一します ```sh ❯ git grep "SOLID QUEUE" guides/source/ja/active_job_basics.md:NOTE: [SOLID QUEUE以外の一部のバックエンド](#代替キューイングバックエンド ``` 該当箇所は上記の1箇所でした。
SOLID QUEUE -> Solid Queue に統一します
Fix action_controller_advanced_topics.md
distinctとorderの組み合わせでエラーが起きるところの説明がおかしいのを直した
active_record_composite_primary_keys.mdの欠落箇所を修正
Fix typo in asset_pipeline.md
Fix broken link to CoC
rails assets:clobberのコマンドの修正
Update asset_pipeline.md
クレジットの原著へのリンクが変更されていたので修正しました
Update README.md
msgpackのリンクがうまく行えていなかった部分の修正
Fix msgpack link at 7_1_release_notes.md
…ing_started 電子書籍ビルド時に影響するコメントアウト部を削除
asset_pipeline からゼロ幅スペースを削除
…tarted 不要なバッククオートをカット
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DSLのwikipediaの説明へのリンクが英語だったので日本語になおしておきました😀!