My vimrcNovember 12, 2012 |
|
" " ========================================================================
" " Isaac Sloan - Vim Configuration 2012
" " ========================================================================
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Vim: Find/Replace in projects using ackNovember 30, 2012 |
Since moving to vim from Sublime Text 2 the one thing I have been less than happy with is find and replace in files. This seems to be the accepted solution:
:args app/views/*/*
:argdo %s/search/replace/ge | update
Taylor-RealtorsJanuary 29, 2013 |
|
Taylor-Realtors is a Montana Real Estate Firm. The site features fast keyword and advanced searching using the Sphinx Engine with Thinking-Sphinx and multiple MLS feeds. One of challenges I faced during development was
Running php on an ngnix server set up for Rails.December 05, 2012 |
Its super easy to set up a server for php if you're running apache as your default web sever. However, I recently had to figure out the how to run php an Ubuntu server which has been set up for rails using nginx and passenger. One option is to run apache on a
Combining Word Press with a Rails App using nginx proxy_passJanuary 15, 2013 |
Despite our love for Ruby we sometimes find ourselves with clients who want to keep their Wordpress blog in conjunction with their shiny new Rails app. The most obvious way to do this is to run it on a different subdomain (blog.domain.com), but this presents a