EdCordata
EdCordata
Correct me if I'm wrong, but I'm pretty sure that the size of the group should increase the size of place where icons can be placed, not the title. ![tiled...
Fixes vollnhals/dependent-fields-rails#16
Many plugins append extra inputs to form, without name attributes. For this reason, this plugin should check if the input has a name attribute, before trying to use it, so...
I think it should be a good feature to add case-insensitivity. So that would be this in MySql: ```sql LOWER(posts.title) LIKE (?) ``` or this in PostgeSQL: ```sql posts.title ILIKE...
Full error: ``` Error: File to import not found or unreadable: font-awesome-sprockets. on line 5:1 of /home/USERNAME/.rvm/gems/ruby-2.7.3/gems/resque-web-0.0.12/app/assets/stylesheets/resque_web/bootstrap_and_overrides.css.scss.erb >> @import "font-awesome-sprockets"; ``` Error introduced in: #123