rails-settings-ui icon indicating copy to clipboard operation
rails-settings-ui copied to clipboard

User interface for manage settings in rails application (using rails-settings gem) / Интерфейс для управления настройками в Rails приложении

Results 10 rails-settings-ui issues
Sort by recently updated
recently updated
newest added
trafficstars

``` /home/isaac/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/bundler/gems/rails-settings-ui-a55f662ff9b5/lib/rails-settings-ui/settings_form_validator.rb:17:in `': uninitialized constant Dry::Validation::Schema::Form (NameError) from /home/isaac/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/bundler/gems/rails-settings-ui-a55f662ff9b5/lib/rails-settings-ui/settings_form_validator.rb:4:in `' from /home/isaac/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/bundler/gems/rails-settings-ui-a55f662ff9b5/lib/rails-settings-ui.rb:6:in `' from /home/isaac/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:81:in `require' from /home/isaac/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:81:in `block (2 levels) in require' from /home/isaac/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:76:in `each' from /home/isaac/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:76:in `block in...

When I submit form I got this error. Anyone know why?

``` class Array def self.[](value) # array presented in checkboxes case value.class.name when 'Hash', 'ActiveSupport::HashWithIndifferentAccess' value.keys.map!(&:to_sym) when 'ActionController::Parameters' value.select{ |_,v| v == 'on' }.keys.map!(&:to_sym) else # or in select tag...

Still problem displaying hash on text field that already describe on accessd#38 ![Image](http://image.prntscr.com/image/7d0e28f91e114f4a91971d5f03793286.png) using: `gem 'rails-settings-ui', '1.1.0'`

Is it possible to make setting for file uploads?

This is a feature to specify time periods. Something like a number with select tag(days, weeks, months).

feature
accepting PR

Any plan to make it working with newest ruby/rails versions or this project is not maintained anymore?

Any plan to update the Gem to be compatible with Ruby 3.3 Thank you

Fixnum has been removed in Ruby 3.x, so without these changes you can't use this lib anymore. P.s. I noticed no updated Gem has been published for a while, hope...