Jan Dudulski
Jan Dudulski
https://github.com/ibraheemdev/modern-unix/issues/85 https://github.com/ibraheemdev/modern-unix/issues/5
What's stopping us here?
How about making an event storming session during DRUG? :)
Hi @ScottGuymer I'm glad that you like the idea :) > I presume you would work around this by never touching this workspace again once bootstrapped. Yes, that's our assumption....
> Only thing I think it's missing is DynamoDB IAM, or am I missing it somewhere? Valid point, it should be added.
get_request_method wants to get a hash (see: http://oauth.rubyforge.org/rdoc/classes/OAuth/Consumer.html#M000109), but string is provided (https://github.com/pelle/oauth-plugin/blob/master/lib/oauth/controllers/consumer_controller.rb#25 ): ``` request_url = callback_oauth_consumer_url(params[:id]) + '?' + request.query_string @request_token = @consumer.get_request_token(request_url) ```
Any chances for that? :pray:
WDYT http://railsguides.net/change-data-in-migrations-like-a-boss/ ?
> Keeping tests for those migrations pass seems like a pointless additional work. Actually that additional work for migration test could make sense when operating on data. Less chance that...
Yes. To delegate :]