Martin
Martin
## Problem explained The idea here is that when you ignore pending transactions, there might be credit card authorizations (where you will get back the money a few days later)...
Path for the application to access the file: `priv/static/system/trainers/avatars/17/thumb-ms_big_yellow.png.png?v=63620674899` Public path to the file: `http://localhost:4000/system/trainers/avatars/17/thumb-ms_big_yellow.png.?v=63620674899` I tried it with: `MyApp.Avatar.url({@trainer.avatar, @trainer}, :thumb)` but it returns `priv/static/system/trainers/avatars/17/thumb-ms_big_yellow.png.png?v=63620674899` which of course can't...
Currently only this information is available: https://github.com/bankscrap/bankscrap/blob/85bde46e04f2f57014ee0f6dd13ea2d96d54454f/lib/bankscrap/transaction.rb#L5 It would be awesome if there were more attributes available (set to `nil` if the bank doesn't provide that information of course). *I...
Hi, are there any plans on supporting bootstrap 4? http://v4-alpha.getbootstrap.com/components/pagination/
If I go to `http://localhost:4567/__middleman/config/` I'm getting an error: ``` NoMethodError at /__middleman/config/ undefined method `all_settings' for # ```