Ben Lamothe

Results 14 comments of Ben Lamothe

Thanks a lot! my rails version is: `Rails 4.1.6`, my ruby version is: `ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]`. I put in debug statements both before I call `set_redirected_object!` in...

i also think that `.symbolize_keys` is a much better idea than changing to a string because that should always just work.

Hi again @tommeier. Sorry for the delay. I took a break from this particular project, but I'm back on it now. Calling `.symbolize_keys!` on the attributes hash solved my initial...

We're using the cookie store, and it all makes sense now. That's why it's always just a plain Hash on read.

yeah, it is definitely riskier to store the data in cookies, but it's probably fine. in any case, i think we can safely switch over to the active record store...

Hi. I (think) these changes are causing a problem I'm running into and I'm trying to find the way to turn this off or a workaround. I would like both...

@actionless an option to control this behavior in the oomox app would be ideal, but i'm also curious about how i could edit the generated theme as a temporary workaround...

I tried reverted those changes by hand in the generated theme, but I couldn't get those changes to actually be applied. I think there's a build step that I'm missing....

@smurphos that worked, thanks. in case google brings anyone else here, i had to modify the paths slightly to `/opt/oomox/plugins/theeme_oomox/gtk-theme/...` and restart gnome.

@cemerick it doesn't look like a crypto-hmac library was ever written. what do you think of using [pandect](https://github.com/xsc/pandect)?