エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Rails 3: Script Commands - Mark Connell
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Rails 3: Script Commands - Mark Connell
One of the new changes introduced in Rails 3 is a rework of the rails script commands. Command-li... One of the new changes introduced in Rails 3 is a rework of the rails script commands. Command-line scripts have been pushed into the railties gem and streamlined into a new, more generic script/rails command. Previously (pre Rails 3), to do things like loading a console you would do the following: script/console This has now changed to: script/rails console The script command can actually be shor