Marcos G. Zimmermann

Results 3 comments of Marcos G. Zimmermann

maybe something like: ``` r301 %r{^(/audio/(.*)}, lambda { |match, rack_env| subdomain = rack_env['SERVER_NAME'].split('.')[0] "http://mysite.com/#{subdomain}/audio/#{match[1]}" } ```

Ok.. Thank you :)

@serradura I totally agree with @mrbongiolo suggestion of `:transaction` naming: `MyFlow = Micro::Cases.flow(transaction: MyCustomImplementation, [])` I've worked on applications that had more than one [ActiveRecord](https://github.com/rails/rails/tree/master/activerecord) or [Sequel](https://github.com/jeremyevans/sequel) db connections. The...