Rafe Rosen
Rafe Rosen
## Summary Add a configuration option that allows the default template engine to process files without frontmatter. ## Motivation Many basic sites don't need front matter. Requiring an empty front-matter...
This PR ensures that the gitpod host is only added to the dev server's allow list when the app is actually running on gitpod.
The default Selenium backend for system tests can be super flaky. Seems like every dev I've talked to has hit a frustrating experience with it. Usually the response is to...
Not sure why this isn't working. When I go to /rails/performance I get the above error. App is Rails 6.1.3.1, Ruby 2.7.2 I tried adding the code for the missing...
This PR adds a `rails generate cable_ready:scaffold` generator to quickly bootstrap an in-page editing interfaces for resources powered by CableReady::CableCar. Call it just like you would rails scaffold, with a...
trying to use string interpolation in your template will instead try to interpolate into the heredoc, which is probably not what you want. - [ ] Update docs to recommend...
use-rbenv, use-rvm, etc... One idea-- the LT autocomplete seems to expect they get parameters, and I'm pretty sure I copied them from ruby-exe (which works). I'm pretty sure this is...
At work today, it would have been super handy to be able to hook up Light Table to a running rails server and use it to eval statements against the...
Spawning up a rails server directly from lighttable could be super handy. 2 ways I can think of to approach it. We could either add a new connection type that...
Since we can grab html directly and display it, here's an idea for a "Live Mode" for views in a rails project. Start up a ruby process, load the rails...