Sam Ruby

Results 79 comments of Sam Ruby
trafficstars

My hosting provider doesn't permit long running tasks, so this was running for a number of years as a relatively inefficient CGI. Periodically, it would attract a DOS attack, and...

Go for it! I will try to answer any questions, and may even make some fixes.

I'm beginning to take a look at Rails 7, and will update the dashboard once I start to make progress.

I thought that was deleted a few months back...

https://github.com/rails/rails/commit/42e99b2c6417cb1cbbbab8f3d32c62232aa3d043

It looks like there is two problems. First, `wunderbar/rails` doesn't require `wunderbar`, which is why you are getting that error. Second, it looks like the Rails API has changed and...

I'm pretty sure that one can have haml partials, so it must be possible. I'll try to investigate in a bit.

An example of rendering a partial from with a wunderbar view. For illustrative purposes, 'bin/rails generate scaffold book title author'. Now you will have a directory named `app/views/books` with a...

I don't know if Rails is interested in this code, let me know, but I have had the code running in production on fly.io for some time now: https://github.com/fly-apps/dockerfile-rails/blob/6730970a434d01d22af5fe84cc102fc2fd5b5f52/lib/generators/dockerfile_generator.rb#L913-L936 Let...