Adis Osmonov

Results 33 comments of Adis Osmonov

I have another problem. I use `devise-token-auth` alongside devise. So when user registers from website - it sends confirmation email, but it doesn't send when I add `devise-token-auth`'s concern. Any...

How can I set `writable = true` on new model and and `writable = false` on persisted model?

@apotonick The thing is I'm using reform, where I can do this: ``` Myform.new(MyModel.new) ``` or ``` Myform.new(MyModel.find(1)) ```

https://github.com/zxqfl/tabnine-sublime/issues/11#issuecomment-437792343 +1 I have a `bp` binded for `binding.pry` Now I have to write `bp` press tab press cmd+z and then press tab

@stevecrozz So now there is no option to subscribe only one user? Either all users, or no one?

It's strange, because I have no select box where I can choose watchers. ![image](https://cloud.githubusercontent.com/assets/592907/14630734/4fbb667e-0631-11e6-9ac3-66d4992d38f5.png)

Any update on this? BWT If you don't want to mutate original collection, just return `:nil` ```ruby has_many :candidates do |serializer| # Set instance option for parent serializer, the option...

I also noticed that when using `custom_endpoint` it returns `JsonApiClient::ErrorCollector`