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
# Add this code to a new file and you can put it under app/admin/lib folder or else config/initializer/actice_admin.rb | |
module ActiveAdmin | |
module Views | |
class TableFor | |
def html_column(attribute) | |
column(attribute){ |model| model[attribute].html_safe } | |
end | |
def bool_column(attribute) |
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
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info preinstall [email protected] | |
npm info attempt registry request try #1 at 19:06:28 | |
npm http request GET https://registry.npmjs.org/broccoli | |
npm info attempt registry request try #1 at 19:06:28 | |
npm http request GET https://registry.npmjs.org/broccoli-caching-writer | |
npm info attempt registry request try #1 at 19:06:28 | |
npm http request GET https://registry.npmjs.org/broccoli-clean-css |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/.oh-my-zsh | |
# Set name of the theme to load. Optionally, if you set this to "random" | |
# it'll load a random theme each time that oh-my-zsh is loaded. | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
ZSH_THEME="random" |
OlderNewer