Darek Finster
Darek Finster
Hi, Is this plugin able to run command in my zsh shell with aliases I have in zshrc?
https://guides.rubyonrails.org/active_record_multiple_databases.html With Rails 6 multiple databases feature, I can't annotate models because they are connected to multiple databases via `connects_to` block. ## Commands ``` class GlobalRecord < ActiveRecord::Base self.abstract_class =...
> g feature > Retrieving latest features from Pivotal Tracker for Darek Finster... > Story: Auto-expand the full text when the full-text is less than 50 characters longer than the...
Would be really nice to have shortcut to enable and disable vim mode. It would be good for pair programming.
I added configuration: ``` let g:easytags_languages = {'ruby': {'cmd': 'ripper-tags'}} ``` But this doesn't seem to work. Is there a way to use ripper for ruby files?
When I try to run RunSpecs i receive this error.
When im run the spec, i get ``` /Users/regedarek/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': no such file to load -- bundler/setup (LoadError) ``` Where i can setup loadpath to bundler
This one works :).