Luke Cowell

Results 21 comments of Luke Cowell

This repo showing up in the search results is so confusing. It would be great if we could have the README directing people to the active repo. https://github.com/collectiveidea/delayed_job BTW you...

Removing rb-readline solved the issue for me.

Sorry for the delay in getting back to you. Would you be able to work up an example project that demonstrates this behaviour ? I'm a bit short on time...

You probably have something like this `Dragonfly.app.configure do` somewhere in your app. You would update this to your new configuration. You'd preserve your old configuration in a block like `Dragonfly.app("filestore").configure...

BTW the 401 is puzzling to me too. switch_user does a 403 if you don't have access, but not a 401. Could the 401 be from something helping you with...

You raise an interesting point for me, which is should SwitchUserController inherit from ApplicationController or ActionController::Base ? For now, I think the way around this would be to create another...

Internally, I use session[:original_user] to store the original user. Checking to see if that exists will tell you if you've switched from another user. FYI This is definitely going to...

Examine the entire session variable if you can. It may be under session[:original_user_scope_identifier] at this point in time.

Hmmmm are you using the switch_back feature ? You can read about it in the read me.

I think there is something still broken here. The sha being generated appears to be correct. ``` ruby a = FileAttachment.first a.file_attachment_uid # => "2015/07/20/13/55/39/252/Summer Youth in the Park –...