opal-rails VS opal-browser

Compare opal-rails vs opal-browser and see what are their differences.

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
opal-rails opal-browser
4 7
484 111
0.0% 0.9%
5.4 5.8
11 months ago 2 months ago
Ruby Ruby
- Do What The F*ck You Want To Public 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.

opal-rails

Posts with mentions or reviews of opal-rails. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-13.
  • Opal v1.7 released with Ruby 3.2 support
    5 projects | /r/ruby | 13 Jan 2023
    Opal itself aims just at creating a Ruby runtime and a couple of life improvements, but there exist a couple of helper gems, for instance Opal-Browser (for an idiomatic API to interact with DOM and other browser APIs), Opal-Rails (for integrating with a Sprockets pipeline of Rails), Opal-RSpec (to test your frontend application). There exist a number of libraries and bindings to JS libraries for Opal.
  • Opal 1.5.0 released - compile Ruby to JS and run it in a browser
    2 projects | /r/rails | 13 Apr 2022
    For Rails integration we provide opal-rails, a Gem, that after inclusion will transparently handle .rb files in your JavaScript asset directory (via Sprockets). To interface with a web browser, you would also need to use opal-browser. As an alternative you can use Hyperstack, which deeply integrates React, Rails and Opal.
  • Opal 1.3 released
    6 projects | /r/rails | 3 Nov 2021
    Opal itself is a low-level thing, not depending on Rails whatsoever. We provide an official Gem for integration with Rails that integrates everything nicely and allows you to have .rb files in your JavaScript assets directory. Unlike Rails, Opal is not opinionated, to interface with web browser APIs properly you need to either use a library that wraps DOM directly, use a similar one that wraps jQuery or use Hyperstack, a fully-fledged Rails-integrated framework based on React that also allows you to share your models between frontend and backend. It's also possible to not use any of those and interface JavaScript APIs directly using an API that looks like this: $$[:document][:location].replace("https://opalrb.com/") or simply embed JavaScript with a backtick notation: `document.location.replace(#{@url})`.
  • Opal 1.2 (a Ruby implementation in JavaScript) released with Ruby 3.0 support
    2 projects | /r/rails | 12 Aug 2021

opal-browser

Posts with mentions or reviews of opal-browser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-13.
  • Opal v1.7 released with Ruby 3.2 support
    5 projects | /r/ruby | 13 Jan 2023
    Opal itself aims just at creating a Ruby runtime and a couple of life improvements, but there exist a couple of helper gems, for instance Opal-Browser (for an idiomatic API to interact with DOM and other browser APIs), Opal-Rails (for integrating with a Sprockets pipeline of Rails), Opal-RSpec (to test your frontend application). There exist a number of libraries and bindings to JS libraries for Opal.
  • Opal 1.6.0 and Opal-RSpec 1.0.0 released
    1 project | /r/ruby | 24 Nov 2022
    Opal is a Ruby (3.1) to JavaScript (ES5) compiler allowing you to write frontend code in pure Ruby and have it translated to clean and efficient JavaScript. It also includes a highly compatible core library that includes all the methods you've come to love. All this with a robust support of source maps, so you can debug Ruby code, not JavaScript in your Web Console. It can be used both to create websites entirely in Ruby (using Opal-Browser, or ports of known JavaScript libraries) and to port existing Ruby libraries to JavaScript, to be ran both in Node.JS and in web browsers (and other JavaScript environments).
  • Opal 1.5.0 released - compile Ruby to JS and run it in a browser
    8 projects | /r/ruby | 13 Apr 2022
    You can use opal-browser, which - just like jQuery itself - wraps the DOM API, is much more maintained than opal-jquery, offers much more functionality and has a similar API to opal-jquery (and to Nokogiri).
    2 projects | /r/rails | 13 Apr 2022
    For Rails integration we provide opal-rails, a Gem, that after inclusion will transparently handle .rb files in your JavaScript asset directory (via Sprockets). To interface with a web browser, you would also need to use opal-browser. As an alternative you can use Hyperstack, which deeply integrates React, Rails and Opal.
  • Opal 1.3 released
    6 projects | /r/rails | 3 Nov 2021
    Opal itself is a low-level thing, not depending on Rails whatsoever. We provide an official Gem for integration with Rails that integrates everything nicely and allows you to have .rb files in your JavaScript assets directory. Unlike Rails, Opal is not opinionated, to interface with web browser APIs properly you need to either use a library that wraps DOM directly, use a similar one that wraps jQuery or use Hyperstack, a fully-fledged Rails-integrated framework based on React that also allows you to share your models between frontend and backend. It's also possible to not use any of those and interface JavaScript APIs directly using an API that looks like this: $$[:document][:location].replace("https://opalrb.com/") or simply embed JavaScript with a backtick notation: `document.location.replace(#{@url})`.
  • Opal 1.2 (a Ruby implementation in JavaScript) released with Ruby 3.0 support
    2 projects | /r/rails | 12 Aug 2021

What are some alternatives?

When comparing opal-rails and opal-browser you can also consider the following projects:

Opal - Ruby ♥︎ JavaScript

inline_svg - Embed SVG documents in your Rails views and style them with CSS

opal-js_wrap-three - Three.JS for frontend Ruby (Opal) with almost 0 bindings

TryRuby - This 4th iteration of TryRuby is a website where you can learn the Ruby language.

Inesita - Frontend web application framework in Ruby using Opal.

spec - The Ruby Spec Suite aka ruby/spec

opal-devtools - A Browser extension providing tools for developing with Opal Ruby in the browser.

opal-rspec - Opal + RSpec = ♥️

YASL - Yet Another Serialization Library - A pure Ruby auto-serialization library that works across different Ruby implementations like Opal and JRuby as an automatic alternative to YAML/Marshal. Unlike Marshal, it does not raise errors for unserializable objects, thus provides a highly productive friction-free auto-serialization experience.

opal-jquery - jQuery for Opal