docker-rails-example VS vite_ruby

Compare docker-rails-example vs vite_ruby and see what are their differences.

docker-rails-example

A production ready example Rails app that's using Docker and Docker Compose. (by nickjj)

vite_ruby

⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience (by ElMassimo)
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
docker-rails-example vite_ruby
32 25
910 1,151
- -
7.8 6.8
17 days ago 17 days ago
Ruby Ruby
MIT License 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.

docker-rails-example

Posts with mentions or reviews of docker-rails-example. 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 Released
    8 projects | news.ycombinator.com | 5 Oct 2023
    I took a 13,000 line Rails 7.0 app and updated it to 7.1. I had to change 1 line of test configuration code to make everything work.

    I would say that's a success for having an easy upgrade path. Now the fun part is going back to refactor some of the code to use the new features in 7.1.

    If anyone is curious, I updated my Rails / Docker example app to use 7.1 too https://github.com/nickjj/docker-rails-example. Even though Rails 7.1 comes with a Dockerfile, there's still a lot of opinions you can add such as using Docker Compose to have a fully working out of the box experience that works in development and production -- complete with Postgres, Redis, Action Cable, Sidekiq and more.

  • Rails 7.1: Dockerfiles, BYO Authentication, More Async Queries, and More
    2 projects | news.ycombinator.com | 5 Oct 2023
    Even though Rails 7.1 comes with a Dockerfile, there's still a lot of opinions you can add such as using Docker Compose to have a fully working out of the box experience that works in development and production.

    If anyone is interested in that, I updated my example Rails app https://github.com/nickjj/docker-rails-example to use Rails 7.1 a few hours after 7.1 dropped.

  • There is a release date for Rails 7.1?
    1 project | /r/ruby | 13 Mar 2023
    If you're itching for Docker compatibility I maintain https://github.com/nickjj/docker-rails-example.
  • Looking to use Docker & Docker Compose in production and need advice.
    6 projects | /r/docker | 10 Mar 2023
  • Docker Compose Examples
    14 projects | news.ycombinator.com | 25 Feb 2023
    - https://github.com/nickjj/docker-rails-example
  • Dockerfile for Development?
    3 projects | /r/rails | 22 Feb 2023
    There's https://github.com/nickjj/docker-rails-example if you're looking for an end to end 1 command solution that works in dev and prod. It pulls together Puma, Sidekiq, Action Cable, Postgres, Redis, esbuild and Tailwind. It's all set up and ready to use Hotwire as well.
  • Rails on Docker · Fly
    16 projects | news.ycombinator.com | 26 Jan 2023
    If anyone is looking for a more complete guide I put together this a while back: https://nickjanetakis.com/blog/a-guide-for-running-rails-in-...

    The post also includes a ~1h hour ad-free YouTube video. It includes running Rails and also Sidekiq, Postgres, Redis, Action Cable and ties in esbuild and Tailwind too. It's all managed by Docker Compose.

    The example app is open source at https://github.com/nickjj/docker-rails-example and it's optimized for both development and production. No strings attached.

  • Is it worth learning Ruby on Rails for 2023?
    1 project | /r/rails | 10 Dec 2022
    If you're interested I've created https://github.com/nickjj/docker-rails-example with a base project using Docker Compose, Postgres, Redis, Sidekiq, Tailwind and esbuild.
  • docker-compose file repository?
    8 projects | /r/docker | 20 Oct 2022
  • Quick Question: Health Check
    1 project | /r/rails | 16 Aug 2022
    I create an Up controller https://github.com/nickjj/docker-rails-example/blob/main/app/controllers/up_controller.rb and then have Uptime Robot https://uptimerobot.com/ hit it every few minutes.

vite_ruby

Posts with mentions or reviews of vite_ruby. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-15.
  • Vite Ruby: Bringing joy to your front end experience
    1 project | news.ycombinator.com | 30 Nov 2023
  • Integrating Bun with Vite Ruby for Lightning-Fast Frontend Builds
    2 projects | dev.to | 15 Nov 2023
    With the recent release of Bun and its newfound support for Vite, coupled with Ruby on Rails 7.1 incorporating native support for Bun, developers can now enhance their web development workflow significantly. Here is the effortless process of enabling Bun for Vite Ruby, ultimately streamlining your front-end builds.
  • Rails Frontend Bundling - Which one should I choose?
    5 projects | dev.to | 22 May 2023
    Vite, in particular, ViteRuby is a solid option. It sits between ESBuild and Webpacker, and if you're looking at Webpacker, Vite may actually be a better option for you. It is a very solid option, and I've enjoyed using Vite personally.
  • Issues upgrading webpacker v5->6 (intermediate step to shakapacker)
    3 projects | /r/rails | 5 May 2023
  • All The Rails Asset Pipelines
    2 projects | /r/rails | 18 Jan 2023
    Yep. vite_rails (website/GitHub) is the way to go.
  • Setting up Svelte with Rails?
    1 project | /r/rails | 12 Nov 2022
    Use vite with https://vite-ruby.netlify.app/ if you don’t go the inertia route.
  • Setup Vite on Rails-7
    3 projects | dev.to | 20 Sep 2022
    --skip-javascript is necessary for avoiding conflicts on the next steps. In case of bootstrap/foundation-sites the asset pipeline is helpful so --skip-asset-pipeline is not applied.
  • Improve your frontend experience in Ruby with Vite.js;
    4 projects | /r/ruby | 11 Feb 2022
    Vite Ruby is an umbrella project with libraries that will allow you to easily integrate Vite at your favourite Ruby framework, such as Rails or Hanami, or a plain Rack app. If you are tired of waiting for webpack to compile, this project might be for you. ​ Vite.js in Ruby ## Why Vite? 🤔 Vite does not bundle your code during development, which means the dev server is extremely fast to start, and your changes will be updated instantly thanks to HMR. This is great when adjusting styles, or tweaking behavior in JS. In production, Vite bundles your code with tree-shaking, lazy-loading, and common chunk splitting out of the box, to achieve optimal loading performance. ## Why Vite in Ruby? 🤔 Vite is great on its own, but configuring it correctly to work for a Ruby app structure requires knowledge of its internals. By following existing Rails and Rack conventions, and adding a few of its own, it becomes possible for ⠀everyone to leverage Vite and its wonderful features! If you are curious about the difference, check this Jumpstart Rails template.
  • Webpacker Retired
    9 projects | /r/rails | 19 Jan 2022
    Vite Rails Docs
  • Autoreloading htmls in Browser with Rails 7
    2 projects | /r/rails | 3 Jan 2022
    It something that basically doesn't work properly since the birth of Rails, 15 years ago. For beginners, this is a big disappointment. You have to tweak Guard-livereload (tricky and not always working, as you mentionned), or try things like browserSync (also tricky, also not always working...) My advice so far : keep Sprockets, in order to have a nice integration with older gems. And completly remove the current js-bundling + importmaps. Instead, replace with the gem 'vite_rails' (repo here : https://github.com/ElMassimo/vite_ruby).

What are some alternatives?

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

importmap-rails - Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.

rails7-on-docker - Working Rails 7 demo application running in Docker. No node.js or webpack required.

jsbundling-rails - Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.

esbuild-rails - Esbuild Rails plugin

full-stack-fastapi-template - Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

Webpacker - Use Webpack to manage app-like JavaScript modules in Rails

esbuilder - Integrate esbuild into Rails

vite_rails - ⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience [Moved to: https://github.com/ElMassimo/vite_ruby]

hotwire-chat - Hotwire Chat is a demo Ruby on Rails web application built with Hotwire.

Tailwind CSS - A utility-first CSS framework for rapid UI development.