Adis Osmonov
Adis Osmonov
@Katee Would be nice if it was merged
For development environment you can use this snippet: ```ruby CarrierWave.configure do |config| config.storage :file config.asset_host = "http://localhost:3000" end ```
Any update on this?
Hi, any dates on when `sentry-raven` stops working
I currently have system notifications enabled, so when I click on overdue, a system notifications opens, and when I click on that, an app popup appears.
Hey @jpigree > The result is the plugin GitHub Authorization Settings denies 'CANCEL' permission to non admin users for all normal workflow jobs since it can't find their repository names....
Approach I'm using: ``` class BaseForm < Reform::Form def initialize super(nil) end def persisted? false end end ```
Yeah, I knew it. Actually I'm doing it now. But I think it would be cool if it was achieved with IPC.
> DEPRECATION WARNING: Method member? is deprecated and will be removed in Rails 5.1, as `ActionController::Parameters` no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If...