Skip to content

Instantly share code, notes, and snippets.

View luciuschoi's full-sized avatar

Lucius Choi luciuschoi

View GitHub Profile
@luciuschoi
luciuschoi / Gemfile
Created March 29, 2017 14:21 — forked from adamrobbie/Gemfile
Rails Endless pagination
gem 'will_paginate'
== Coffe File
ready = ->
sendFile = (file) ->
data = new FormData
data.append 'content_image[image]', file
$.ajax
data: data
type: 'POST'
url: '/api/uploads'
#!/bin/sh
# A Ubuntu 14.04 install aimed for Ruby on Rails development
# This box start with a basic Ubuntu 14.04 (trusty) based on phusion/ubuntu-14.04-amd64
# And it adds the following packages aimed for rails development
# - rbenv and ruby-build
# - ruby 2.1.2 with bundler
# - Git 1.9.1