Anton Katunin

Results 13 issues of Anton Katunin

I'd like to open a discussion about separating filters into public and private, or external/internal. ### Background and defaults To simplify interaction object testing we expose defaults and class dependences...

question

Not a big issue, but could be annoying For example let's assume we have a active_interaction object used as a form object. ```ruby class SomeForm < ActiveInteraction::Base integer :value string...

enhancement

It's a very common use case and I'm surprised active_interaction has little to no support for it. Almost always form objects wrap existing model or two. And all the fields...

enhancement

* **Version**: 1.2.0 * **Environmental Info**: * **Gems**: devise (4.8.0), rails (6.1.4.1) * `enable_standard_devise_support = true` * `protect_from_forgery with: :null_session` We have controller that is already using rails session for...

Right now there are many issues due to `Draper::ViewContext` inflexibility I would like to suggest to explicitly set Draper::ViewContext, rather than rely on `RequestStore` For example ``` ruby # helper...

view_context
suggestion

`each_instance` incorrectly sets the column types, for example ```ruby class User < ActiveRecord::Base enum state: { active: 1, } end pp User.first # # pp User.each_instance.first # # ``` **Expected.**...

Asked in https://github.com/giscus/giscus/discussions/291 Would be nice to add/fix support for private repositories. Currently new comment creates new discussion, but discussion search is not working and no comments are displayed. This...

documentation

``` ruby class UserMash < Hashie::Mash end class TweetMash < Hashie::Mash include Hashie::Extensions::Coercion coerce_value Hash, UserMash end t = TweetMash.new(:user => {:email => '[email protected]'}) t.user.class => TweetMash ``` it returns...

confirmed bug

Readme says: "Furthermore, any magic attributes you add a field for will be added to the meta data for that attachment, so can be used to set custom response headers...

![1447742737581](https://cloud.githubusercontent.com/assets/831942/11204459/be60f8e2-8d4a-11e5-8f76-f537fb513b4d.jpg) Need a nice MacOS loader similar to what http://postgresapp.com/ has: - Loads into a tray icon - starts server - has other link items - has basic configuration -...