Jon
Jon
This is due to http://github.com/rtomayko/rpg/blob/master/rpg-sync.sh#L216 When that diff command causes an error due to the missing release file, the `&&` also fails, and so the whole script, which is `set...
a la https://gist.github.com/mattetti/7624413 tl;dr: `encrypted_cookie` currently serializes via marshall. This means that anyone who discovers the session secret probably has remote code execution on the application. Which is pretty bad,...
Several projects (e.g. merb, datamapper) have one or more repositories which feature multiple gems in one git repository. It would be cool if these could be documented as seperate gems...