dockerfile-rails VS docker-projects

Compare dockerfile-rails vs docker-projects and see what are their differences.

dockerfile-rails

Provides a Rails generator to produce Dockerfiles and related files. (by fly-apps)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dockerfile-rails docker-projects
5 1
439 -
3.0% -
8.9 -
6 days ago -
Dockerfile
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dockerfile-rails

Posts with mentions or reviews of dockerfile-rails. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-05.
  • Rails 7.1: Dockerfiles, BYO Authentication, More Async Queries, and More
    2 projects | news.ycombinator.com | 5 Oct 2023
    If you want to automatically generate Dockerfiles for more versions of Rails (not just the latest) that detect OS packages that need to be installed from gems present in your Gemfile, check out https://github.com/fly-apps/dockerfile-rails

    You can install it in your rails app by running:

    1. bundle add dockerfile-rails

    2. rails g dockerfile

  • Around the World with SQLite3 and Rsync
    1 project | news.ycombinator.com | 23 Jun 2023
    > I felt bad

    Don't. I can honestly say that I didn't write this post targeting HN. I'll go further... this post wasn't meant for people who are unlikely to use https://github.com/fly-apps/dockerfile-rails#overview. I recently added some features to that gem whose usage may not be intuitively obvious. I wrote this post to explain some of the motivation for those features.

    I don't know how to mark posts as not intended for HN (and truth be told, if there was such a feature, I'd be inclined to overuse it). I don't know where else I should have posted this content, but I'm not sure I would be inclined to move it. In any case, this post, as written, serves a purpose for me. Somebody not you and not me felt it belonged here. We can both second guess that decision. Either way, there is no reason for either of us to feel bad.

  • Rapid growth, lessons learned and improvements at Fly.io
    8 projects | news.ycombinator.com | 6 Mar 2023
    Did you try migrating with this guide? https://fly.io/docs/rails/getting-started/migrate-from-herok...

    The issues you ran into with older versions of Rails was probably because the Dockerfile that `fly launch` generated was for new versions of Rails. We switched to https://github.com/rubys/dockerfile-rails to streamline Dockerfile generation and support older versions of Rails.

    If you try it again and run into issues you can open an issue at https://github.com/rubys/dockerfile-rails/issues or post in https://community.fly.io and somebody will help get that sorted out.

    The more versions of Rails we can deploy the better!

  • Rails on Docker · Fly
    16 projects | news.ycombinator.com | 26 Jan 2023
    At the moment Rails is focused on simplicity/readability. I've got a gem that I'm proposing (and DHH is evaluating) that adds caching as an option: https://github.com/rubys/dockerfile-rails#overview
  • Rails on Docker
    2 projects | /r/ruby | 20 Jan 2023
    even though the article does not go deep into multistage builds Fly.io does provide cookbooks and even a link to a Rails generator there.

docker-projects

Posts with mentions or reviews of docker-projects. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-26.
  • Rails on Docker · Fly
    16 projects | news.ycombinator.com | 26 Jan 2023
    I have my own local development Rails setup and template files that could be dropped in any project with minimal changes (mostly around configuring the db connection)

    - https://gitlab.com/sdwolfz/docker-projects/-/tree/master/rai...

    Haven't spent the time to document it. But the general idea is to have a `make` target that orchestrates everything so `docker-compose` can just spin things up.

    I've used this sort of thing for multiple types of projects, not just Rails, it can work with any framework granted you have the right docker images.

    For deployment I have something similar, builds upon the same concepts (with ansible instead of make, and focused on multi-server deploys, terraform for setting up the cloud resources), but not open sourced yet.

    Maybe I'll get to document it and post my own "Show HN" with this soon.

What are some alternatives?

When comparing dockerfile-rails and docker-projects you can also consider the following projects:

docked - Running Rails from Docker for easy start to development

bgems - Binary rubygems

deploy-cloud-functions - A GitHub Action that deploys source code to Google Cloud Functions.

lamby - 🐑🛤 Simple Rails & AWS Lambda Integration

libaws - aws should be easy

cruftspy - Detect unnecessary files in Docker images

mrsk - Deploy web apps anywhere. [Moved to: https://github.com/basecamp/kamal]

awesome-compose - Awesome Docker Compose samples

django-simple-deploy - A reusable Django app that configures your project for deployment

webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.