News
A Rubyist's Walk Along the C-side (Part 1): Hello World!
In this article, we’ll explore how you can set up and build your very first Ruby C extension. At the end of this article, you will be able to write the following Ruby script, in C!puts "Hello world!"This probably doesn’t look very exciting to you,...
Nested Forms in Rails - The Lean Software Boutique
Have you ever had to deal with complex forms creating multiple objects and hierarchies in one request? Rails is there to help provide a set of helpers, methods and conventions to build nested forms, handle assignment, and creation of the objects i...
Spree 4.2.0 | Release notes | Spree Commerce Documentation
Spree 4.2 is a collaborative work of 34 outstanding individuals from around the globe who contributed over 1500 commits since Spree 4.1.This release was intended to make Spree accessible to everyone in every country using every major language. Bes...
Rails new options : full list, and minimalistic approach
In this article, we will see how to create a new Rails application, with all available options. There's also a fantastic --minimal option."rails new" is a well-known command to create fresh new Rails applications. There is now a --minimal flag tha...