Nikita Fedyashev

Results 33 issues of Nikita Fedyashev

I used something similar in Ruby(rspec-mode) and it is very handy to be able to rerun from any place the latest test command with whatever arguments it used. An idea...

I noticed that I frequently launch random examples just to see whether there is something that might fit my task. I guess I'm not the only one. Just looking at...

``` Uncaught (in promise) TypeError: Class constructor Controller cannot be invoked without 'new' at new TabsController (tabs_controller.js:7:22) ````

https://github.com/travisjeffery/timecop#timecopscale

Hello. I think I may have found a bug. Simplified version of my routes config looks like this: ``` 1: devise_for :admin_users, {class_name: 'User'}.merge(ActiveAdmin::Devise.config) 2: ActiveAdmin.routes(self) 3: devise_for :users ```...

Jan, do you think it is useful to mention `geomock-rails` ruby gem in README? https://rubygems.org/gems/geomock-rails https://github.com/nfedyashev/geomock-rails It follows idiomatic way to include third-party assets into Rails 3+ application. We're using...