RRuby on Rails Read More 4 minute read Integrate Ruby on Rails with language models like OpenAI’s…byVictor VelazquezJuly 11, 2024 Reading Time: 4 minutes Have you ever wondered, how to build a Ruby on Rails app for PDF analysis with OpenAI API?...…
CCybersecurity Read More 3 minute read Protect Your Business: The Big Deal of Cybersecurity in a Digital WorldbyMagmaLabs TeamMarch 6, 2023 Reading Time: 4 minutes Alongside performance and usability, you should always focus on security when creating any web application. Keep in mind…
RRuby on Rails Read More 4 minute read Ruby on Rails Advantages For Your Business in 2023byMagmaLabs TeamDecember 6, 2022 Reading Time: 5 minutes There are multiple reasons why Ruby on Rails is gaining so much popularity in the market. Basically, RoR…
RRuby on Rails Read More 2 minute read Debugging RubyGemsbyCarlos GutierrezDecember 10, 2020 Reading Time: 2 minutes Sometimes we can run into bugs in our application that seem to come up out of nowhere. Even…
TTesting Read More 5 minute read Rails + RSpec + Turnip = <3byOzmar UgarteMarch 19, 2020 Reading Time: 4 minutes Integration tests are used to ensure that all software components work together. In the RoR world, Cucumber is…
RRuby on Rails Read More 3 minute read Best practices using Rails SeedsbyOzmar UgarteNovember 25, 2019 Reading Time: 2 minutes Rails offer us a mechanism through the db/seeds.rb file, which allows us to write Ruby code and use…
RRails Read More 2 minute read Customizing Solidus order number generationbyJuan Carlos RuizAugust 5, 2019 Reading Time: 2 minutes Solidus provides an out-of-the-box mechanism to generate order numbers. However, sometimes you could be interested in personalizing this…
RRuby Read More 4 minute read How to take advantage of Ruby blocksbymickeytglJuly 8, 2019 Reading Time: 3 minutes Blocks in ruby are a very powerful aspect of the language. They are often less used in when…
RRuby on Rails Read More 4 minute read Clearing the air: How to test new features with Rails?bykevinnioJune 10, 2019 Reading Time: 4 minutes Feature specs are integral to a good test suite. Whenever we add new features to a web application,…
RRails Read More 5 minute read Mount a Solr search engine with Rails using Docker ComposebyedmanMay 30, 2019 Reading Time: 4 minutes One of the most interesting challenges while developing an application is indexing and searching for data efficiently. Solr…