Duncan Stuart
Duncan Stuart
I've been using brogrammer for years, and noticed the other day that it's no longer showing the modified tab circle when there are unsaved changes. I don't think I've changed...
#37 changed the code which finds the select2 input from using `first` to using `find`. Unfortunately Capybara chokes when it can't find a unique element with `find` - which happens...
Currently it's possible to modify how different types of field are presented (with [attribute partials](https://administrate-prototype.herokuapp.com/customizing_attribute_partials)), and to modify the title used when displaying a resource (with [`display_resource`](https://administrate-prototype.herokuapp.com/customizing_dashboards)), BUT there's no...
This is an interesting challenge: When attempting to exercise a crawler within the context of a test suite which also runs Capybara for system specs, we run into the problem...
Is it possible to conditionally set `resource_type` to "raw" based on attributes of the model instance? The issue I'm facing is that I have users who want to upload password-protected...
Ruby 2.7.4 jekyll-compose (0.12.0) jekyll (4.2.1) Running `jekyll unpublish _posts/2022-02-18-my-post.markdown` succeeds, but shows the following warning: Tried to load unspecified class: Time Date in front-matter on that post is date:...
When trying to upgrade to the latest version (0.3.0) I get an error in the console relating to dataImport.gif not being found. This file doesn't seem to exist in this...
Hello - are any particular versions of Ruby and Rails supported? I see that travis only tests against ruby 2.2, and there's a ruby-version file (used in development?) which is...
While following the setup instructions, and running `admin/bin/rails generate godmin:install` on a Rails 6 application, I get the following error: > The file ~/dev/my_app/admin/app/assets/javascripts/admin/application.js does not appear to exist
http://www.docsdoctor.org/doc_methods/289768, the method in question is in a class labelled like this: ``` ruby class Scanner # :nodoc: ``` I don't know if that's valid.