2014-02-01から1ヶ月間の記事一覧
ruby on rails - Ransack export results to CSV - Stack Overflow #362 Exporting CSV and Excel - RailsCasts products_path(params.merge(format: 'csv')
仕事毎に決まったアプリを立ち上げてたりするけど、再起動とかした後にひとつひとつ起動すのが面倒なので一気に立ち上げたい。 automator.app 新規 『アプリケーション』を選択 アクションから『Applescript を実行』を選択 set apps to {"CotEditor", "iTer…
oneKelvinSmith/monokai-emacs · GitHub 選択範囲の色は Intellij のDraculaのと同じにしてみた。 あと helmの選択の色もちょびっと変更した。 (custom-set-faces '(region ((t (:background "#214283")))) '(helm-selection ((t (:background "#788D31"))))…
bbatsov/zenburn-emacs · GitHub Customizing highlighting faces in Emacs: Only change the background color - Stack Overflow M-x package-list-packages でzenburn-themeインストール (load-theme 'zenburn t) (set-face-attribute 'highlight nil :for…
activerecord - How to use Rails 4 strong parameters with has_many :through association? - Stack Overflow ... { :employee_ids => [] } ...
IntelliJで開いているファイルをEmacsで開く Preferences -> External Tools -> "+"アイコンで新規作成 Name (Emacs), Group (Editer), Description を適当に入力 Tools Setting Program: -> /Applications/MacPorts/Emacs.app (Emacsのパス) Parameters: ->…
Rancackでチェックボックスをチェックして検索するとtrueのみ検索される。 しかし、チェック外して検索するとfalseのみ絞り込みされてる。 チェック外して検索した場合はtrueとfalseすべて検索して欲しい場合もあるのでメモ。 やり方 誤 これだとチェック外…
css - Bootstrap tables overflowing with long unspaced text - Stack Overflow .the-table { table-layout: fixed; word-wrap: break-word; }
ruby rbenv で ruby 2.0.0p247 いれてた。 ダウンロード IntelliJ IDEA :: Download Latest Version of IntelliJ IDEA プラグイン 1. preferences > plugin > install JetBrian Plugins… 2. ruby で検索 > インストール 設定 Configure > Project Defaults >…