Read More 5 minute read TTesting Rails + RSpec + Turnip = <3byOzmar UgarteMarch 19, 2020 Reading Time: 4 minutesIntegration tests are used to ensure that all software components work together. In the RoR world, Cucumber is…
Read More 4 minute read SSolidus Currency exchange for UPS carrierbySamantha BelloMarch 12, 2020 Reading Time: 4 minutesUPS shows the carrier price according to its origin country. If the product is sent is from Sweden…
Read More 3 minute read RRuby on Rails Best practices using Rails SeedsbyOzmar UgarteNovember 25, 2019 Reading Time: 2 minutesRails offer us a mechanism through the db/seeds.rb file, which allows us to write Ruby code and use…
Read More 3 minute read SSolidus Getting Started with Solidus Series 1: SetupbyjaimelrNovember 4, 2019 Reading Time: 2 minutesSolidus is an open-source eCommerce solution built with Ruby on Rails and maintained by a community of passionate developers.…
Read More 4 minute read SSolidus Setting Up EasyPost on SolidusbyjaimelrJune 13, 2019 Reading Time: 5 minutesSolidus provides a flexible system to calculate shipping by accommodating a wide range of shipment pricing: from simple flat…
Read More 4 minute read RRuby on Rails Clearing the air: How to test new features with Rails?bykevinnioJune 10, 2019 Reading Time: 4 minutesFeature specs are integral to a good test suite. Whenever we add new features to a web application,…
Read More 6 minute read AAWS How to Deploy your Rails App as easy as Heroku?byrcontrerasMay 28, 2019 Reading Time: 5 minutesThis is your situation: You have this new shining and beautiful rails app which you have been working…
Read More 13 minute read RRails PDF and XLSX reports with Ruby on Rails.bycandanedoApril 30, 2019 Reading Time: 12 minutesHow to generate PDF and Excel reports on Rails using Wicked PDF and AXLSX. Wicked_PDF If you are…