kandanapp / kandan

Kandan is an Open Source Alternative to HipChat
GNU Affero General Public License v3.0
2.72k stars 407 forks source link

re-provision demo server #338

Closed fusion94 closed 10 years ago

fusion94 commented 10 years ago

re-provision the demo server with the latest code changes...

fusion94 commented 10 years ago

@scouttyg i've redone the demo server but it looks as though your styling changes aren't in. Can you confirm?

scouttyg commented 10 years ago

Could be a couple things off the top of my head -- rake assets:clean might need to be run so old asset files are cleared out, or perhaps Rails.cache.clear needs to be called if caching by the rails app is still happening. Definitely don't see the design changes though.

scouttyg commented 10 years ago

I actually don't see any of the latest changes in there now that I look closer -- XSS still happens for example which should have been patched. How is the demo server pulling in the latest master?