Chetan Mittalblog.railsforgedev.com·Nov 19, 2024Ruby on Rails Security Audit Checklist 2025: 23 Proven Steps to Secure Your App [Free Template]Ensuring the security of web applications is paramount in today’s digital landscape. Ruby on Rails (RoR), known for its developer-friendly nature and robust features, powers thousands of applications globally. However, like any framework, it is susce...Discuss·316 readsRuby
Chetan Mittalblog.railsforgedev.com·Nov 14, 2024When (and When Not) to Use GraphQL in Your Rails AppIntroduction GraphQL has emerged as a powerful alternative to REST APIs, offering developers more flexibility and efficiency in data fetching. However, like any technology, it's not a one-size-fits-all solution. This article explores when GraphQL is ...Discuss·152 readsRuby
Wilbert Aristoblog.wilbertaristo.com·Apr 24, 2023Webpacker to jsbundling-rails migrationPreface Recently, I took on a challenge to migrate my company's javascript bundling framework away from webpacker and into jsbundling-rails + webpack as part of our efforts to upgrade to Rails 7. My application had these requirements: Have to implem...Discuss·1.1K readswebpack
Ed SSemuwembablog.edssemuwemba.com·Mar 17, 2023How to setup GitHub Actions CI in a Rails 7 appWhat is GitHub Actions For the uninitiated, GitHub Actions helps automate certain aspects of a software project's build, test and deployment aspects. If your project is already on Github, it makes sense to utilise what GitHub Actions has to offer.The...Discuss·115 readsRuby on Rails