Use the compile function to change the original DOM (template element) before AngularJS creates an instance of it and before...
The main benefit of our convention to prefix commits by their corresponding Pivotal Tracker ID is that we can easily...
CSS transitions are a simple animation framework that is built right into browsers. No need for Javascript here. They're...
You can share a state in Ruby with global variables. Even if you should avoid them whenever possible, for debugging...
Capistrano automatically logs each (successful) deployment into a file on your application servers. It is located at the root of...
General hints on the DOM the root of the DOM is document custom elements inherit from HTMLElement. They need a...
When an AJAX request raises an exception on the server, Rails will show a minimal error page with only basic...
Sometimes, due to git or other "accidents", important files get deleted or overwritten. At a state when even Ctrl+Z...
webpack is a very powerful asset bundler written in node.js to bundle (ES6) JavaScript modules, stylesheets, images, and other assets...
RubyMine comes with a nice way to grep through your project's files: The finder (ctrl + shift + f). Don't...
Jasmine has long standing support for writing asynchronous specs. In days gone by we used the done callback to achieve...
The goal is to get Jasmine specs running in a Rails project using Webpacker, with the browser based test runner...
In Ruby on Rails, all objects have a useful blank? method. It returns true for nil but also for empty...
Until Capybara 2, node finders that accept a text option were able to find nodes based on rendered text, even...
It is quite easy to migrate from CoffeeScript to ES6. You can use decaffeinate to convert your CoffeeScript source to...
Over the years we have tried several solution to have vector icons in our applications. There are many ways to...
To keep JavaScript sources small, it can sometimes make sense to split your webpack bundles. For example, if your website...
Download buttons can be difficult to test, especially with Selenium. Depending on browser, user settings and response headers, one of...
We're always striving towards keeping our website's JavaScript as small as possible. If you're using webpack(er...
TL;DR Most web applications do not require action on this. SameSite=None (old browser default) will continue to work...
To avoid multiple versions of a package, you can manually maintain a resolutions section in your package.json. We recommend you...
This is a short overview of things that are required to upgrade a project from the Asset Pipeline to Webpacker...
Fixed bugs where calling valid? would change the record's state.
Here is how to make Rome datepicker look like the rest of your Bootstrap 4 application. Rome comes with very...