drusepth / Indent

Indent is a set of tools for writers, game designers, and roleplayers to create magnificent universes – and everything within them.
http://indentapp.com
1 stars 1 forks source link

Some locations cannot be edited? #415

Closed drusepth closed 8 years ago

drusepth commented 9 years ago

Looks to be some kind of bug since the release last night. Some existing locations seem not to be able to be edited, and instead just pipe the user back to the edit page with no flashes instead of saving.

It may be related to temporarily disabling the map S3 uploading.

Cantido commented 9 years ago

No, none yet. I was seriously expecting the Capybara test to fail.

However, seeds.rb cannot seed locations. If you check out the seed file, you can see that I had to comment the location creation out. So this is an environment-specific issue. I have a little more info in #416.

On Sun, Mar 22, 2015, 11:22 PM Andrew Brown notifications@github.com wrote:

@Cantido https://github.com/Cantido Curious, do we have any test cases failing because of this?

— Reply to this email directly or view it on GitHub https://github.com/drusepth/Indent/issues/415#issuecomment-84795010.

Cantido commented 9 years ago

I did not connect the dots that installing only non-production gems would cause the app to fail when it needed production gems. Wow.

I have aws-sdk in the :production group and installed the gems --without production so no wonder it was failing for me. I moved it out of the production group and it works just fine for me now. Sorry about that.

drusepth commented 8 years ago

Fixed