- 両日の会場ともに、アスペクト比は、16:9 となります。
- スクリーンまでの距離が遠いため、 文字サイズは多少大きめ がよさそうです。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'test_helper' | |
# clas_eval でダミーのアクションを定義する | |
ApplicationController.class_eval do | |
def dummy_action | |
render :nothing | |
end | |
end | |
# Rails.application.routes.draw が呼ばれたときにルートをクリアする動作を無効にする |
前提: 完成していて、比較的支持を集めていて、JavaScriptを中心にした書籍 (DOM APIよりは言語を中心とした内容)
追記: JavaScriptの入門書 #jsprimerを書いている
最初からES2015で学ぶことを前提にした初心者〜中級者向けのJavaScript本がなかったので書いてる。 ES2015でJavaScriptという言語のコア部分は大きく変わったので、それを前提とした内容にする予定。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install libxml2 libxslt | |
$ brew link libxml2 libxslt --force | |
$ wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz | |
$ tar xvfz libiconv-1.13.1.tar.gz | |
$ cd libiconv-1.13.1 | |
$ ./configure --prefix=/usr/local/Cellar/libiconv/1.13.1 | |
$ make | |
$ sudo make install | |
$ gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.7.8/include/libxml2 |
PG::ConnectionBad at /
could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
NewerOlder