Class#call(template, source) テンプレートクラスで DEPRECATION WARNING が発生する。 DEPRECATION WARNING: Single arity template […]
Articles Tagged: Rails
respond_to の使い方 [Rails]
respond_to class UsersController < ApplicationController def show @user = User.find(params[:id]) respond_to […]
renspond_with の使い方 (responders) [Rails]
responders plataformatec/responders: A set of Rails responders to dry up your application – GitHub Docum […]
SassC::Rails の使い方 [Rails]
SassC::Rails sass/sassc-rails: Integrate SassC-Ruby with Rails – GitHub 概要 Faster Compilation & Sour […]
ディレクトリ構成 [Rails]
ディレクトリ構成 app:アプリケーション用のファイルを置く app/assets:アプリケーション用のアセット (ソースファイル) を置く app/assets/config:アセットのマニフェスト (manifest […]
browserify-rails の使い方 [Rails]
browserify-rails browserify-rails/browserify-rails: Browserify + Rails = a great way to modularize your legacy […]
ActiveSupport::Deprecation [Rails]
警告を抑制する ActiveSupport::Deprecation.silenced = true 常時警告を抑制しているとバージョンアップに伴う変更で動作不能なエラーが発生する可能性があるため、一時的な抑制に留めるこ […]
Sprockets 4 の使い方 [Rails]
Sprockets 4 sprockets/UPGRADING.md at master · rails/sprockets – GitHub sprockets/CHANGELOG.md at master […]
Rack の使い方 [Ruby/Rails]
Rack Rack – a Ruby Webserver Interface [Official] rack/rack: a modular Ruby webserver interface – […]
Puma のソース [Ruby/Rails]
Puma Puma – A Modern, Concurrent Web Server for Ruby [Official] puma/puma: A Ruby/Rack web server built […]