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
# | |
# Jekyll Generator for SCSS | |
# | |
# (File paths in this description relative to jekyll project root directory) | |
# Place this file in ./_plugins | |
# Place .scss files in ./_scss | |
# Compiles .scss files in ./_scss to .css files in whatever directory you indicated in your config | |
# Config file placed in ./_sass/config.rb | |
# |
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
module NameOfApplication | |
class Application < Rails::Application | |
# Enable the asset pipeline | |
config.assets.enabled = true | |
# Precompilation configuration | |
config.assets.compile = true | |
# Precompile *all* assets, except those that start with underscore |
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
# Use this hook to configure devise mailer, warden hooks and so forth. | |
# Many of these configuration options can be set straight in your model. | |
Devise.setup do |config| | |
# ==> Mailer Configuration | |
# Configure the e-mail address which will be shown in Devise::Mailer, | |
# note that it will be overwritten if you use your own mailer class with default "from" parameter. | |
config.mailer_sender = "[FILTERED]" | |
# Configure the class responsible to send e-mails. | |
config.mailer = "Devise::Mailer" |
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
Process: TextMate [29444] | |
Path: /Applications/TextMate 2.app/Contents/MacOS/TextMate | |
Identifier: com.macromates.TextMate.preview | |
Version: 2.0 (9090) | |
Code Type: X86 (Native) | |
Parent Process: launchd [237] | |
Date/Time: 2012-06-27 23:19:40.425 -0400 | |
OS Version: Mac OS X 10.7.4 (11E53) | |
Report Version: 9 |
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
class ApplicationController < ActionController::Base | |
... | |
before_filter :authenticate_user!, :except => [ :options ] | |
... | |
end |
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
Process: JewelryBox [19129] | |
Path: /Applications/JewelryBox.app/Contents/MacOS/JewelryBox | |
Identifier: com.unfiniti.JewelryBox | |
Version: 1.3 (1.3) | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [136] | |
User ID: 501 | |
Date/Time: 2012-07-26 13:49:00.332 -0400 | |
OS Version: Mac OS X 10.8 (12A269) |
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
Date/Time: 2012-08-30 12:37:20 -0400 | |
OS Version: 10.8.1 (Build 12B19) | |
Architecture: x86_64 | |
Report Version: 11 | |
Command: TextMate | |
Path: /Applications/TextMate.app/Contents/MacOS/TextMate | |
Version: 2.0 (9293) | |
Parent: launchd [1] |
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
Interval Since Last Panic Report: 241869 sec | |
Panics Since Last Report: 4 | |
Anonymous UUID: 6C27745B-5413-3304-7CE5-605412F440AA | |
Sat Nov 10 19:08:45 2012 | |
panic(cpu 1 caller 0xffffff800aeb7bd5): Kernel trap at 0xffffff7f8c5ceb36, type 14=page fault, registers: | |
CR0: 0x0000000080010033, CR2: 0x0000000000000010, CR3: 0x00000000048a4000, CR4: 0x0000000000000660 | |
RAX: 0x0000000000000001, RBX: 0xffffff80d6999000, RCX: 0xffffff801da8a550, RDX: 0xffffff80f2ed3a38 | |
RSP: 0xffffff80f2ed3b60, RBP: 0xffffff80f2ed3b60, RSI: 0x0000000000000000, RDI: 0x0000000000000000 | |
R8: 0x0000000000000000, R9: 0x00000000000003ff, R10: 0xffffffffffffffff, R11: 0x00000000ffffffff |
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
Could not locate executable g77 | |
Could not locate executable f77 | |
Could not locate executable ifort | |
Could not locate executable ifc | |
Could not locate executable lf95 | |
Could not locate executable pgfortran | |
Could not locate executable f90 | |
Found executable /usr/bin/f95 | |
Could not locate executable fort |
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
Process: iTunes [37023] | |
Path: /Applications/iTunes.app/Contents/MacOS/iTunes | |
Identifier: com.apple.iTunes | |
Version: 11.0 (11.0) | |
Build Info: iTunes-1100099063000000~1 | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [124] | |
User ID: 501 | |
Date/Time: 2012-12-02 15:29:33.552 -0500 |