bin/rails g migration AuthlogicToDevise- (see the file below for the actual migration,
authlogic_to_devise.rb) bin/rake db:migrate
gem "devise", "~> 2.2.0"bundle install
| { | |
| "cmd": ["bash", "-c", "clang -lobjc -framework Cocoa -framework Carbon -o /tmp/sublime-objc-output $file"], | |
| "file_regex": "^(.*?):([0-9]+):([0-9]+): (.*)", | |
| "selector": "source.objc", | |
| "variants": [ | |
| { | |
| "name": "Run", | |
| "cmd": ["bash", "-c", "clang -lobjc -framework Cocoa -framework Carbon -o /tmp/sublime-objc-output $file && /tmp/sublime-objc-output"] | |
| } | |
| ] |
| # http://www.mono-project.com/Compiling_Mono_on_OSX | |
| require 'formula' | |
| class Mono < Formula | |
| url 'http://download.mono-project.com/sources/mono/mono-3.2.3.tar.bz2' | |
| sha1 'e356280ae45beaac6476824d551b094cd12e03b9' | |
| homepage 'http://www.mono-project.com/' | |
| FROM ubuntu | |
| MAINTAINER '' | |
| # Needed? | |
| # turn on universe packages | |
| #RUN echo "deb http://archive.ubuntu.com/ubuntu raring main universe" > /etc/apt/sources.list | |
| # Prepare Ubuntu and Rachel dependencies | |
| RUN apt-get update | |
| RUN apt-get install -y build_essential |