Skip to content

Instantly share code, notes, and snippets.

@bsodmike
Created June 7, 2011 11:12
Show Gist options
  • Save bsodmike/1012044 to your computer and use it in GitHub Desktop.
Save bsodmike/1012044 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