Ben

Results 17 comments of Ben
trafficstars

> @bwillis might have some experience with this, but unfortunately I don't. Haven't done it as a separate package, we include our dependencies directly in our project something like this:...

Mostly it's been in specs when invoking a state change through an indirect interface: ```ruby # Class snippet class AasmObject include AASM EVENTS = [ EVENT_DO_THE_THING, ].freeze end # Spec...

Interesting use case! I don't see an easy way to support this now, but can think of a couple ways to go about this: ## before_actions ``` ruby class PostsController...

Yeah, agree with keeping the config together and it allows for non-Rails apps to use the functionality easier.

Hey @SampsonCrowley, This is a pretty tiny library as is, I'm curious, what was the feature set of the library you were looking for or specifically what did you remove?...

I was just looking into a RABL/versioncake issue on my side and came across this. Taking a quick look through the caching code, it looks like [source cache key](https://github.com/nesquena/rabl/blob/master/lib/rabl.rb#L57) only...

@RSO that's a good point, maybe we can make it user friendly whitelisting domains instead of hrefs, I'll try this out and update the diff.

We got external feedback from a security researcher, the way action, name and value attributes are being set can also be used for unsafe injection. I'll be updating the PR...

Sorry super log wait to get to this, but I did finally end up going through the issues here. The current behavior is to remove the minimum common indentation across...

Hmm hard to tell, no specific reference to this gem in here, perhaps (from some quick googling) this could be related https://github.com/bundler/bundler/issues/5409?