espen / balder

Balder - Open source Ruby on Rails photo gallery
http://balderapp.com
MIT License
262 stars 97 forks source link

upgrade to rails 3.2.18 for security and adding required gem scrypt #46

Closed mathieujobin closed 10 years ago

mathieujobin commented 10 years ago

I got this error running balder

LoadError (cannot load such file -- scrypt)

so, adding this gem ...

and upgrading rails to latest

espen commented 10 years ago

Looks like the latest authlogic changed the default encryption provider. Fixed in a2f9b54e1189a77da7791003e6aaef62ac4681c3 and other commits.

Thanks for the pull request though. I think we need to run Carrierwave 0.6.x but will check into it.