Evolution of Encrypted Credentials in Rails 6.2
Engine Yard Blog » Ruby on Rails
by
2y ago
Your blog The concept of encrypted secrets evolved and acquired a better shape with each update of the Rails version. Recently, Rails 6.2 has brought in many such updates to the credentials feature. Let us analyze and discuss encrypted credentials further, how to read them, the advantages, and finally, how to manage a secret key base ..read more
Visit website
Code Concurrency and Two Easy Fixes
Engine Yard Blog » Ruby on Rails
by
2y ago
Code concurrency is a default in any Rails code. A threaded web serverwill simultaneously serve many HTTP requests, and each will hold its controller instance. Threaded active job adapters and action cable channels also handle multiple requests simultaneously. Even when the global process space is shared, work for each instance is managed separately. For scenarios where the shared space is not altered, this process will run smoothly ..read more
Visit website
Sending iOS Push Notifications via APNs
Engine Yard Blog » Ruby on Rails
by
2y ago
User engagement is of the highest importance in today's world, no matter what you sell or offer to your clients. And mobile phone notifications play the masterstroke in this aspect. By regular interactions with your clients through push notifications, it is possible to release timely updates and stay connected with them. So, let us discuss setting up an Apple push notification service (APN) with a Node.js application today ..read more
Visit website
The Developers Guide To Scaling Rails Apps
Engine Yard Blog » Ruby on Rails
by
2y ago
From Airbnb to Zendesk, a ton of really great apps were built using the Ruby programming language and the Rails web framework. Albeit a less popular option than other front-end frameworks such as React, Angular, and Vuejs, Rails still holds substantial merit in modern software development ..read more
Visit website
Building a Vagrant Box: Setting up your Environment
Engine Yard Blog » Ruby on Rails
by
2y ago
If setting up a virtual development environment is your goal, here is a guide on how to utilize the vagrant box and virtual machine for this purpose. Let’s discuss the process in detail with this blog ..read more
Visit website
Tutorial on how to use Active Storage on Rails 6.2
Engine Yard Blog » Ruby on Rails
by
2y ago
Understanding Active Storage in Rails 6.2 ..read more
Visit website
Rails encrypted credentials on 6.2
Engine Yard Blog » Ruby on Rails
by
2y ago
Any rails program would have secrets to be stored, for at least the secret key base with tokens for third-party APIs.  Post  version updates, handling secrets has become easier ..read more
Visit website
Services, the Missing Element in Rails Applications: A Discussion with Riaz Virani
Engine Yard Blog » Ruby on Rails
by Darren Broemmer
2y ago
..read more
Visit website
The Ruby Unbundled Series: Track How Customers Use New Features
Engine Yard Blog » Ruby on Rails
by Darren Broemmer
2y ago
We continue our series on designing and launching new features on Rails by looking at the feature release process. If you missed the first article in this series, check it out now for essential tips on designing your new feature on Rails ..read more
Visit website
The Ruby Unbundled Series: Designing and Launching New Features in Rails
Engine Yard Blog » Ruby on Rails
by Darren Broemmer
2y ago
I hope you enjoyed creating some games with Gosu last week. For now, it's back to business. This installment of Ruby Unbundled kicks off a new thread that looks at two interconnected topics: system design and the launch of new features in Rails applications ..read more
Visit website

Follow Engine Yard Blog » Ruby on Rails on FeedSpot

Continue with Google
Continue with Apple
OR