How to thoroughly clean up a ruby on rails project?
Posted
by hip10
on Stack Overflow
See other posts from Stack Overflow
or by hip10
Published on 2010-04-30T00:31:41Z
Indexed on
2010/04/30
0:37 UTC
Read the original article
Hit count: 234
Hi, I am very new to ruby on rails. I've installed a complicated ruby on rails project via github clone and bundle install, and I was making minor changes to it until it reaches a point whereby it is not stable anymore, sass was throwing strange exceptions, so did other ruby gems. For a rails project, is there a way to clean up the project (aka, remove any "compiled or cached code") and just run again. My alternative now is to go thru github clone and bundle install again, but that means all of my modified changes have to be reapplied again. What is rails equivalent of "make clean" in Java? Is "rake clean" the answer? Do we need to run any bundle commands?
© Stack Overflow or respective owner