This file contains hidden or 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
| #!/usr/bin/env ruby | |
| # encoding: UTF-8 | |
| require 'rubygems' | |
| begin | |
| require 'bundler/setup' | |
| rescue LoadError | |
| end | |
| require 'digest/sha1' | |
| require 'openssl' |
This file contains hidden or 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
| = form_for [@user, @task], :html => { :class => 'form-inline' } do |f| | |
| -if @task.errors.any? | |
| #error_explanation | |
| %h2= "#{pluralize(@task.errors.count, "error")} prohibited this task from being saved:" | |
| %ul |
This file contains hidden or 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
| # why and what is solarized http://ethanschoonover.com/solarized | |
| # Simple installation notes for iterm2 and Solarized | |
| Set ZSH_THEME in ~/.zshrc to blinks | |
| https://github.com/altercation/solarized/tree/master/iterm2-colors-solarized | |
| #if you create new profile e.g. solarized you have to set him as default | |
| #Simple installation notes for janus and Solarized | |
| # .vimrc.before | |
| let g:solarized_termcolors=256 | |
| set t_Co=16 |
NewerOlder