Skip to content

Instantly share code, notes, and snippets.

View Blue-Pix's full-sized avatar
💭
🤔

Blue-Pix Blue-Pix

💭
🤔
  • Amazon Web Services Japan G.K.
  • Tokyo
View GitHub Profile
@sztwo
sztwo / rails-url-list.md
Last active March 27, 2022 22:40
他言語習得済みの人が Ruby on Rails で開発する前に読んでおいた方がよさげなURL一覧

チームに新しくジョインしてくれた方から聞かれたので、自分用にもまとめておく。

Ruby 周りの見ておいた方が良いURL

Ruby はオブジェクト指向言語なので、恐らく Java とか Python とかやってた人は割とすんなり入れると思う。ただ、PHPの人は戻り値周りとモジュール、 Mix-in あたりで最初躓くかもしれない。あと JavaScript (≠ ECMA, TypeScript) な人も、変数の扱いとかで微妙に躓くと思われる。

@eliotsykes
eliotsykes / rails_new_help_output.md
Last active July 28, 2025 11:02
"rails new" options explained

Run rails new --help to view all of the options you can pass to rails new:

$ bin/rails new --help
Usage:
  rails new APP_PATH [options]

Options:
  -r, [--ruby=PATH]                                      # Path to the Ruby binary of your choice
                                                         # Default: /Users/eliot/.rbenv/versions/2.2.0/bin/ruby