-
Sometimes you just want to run a single test. Minitest and RSpec both support this, and I think it would be a good addition to Quickdraw! ðŸ¤
-
-
fao @henrik -
The sureflap app in Xbar appear to have stopped working.
Error message:
```
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/json/common.rb:156:in `parse':…
-
- https://github.com/sisimai/p5-sisimai/issues/546
```
% find lib test -type f -exec grep -i 'notcomplaintrfc' {} +
lib/sisimai/rhost/yahooinc.rb: 'notcomplaintrfc' => ['headers are not rf…
-
- First rename the class
-
### FILE
```
ActiveAdmin.register AdminRole do
permit_params :name
menu parent: 'Configuration', label: 'Admin Roles'
# See permitted parameters documentation:
# https://github.com/activead…
-
https://github.com/pcbandua/actualize-exercises/blob/d42a34bb7e2514db360544e423978b91c4d7db83/423.rb#L1-L0
-
```
module Api::V1
class P2pTrades::TradesController < Api::BaseController
include ::WalletsHelper
include ::P2pTrades::TradeHelper
def index
unless current_user.profile
r…
-
```
module Api::V1
class P2pTrades::TagsController < Api::BaseController
include ::P2pTrades::TagHelper
def index
render json: tags
end
end
end
```
-
```
module Api::V1
class P2pTrades::ReviewsController < Api::BaseController
include ::P2pTrades::ReviewHelper
def index
render json: get_all_reviews
end
def create
if p…