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
    
  
  
    
  | GEM | |
| remote: https://rubygems.org/ | |
| specs: | |
| actionmailer (4.0.0) | |
| actionpack (= 4.0.0) | |
| mail (~> 2.5.3) | |
| actionpack (4.0.0) | |
| activesupport (= 4.0.0) | |
| builder (~> 3.1.0) | |
| erubis (~> 2.7.0) | 
  
    
      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
    
  
  
    
  | (function() { | |
| this.HandlebarsTemplates || (this.HandlebarsTemplates = {}); | |
| this.HandlebarsTemplates["application"] = Handlebars.template(function (Handlebars,depth0,helpers,partials,data) { | |
| this.compilerInfo = [4,'>= 1.0.0']; | |
| helpers = this.merge(helpers, Handlebars.helpers); data = data || {}; | |
| var buffer = "", stack1, functionType="function", escapeExpression=this.escapeExpression; | |
| buffer += "Application\n"; | |
| if (stack1 = helpers.outlet) { stack1 = stack1.call(depth0, {hash:{},data:data}); } | 
  
    
      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
    
  
  
    
  | ==Error== | |
| Opening localhost:3000/ | |
| Result: | |
| Internal Server Error | |
| No route matches {:controller=>"blogs", :action=>"show"} missing required keys: [:id] | |
| WEBrick/1.3.1 (Ruby/2.0.0/2013-02-24) at localhost:3000 | |
| ==RAKE== | 
  
    
      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
    
  
  
    
  | # nivoc's zshrc file v0.1, based on: | |
| # kcbanner's zshrc file v0.1 and | |
| # jdong's zshrc file v0.2.1 and | |
| # mako's zshrc file, v0.1 | |
| setopt ALL_EXPORT | |
| DISABLE_AUTO_TITLE="true" | |
| # Set/unset shell options | |
| setopt notify globdots correct pushdtohome cdablevars autolist |