Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| diff --git a/config/boot.rb b/config/boot.rb | |
| index 69b1a51..2c979cf 100644 | |
| --- a/config/boot.rb | |
| +++ b/config/boot.rb | |
| @@ -61,12 +61,30 @@ module Rails | |
| require 'initializer' | |
| end | |
| + def monkeypatch_helpers | |
| + require "active_support" |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| <?php | |
| use Symfony\Component\HttpFoundation\File\File; | |
| use Symfony\Component\HttpFoundation\File\UploadedFile; | |
| /** | |
| * @Entity | |
| */ | |
| class Document | |
| { |
| # Put this in your ~/.gitconfig or ~/.config/git/config | |
| # Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName> | |
| [user] | |
| name = Your Full Name | |
| email = your@email.tld | |
| [color] | |
| # Enable colors in color-supporting terminals | |
| ui = auto | |
| [alias] | |
| # List available aliases |
| #!/usr/bin/env sh | |
| # subhg | |
| # | |
| # A tiny wrapper around hg to help you manage | |
| # Mercurial sub-projects easily, safely, and simply. | |
| # | |
| # Created by Rusty Klophaus (@rklophaus) | |
| # | |
| # See http://rklophaus.com/subhg for usage. |
| #!/usr/bin/env sh | |
| # subgit | |
| # | |
| # A tiny wrapper around git to help you manage | |
| # Git sub-projects easily, safely, and simply. | |
| # | |
| # Created by Rusty Klophaus (@rklophaus) | |
| # | |
| # See http://rklophaus.com/subgit for usage. |