jquery-ujs VS sprockets

Compare jquery-ujs vs sprockets and see what are their differences.

jquery-ujs

Ruby on Rails unobtrusive scripting adapter for jQuery (by rails)

sprockets

Rack-based asset packaging system (by rails)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
jquery-ujs sprockets
1 4
2,610 925
0.0% 0.3%
0.0 4.9
almost 2 years ago 14 days ago
JavaScript 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.

jquery-ujs

Posts with mentions or reviews of jquery-ujs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-23.

sprockets

Posts with mentions or reviews of sprockets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-01.
  • Ruby on Rails with React on Typescript using importmaps
    3 projects | dev.to | 1 May 2023
    Have you noticed that we used JSX syntax? It is not what the browser understands by default. In Rails, the Sprockets gem is responsible for translating from the languages that developers like to write to the languages that the browser can run. However, it doesn't compile JSX by default. You can learn from the Sprockets fascinating readme on how to befriend it with new file types, but for JSX it is already done by the creator of the jass-react-jsx gem. Therefore, there is no reason to write the code again that is already written and working. It uses Babel, a JavaScript library that converts one JavaScript to another. It requires Node.js to run. I can't imagine a case where you have a Rails app installed but Node.js isn't, but the fact that I can't imagine it doesn't mean that it's impossible. So lets add babel to our app: Console
  • A Quick and Easy Guide to the Asset Pipeline in Rails 7
    2 projects | /r/ruby | 14 Sep 2022
    Sprockets actually does define those tasks: https://github.com/rails/sprockets/blob/main/lib/rake/sprocketstask.rb
  • February Gnarly Learnings #1: An Introduction to Propshaft
    2 projects | dev.to | 25 Feb 2022
    What an exciting couple of months it has been for the Rails community! Rails 7 was released in December of 2021 and this month we are welcoming Propshaft. David Heinemeier Hansson (DHH), the creator of Rails, released a post on Feb. 11 introducing the community to the new and improved asset pipeline for Rails. While Propshaft likely won't be the default until at least Rails 8, it promises a simpler solution to asset management over its predecessor, Sprockets. Sprockets, the current default asset pipeline library, has grown increasingly heavy over the years as it has attempted to shoulder all things related to bundling, minifying, transpiling, and compressing. Enabled by the new era of tech that makes Rails 7 possible, Propshaft is touted as being "absolutely tiny" in comparison and aims to provide the following: a configurable load path for your assets, digest stamping for long-expiry cache and better performance, a development server that removes the need to pre-compile assets, and basic compilers instead of full transpilers. Sprockets will require relatively long-term support and will remain the default for now but fret not! You can create a Rails 7+ app using Propshaft, or upgrade an existing app and start using it now.
  • Using Hotwire Turbo in Rails with legacy JavaScript
    16 projects | dev.to | 23 Apr 2021
    after being in beta for 3 years, Sprockets 4 was released, with support for ES6 and source maps in the asset pipeline (2019), to serve people still hesitant with webpack,

What are some alternatives?

When comparing jquery-ujs and sprockets you can also consider the following projects:

turbo-rails - Use Turbo in your Ruby on Rails app

Turbolinks - Turbolinks makes navigating your web application faster

jquery-rails - A gem to automate using jQuery with Rails

propshaft - Deliver assets for Rails

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

Stimulus - A modest JavaScript framework for the HTML you already have

turbo - The speed of a single-page web application without having to write any JavaScript

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.

ruby-coffee-script - Ruby CoffeeScript Compiler