Skip to Content
Rails 5 Test Prescriptions
book

Rails 5 Test Prescriptions

by Noel Rappin
February 2018
Intermediate to advanced content levelIntermediate to advanced
406 pages
9h 52m
English
Pragmatic Bookshelf
Content preview from Rails 5 Test Prescriptions

Setting Up JavaScript Unit Tests

This is going to be a bit involved, I’m afraid. Rails 5.1 uses the Webpacker gem, which allows you to bypass the Rails asset pipeline and use Webpack—an asset-bundling tool that is in common use by JavaScript developers. Webpack allows you to do all the same things the old Rails asset pipeline does: module lookup, compilation, conversion to a single minified file, and the like. But Webpack is more integrated with current JavaScript tools and makes it much easier to integrate with JavaScript code that is distributed using the Node Package Manager (NPM).[35]

That’s the good news. The less-good news is that Webpack configuration can be really complicated, especially if you’re a Rails developer and are used to convention ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Rails 4 Test Prescriptions

Rails 4 Test Prescriptions

Noel Rappin
Agile Web Development with Rails 5.1

Agile Web Development with Rails 5.1

Sam Ruby, David B. Copeland, Dave Thomas

Publisher Resources

ISBN: 9781680505566Errata Page