Entries from 2012-07-31 to 1 day

3 things newly learned about tmux

[command] breake-pane cut off target-pane from window including it, then make target-pane be single pane in new window. [command] display-panes show indicator in panes in current window (but, i don't know when needed) [option] -r option in…

Presenter in Rails

My first idea. I feel this is a waste of method_missing. # app/model/application_model.rb class ApplicationModel < ActiveRecord::Base self.abstract_class = true def method_missing(name, *args, &block) begin klass = eval "#{self.class.to_s}…