bin ディレクトリのコマンド rails new するとできる bin ディレクトリまとめ – Qiita
カテゴリー:Ruby on Rails
エラーの変換 [Rails]
テンプレートエラー テンプレート内で発生したエラーは handle_render_error によって ActionView::Template::Error にラップされて再投入される。 ActionView::Tem […]
管理画面 [Rails]
管理画面 Gem RailsAdmin sferik/rails_admin: RailsAdmin is a Rails engine that provides an easy-to-use interface fo […]
Sprockets のパフォーマンス [Rails]
Sprockets のパフォーマンス Speeding up Sprockets | Schneems Speeding Up Sprockets | DZone Web Dev Sprockets 4 sprocket […]
フォーム要素の ID をカスタマイズする方法 [Rails]
フォーム要素の ID をカスタマイズする方法 as form_forでprefixを指定する – There’s an echo in my head dom_id dom_id – […]
Capistrano の使い方 [Rails]
Capistrano Capistrano – A remote server automation and deployment tool written in Ruby [Official] capist […]
ActionCable [Rails]
ActionCable Action Cable の概要 | Rails ガイド [公式] 概要 WebSocket と ActionCable – Qiita 導入 Ruby on Rails5 の新機能 […]
ホストの IP・名前を取得する方法 [Rails]
ホストの IP・名前を取得する方法 Ruby の socket モジュールを使う。 require “socket” hostname = Socket.gethostname リクエストを受け付けている場合 reque […]
パスの取り扱い [Rails]
パスの取り扱い Rails::Paths::Path Rails::Paths::Path | Ruby on Rails API [Official] existent existent – Rails:: […]
ActionView [Rails]
Action View ビューを描画する基本機能を提供する。 Action View の概要 | Rails ガイド [公式] ActionView::Base テンプレートを用いたビューの描画を行うための基本クラス l […]