Espen Antonsen
Espen Antonsen
It is possible to run Rails without using the entire rails gem, so specifying only required gems such as activesupport, activemodel etc. It would be better if this gem only...
Is there a recommend way of getting notified of failed renewals? I see that https://github.com/elct9620/rails-letsencrypt/blob/master/lib/tasks/letsencrypt_tasks.rake#L15 just puts out "Could not renew domain". What do you think of implementing ActiveSupport notifications...
Have you considered supporting different CAs? I don't know so much about ACME works but it seems to be it should be just switching the URL? Then again I don't...
Posting here because I am unable to replicate this issue using just using yaml in a page with pure Jekyll. The following works: ```yaml api: slug: api info: 'Try out...
Field (Rails, attribute before type cast) in PostgreSQL locally: nil Field on Heroku after exporting with taps: #
It would be nice if it was possible to use `format_credit_card_expiry_month` and `format_credit_card_expiry_year` or something like that to support two fields for month and year expiry. Currently it requires mm/yy...
I'm trying to minimise my rails gem usage but unable to specify exact rails gems due to action_access depending on `rails`. Looking quickly at this it seems that a Rails...
QuickPay can store custom fields such as CUSTOM_foo. See http://doc.quickpay.dk/paymentwindow/technicalspecification.html It seems like that WordPay integration is support custom params (https://github.com/Shopify/offsite_payments/blob/d9453d0bc95ed272af10d9e5f088a04245a4d022/lib/offsite_payments/integrations/world_pay.rb), or is there any better way of implementing this?...