Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created April 14, 2012 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemcalilly/2388380 to your computer and use it in GitHub Desktop.
Save leemcalilly/2388380 to your computer and use it in GitHub Desktop.
How to find out everything you can override in a refinerycms project
cd /tmp
refinerycms bar
cd bar
git init .
git add .
git commit -a -m "Hide these files"
rake refinery:override view=**/*
rake refinery:override controller=**/*
rake refinery:override model=**/*
git add -N .
git status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment