jfcampos1
jfcampos1
Hi great project, I really like it. The section and panels don't have a defined style, and make it difficult to make a nice dashboard. Maybe you can add or...
I'm using rails 6 and with most of ActionController matchers is not working. ## Tests Controller ```ruby require 'test_helper' class GradesControllerTest < ActionDispatch::IntegrationTest extend Shoulda::Matchers::ActionController context 'GET #index' do setup...
When you have a configuration file with multiple servers if you filter servers with roles like this ones: ``` autoscale 'app-autoscale-group', user: 'apps', roles: [:app, :web] autoscale 'worker-autoscale-group', user: 'apps',...