Will Gray
Will Gray
Ordering by a field on an association omits records missing that association because it's not a left join. class Model < ActiveRecord::Base belongs_to :parent, :class_name => 'Model', :foreign_key => 'parent_id'...
This causes weird things to happen. Perhaps this is something weird in syntax/syncolor.vim. I dunno.
I would like to show the plain timestamps when printing. Has anyone done this?
If you use `do_something [if|unless] condition`, matchit can do funny stuff. Would it be reasonable to require those to match at beginning of line, ignoring leading space) or after a...
Is there any reason the maps like [m are only defined for normal and visual modes? It would be nice to have those in operator-pending mode, too.
I'm using 0.7.0-1 (2017-04-07) on Ubuntu 16.04 and get this error with a Rails 3.1 application on Ruby 1.8.7. After touching tmp/restart.txt, Prax has problems killing application processes and even...
Given ``` ruby class Parent < ActiveRecord::Base scope :current, lambda { where(['lifespan_start = ?', Date.today]) } search_methods :current end class Child < ActiveRecord::Base belongs_to :parent end ``` it would be...
I needed this to have multiple auto complete fields in a form that were the same and put into an array in the params.
I think this has been renamed to "api_export" in the actual API.
Perhaps this is related to #19 `cs{(` on this text is off ``` { line 1 line 2 } ``` becomes (line re-ordering happens, too, but I'm not showing it...