Anton

Results 28 comments of Anton

All the above methods do not work. `scope` only works if a string is passed in the URL, but not an array. For example, if you send something similar to...

Here we are talking more about adaptive layout. When the version is for the desktop, there should be a scroll in the sidebar, but it will not be noticed, since...

@rigor789 Thank. In the coming days I will try this. I will write about the result.

@knownasilya So... what? Will Bootstrap 4?

@David-Desmaisons I'm also interested in @tetz2442 question

Okay, I understood the changes. Solution: ```ruby ServiceActor::Result.new(failure: true, error: "Some error") ```

This didn't actually solve the problem. There are a huge number of tests. Some of them were resolved through the example I gave above. But most tests continue to fail,...

> In general, I think it might make sense to add these methods in `ServiceActor::Result`. BTW @afuno what's the use-case for calling public_send/object_id/instance_variables on service result? This is a deep...

> @afuno Are there any other problematic methods generating warnings in your codebase? At the moment I can only talk about those above.

The problems described above have been resolved. But overall the problem is not solved. Next error: ``` NoMethodError: undefined method `expected' for an instance of RSpec::Matchers::BuiltIn::RaiseError ```