railsで一部pathをサブドメインにする(メモ)
実装方法 constraints subdomain: 'hoge'でいける constraints subdomain: 'hoge' do # ... end ローカルで開発をする場合 v...
6 search resultsShowing 1~6 results
You need to log-in
実装方法 constraints subdomain: 'hoge'でいける constraints subdomain: 'hoge' do # ... end ローカルで開発をする場合 v...
概要 xlsxを出力する必要があったため、 caxlsx_rails 使用して.xlsxファイルを生成していく axlsx_rails renamed to caxlsx_rails もともとa...
後で見直すためにメモ ファイルを保存する URLを指定してファイルを保存する hoge.rb # pathも指定する filename = "hoge/hoge.rb" url = "http:...
忘れちゃうんでメモ 構成 ruby 2.3.1 rails 5.0.1 nginx capistrano puma conoha - centOS 6.7 64bit 目次 VPS vpsは検討...
後で見返すようのメモ 時刻を扱う hoge.rb t = Time.now t.year t.month t.day t.hour t.min t.sec t.usec
FaradayというHTTPクライアントライブラリがとても良い 後で見返すためにメモ Faradayの使い方 Gemfileはこんな感じ Gemfile # httpリクエスト gem 'far...
6 search resultsShowing 1~6 results
Qiita is a knowledge sharing service for engineers.