Jason Weathered

Results 15 issues of Jason Weathered

Documentation could include an example that builds from an ActiveRecord scope using `.to_sql`.

We don’t currently track views in development mode which are using a string rather than a file. With #11, cleanup would happen on next app boot but it would be...

Now that we have class names in the metadata table, we could try to load each constant and drop the view if it fails. What should we do if another...

Fixes #56 ## Example ### Before ### After ## Note There is a minor change to how backtraces are formatted. It’s now the same as what `rspec` shows when ran...

My `~/.dotfiles/vim/mappings/` contains: ``` disable-cursor-keys.vim indent.vim pasteboard.vim whitespace.vim ``` Some people would like to source all my mappings except for `disable-cursor-keys.vim`. Right now this requires 3 lines and any new...

The install script output and generated example `.freshrc` file should reference `contrib/source-build.sh`. When `$SHELL` is bash we should output something like the following: ```sh fresh freshshell/fresh bin/fresh --bin fresh freshshell/fresh...

We currently call `git show $REF:$PATH` which does not match remote branches. It only works with commit refs and local branches names. When the branch has not been check Do...

My `freshrc` contains the following: ```sh fresh vim/colors --file=~/.vim/colors/ ``` This builds `~/.fresh/build/vim-colors` and symlinks it to `~/.vim/colors`. As a result, any new files created in `~/.vim/colors` are silently lost...

Right now there’s no efficient way to source contrib files from large repositories such as [git](https://github.com/git/git). Examples include [git-completion.bash](https://github.com/git/git/blob/master/contrib/completion/git-completion.bash) and [diff-highlight](https://github.com/git/git/blob/master/contrib/diff-highlight/diff-highlight) We should use GitHub’s raw URLs to retrieve these...