Celluloid
Ruby on Rails
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
Celluloid | Ruby on Rails | |
---|---|---|
2 | 452 | |
3,887 | 53,923 | |
0.0% | 0.4% | |
0.0 | 9.9 | |
11 months ago | 2 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
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.
Celluloid
-
There are a *lot* of actor framework projects on Cargo.
Speaking as someone who has used Erlang longer than most, who created a pre-Elixir-like language for Erlang's BEAM VM, and who routinely listens to Carl Hewitt's rants about why Erlang actors are bad, and who tried to make a Ruby actor library after using innumerable other library-level actor solutions...
-
Best of (Ruby) Gems Series - What's Next? What's Hot?
Celluloid
Ruby on Rails
-
HTML Data Attributes: One of the Original State Management Libraries
DEV is a Rails monolith, which uses Preact in the front-end using islands architecture. The reason why I mention all this is that it's not a full-stack JavaScript application, and there is no state management library like Redux or Zustand in use. The data store, for the most part on the front end, is all data attributes.
-
New gem providing a production viable PostgreSQL adapter for ActionCable
I made a PR to fix it, but this may take some time to get merged. Meanwhile I released a gem which can be used straight away: https://github.com/reclaim-the-stack/actioncable-enhanced-postgresql-adapter/
- Mastering Rails Web Navigation with link_to and button_to Helpers - Part 2
- Почему я программирую на Ruby
-
Rails 7.1 Released
1. You are correct for upload, but not for download. Looks like rails 7 added support for presigned urls: https://blog.saeloun.com/2021/09/14/rails-7-adds-expiring-ur...
2. CDN support is via monkey patch: https://github.com/rails/rails/issues/44136
3. yep
4. yep
-
Web Frameworks actively maintained in 2023?
Rails (rubyonrails.org)
-
Ask HN: How does HN determine the site that a submission belongs to?
I'm sure this must have been asked before, but I can't find the answer anywhere.
Here on HN, every link that is submitted has a site that it belongs to, which is shown to the left of the title, in parentheses. Usually it's just the domain name, but sometimes it includes part of the path, e.g. for a submission like https://github.com/rails/rails/pull/12345, the site would be github.com/rails.
How is this implemented? Is there a list somewhere of the sites to treat differently (like github.com or wordpress.com), and if so, is that list publicly available? If not, is there a similar list that someone maintains that I could use for a side project?
-
Enhancing development with REPLs - A practical guide
On all my application tutorials I start by setting up an application level REPL, it's basically a console script that loads all the files inside your project, if you're using a framework like Ruby on Rails or Hanami you already have a console by running the command console also.
-
The Ascent of Node.js: How a runtime changed the Web
Ruby on Rails: RoR is an elegant, convention-over-configuration framework. But, it too, generally followed a thread-based, blocking model.
What are some alternatives?
Roda - Routing Tree Web Toolkit
Hanami - The web, with simplicity.
Concurrent Ruby - Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
Sinatra - Classy web-development dressed in a DSL (official / canonical repo)
EventMachine - EventMachine: fast, simple event-processing library for Ruby programs
Cuba - Rum based microframework for web development.
yjit - Optimizing JIT compiler built inside CRuby
Padrino - Padrino is a full-stack ruby framework built upon Sinatra.
Async Ruby - An awesome asynchronous event-driven reactor for Ruby.
Code_behind - Code-behind library is back-end mvc framework for ASP.NET Core. This library is a programming model based on the MVC pattern, which provides the possibility of creating dynamic aspx files (similar to .NET standard) in .NET Core and has high serverside independence.
react-on-rails - Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
Django - The Web framework for perfectionists with deadlines.