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…
AAWS Read More 6 minute read How to Deploy your Rails App as easy as Heroku?byrcontrerasMay 28, 2019 Reading Time: 5 minutes This is your situation: You have this new shining and beautiful rails app which you have been working…
RRails Read More 13 minute read PDF and XLSX reports with Ruby on Rails.bycandanedoApril 30, 2019 Reading Time: 12 minutes How to generate PDF and Excel reports on Rails using Wicked PDF and AXLSX. Wicked_PDF If you are…