GeistHaus
log in · sign up

GitHub - rails/webpacker: Use Webpack to manage app-like JavaScript modules in Rails

github.com

Use Webpack to manage app-like JavaScript modules in Rails - rails/webpacker

28 pages link to this URL
Modern web apps without JavaScript bundling or transpiling

I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned more enjoyable-to-write source code into the kind of JavaScript that browsers wou...

11 inbound links article en
The History of the Asset Pipeline - FastRuby.io | Rails Upgrade Service

The Asset Pipeline, Sprockets, Webpacker, importmaps, and more. Over the years, Rails used different solutions to manage assets, let's go back in time to make sense of it.

1 inbound link article en The Asset PipelineSprocketsWebpackerimportmapsand more. Over the yearsRails used different solutions to manage assetslets go back in time to make sense of it. The History of the Asset Pipeline - FastRuby.io | Rails Upgrade Service
Rails 7 will have three great answers to JavaScript in 2021+

Rails has been unapologetically full stack since the beginning. We've continuously sought to include ever-more default answers to all the major infrastructure questions posed by modern web development. From talking to a database, to sending and receiving emails, to connecting web sockets, to rendering HTML, to integrating with JavaScri...

1 inbound link article en
Ruby on Rails 5.1 Release Notes — Ruby on Rails Guides

Highlights in Rails 5.1: Yarn Support Optional Webpack support jQuery no longer a default dependency System tests Encrypted secrets Parameterized mailers Direct & resolved routes Unification of form_for and form_tag into form_with These release notes cover only the major changes. To learn about various bug fixes and changes, please refer to the changelogs or check out the list of commits in the main Rails repository on GitHub.

1 inbound link website en CC BY-SA 4.0
Tailwind CSS with Rails 6 and Webpacker

I don’t do many things frontend these days, but I’ve wanted to try out Tailwind for a while, and I finally had the opportunity. Alas, it was a Rails app which had no frontend at all (apart from administrate), so I need to start from the very beginning. Here’s how I did it:

0 inbound links article en CC BY-NC-SA 2.0
Weeknotes #86

Archiving recipes, making family tech support less frustrating, the kindness of neighbours and migrating away from Sprockets and Webpacker.

0 inbound links article en
Year in review

Reflecting on a year of family milestones, tech innovation at GitHub, and personal growth. Cheers to cherished moments and learning new things!

0 inbound links article en
Rails 7 will have three great answers to JavaScript in 2021+

Rails has been unapologetically full stack since the beginning. We've continuously sought to include ever-more default answers to all the major infrastructure questions posed by modern web development. From talking to a database, to sending and receiving emails, to connecting web sockets, to rendering HTML, to integrating with JavaScri...

8 inbound links article en
Vue.js and Rails - a 2017 update

Vue on Rails book now available -- Purchase Vue on Rails I wrote a [post about Vue.js and Rails](https://rlafranchi.github.io/2016/03/09/vuejs-and- ...