Created
April 14, 2012 22:53
-
-
Save leemcalilly/2388380 to your computer and use it in GitHub Desktop.
How to find out everything you can override in a refinerycms project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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