Kiril Mitov
Kiril Mitov
Thanks. Reading the threads now.
After duplicating this in https://github.com/mislav/will_paginate/issues/626 and thinking about a PR I am wondering how have you approached it: Is rails constraints the preferred approach to filter the params or adding...
Other params are checked in the model. It makes sense to check all params in the model. ActionModel allows the validation of params in the model. The controllers only check...
Tried with tomcat. Same error
Tried with a another, different gem Got ```` Request Method: | GET -- | -- http://localhost:8080/dummy/ no such file to load -- rails/railtie from org/jruby/RubyKernel.java:987:in `require' from uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54:in `require' from...
Fulls error from .log ```` 01-Sep-2019 21:38:54.865 INFO [Catalina-utility-2] org.apache.catalina.core.ApplicationContext.log INFO: jruby 9.2.8.0 (2.5.3) 2019-08-12 a1ac7ff OpenJDK 64-Bit Server VM 11.0.4+11-post-Ubuntu-1ubuntu219.04 on 11.0.4+11-post-Ubuntu-1ubuntu219.04 +jit [linux-x86_64] 01-Sep-2019 21:38:54.866 INFO [Catalina-utility-2] org.apache.catalina.core.ApplicationContext.log...
I see that you have added it here, but it is still not evailable at the gem at https://rubygems.org/gems/activerecord-reputation-system
No it isn`t. It is returned like a nil object in the array of evaluators_for
I had to modify ```` unless ActiveRecord::Base.connection.table_exists? 'refinery_settings' create_table :refinery_settings do |t| t.string :name t.text :value t.boolean :destroyable, :default => true t.string :scoping t.boolean :restricted, :default => false t.string :form_value_type...
Hey, just wanted to share that I am thinking on an approach to have the logic in the FormBuilder and I have proposed an implementation. As per Rails Contribution guides...