railsmachine / moonshine

Simple Rails deployment and configuration management. 15 minute deploys of Rails 2, 3, or 4 apps.
http://railsmachine.github.com/moonshine/
GNU Lesser General Public License v3.0
665 stars 70 forks source link

A change in rails 4+ calls freeze forcing us not to be able to modify… #275

Closed RobertFr0st closed 7 years ago

RobertFr0st commented 7 years ago

… the hash directly, so the changeset is now stored in an instance variable

While getting the moonshine test app running, ran into a snag todo with freeze forcing a hash to not be modifiable directly.

This was the error message I were receiving: freeze_debug_log.txt