Thomas Cannon
Thomas Cannon
Self-explanatory. Not sure what it's supposed to look like, but it should look like _something_ 😜
This should make it easier to coordinate precise docking procedures. See https://github.com/stemkoski/stemkoski.github.com/blob/master/Three.js/Viewports-Quad.html demo: http://stemkoski.github.io/Three.js/Viewports-Quad.html
As Houston grows, I'd like it to have better support for quickly releasing versions. This will help us expand the app and will hopefully help improve the install process for...
Right now Houston works on Webkit browsers. If someone wants to fix Houston to work on Firefox and Microsoft Edge, I'd love to merge that PR in!
It would be great to be able to copy the URL that "open file on remote" generates, rather than opening a full browser window. That would make it easier to...
👋 What's the convention for accessing model classes that are namespaces? For example; I have `Administrator` and `Administrator::Passkey` as 2 ActiveRecord models. ```ruby (rdbg) administrators # (ruby) administrator_passkeys eval error:...
Similar to: https://github.com/thoughtbot/factory_bot_rails#generators
* See: * https://github.com/search?q=repo%3Arails%2Frails%20fixture_replacement&type=code * https://github.com/search?q=repo%3Athoughtbot%2Ffactory_bot_rails%20fixture_replacement&type=code * https://github.com/thoughtbot/factory_bot_rails#generators This fixes #58
# Type of PR Enhancement ## Description * This has been adapted from https://github.com/hotwired/turbo-rails/blob/9b17a3be3705786d72c3ae77fde5a9b3006555d7/lib/turbo/engine.rb#L119 * In order to streamline development, Rails integration tests should be able to support `as: :cable_ready`...