2 COMMENTs
Ruby
Nick Sutterer, May 16
Cells: A Deeper Look into Dependency Injection and Testing
Nick Sutterer, author of the Trailblazer framework, writes a deeper post on using the Cells gem to improve the Rails view layer.
1 COMMENT
Ruby
Devdatta Kane, May 09
Easily Provide Excel Reports with Rails and jXLS
Devdatta Kane writes this straightforward tutorial on using jXLS and Rails to provide Excel reporting to your users.Â
1 COMMENT
Ruby
David Bush, May 05
Use React Today in Ruby by Heading to Cuba
David Bush shows you how to use React in Ruby by bringing it into a Cuba web project. David is the author of the cuba_react gem.
Ruby
Devdatta Kane, Apr 28
An Introduction to Using JWT Authentication in Rails
Devdatta Kane defines JSON Web Tokens and shows how to use JWT authentication in Rails with Devise.
Ruby
Ilya Bodrov-Krukowski, Apr 25
Geocoder: Display Maps and Find Places in Rails
Ilya Bordrov-Krukowski pens this tutorial on using the Geocoder gem with Rails. Learn how to find addresses, use maps, and locate coordinates in your app.
Ruby
Nick Sutterer, Apr 14
Introduction to Cells: A Better View Layer for Rails
Nick Sutterer, the author of Cells and Trailblazer, introduces Cells and how it makes Rails views better. Much better.
2 COMMENTs
Ruby
Kingsley Silas, Apr 11
Rails File Uploading You Can Believe in with Shrine
Kingsley Silas writes this Ruby on Rails tutorial about file uploads with Shrine. Shrine is an excellent file uploading toolkit for Ruby.
2 COMMENTs
Ruby
Ilya Bodrov-Krukowski, Apr 07
Generate Excel Spreadsheets with Rails and the Axlsx Gem
Ilya Bordrov-Krukowski shows you how to generate Excel files with Rails. Learn how to add style, formulas, and more in this useful tutorial.
5 COMMENTs
Ruby
Ilya Bodrov-Krukowski, Mar 28
Zip It! Zip It Good with Rails and Rubyzip
Ilya Bordrov-Krukowski shows you how to accept and process a zip archive, as well as send one to your users.
3 COMMENTs
Ruby
Vinoth, Mar 21
Otto Makes Development and Deployment a Breeze
Vinoth walks through deploying a Rails application with Otto, a tool from Hashicorp that helps manage development and deployment environments.
Ruby
Ardian Haxha, Mar 17
Quickly Create a Telegram Bot in Ruby
Ardian Haxa walks you through creating a bot for the Telegram Bot API. Telegram is a popular online messaging platform.
Ruby
Kingsley Silas, Feb 25
Easily Allow File Uploads with Rails and Refile
Kinsley Silas quickly runs through how to enable file uploads in your Rails app with Refile.
Ruby
Hendra Uzia, Feb 22
Put Your Finger on Triggers in Rails with HairTrigger
Hendra Uzia talks about using database triggers in Rails, the pros and cons, and how to use the HairTrigger gem to implement them.
1 COMMENT
Ruby
Ilya Bodrov-Krukowski, Feb 18
Tailor Doorkeeper with Refresh Tokens, Views, and Strategies
Ilya Bodrov-Krukowski gets a bit more advanced with Doorkeeper, securing the OAuth clients, creating a custom strategy, and customizing the views.
1 COMMENT
Ruby
Benjamin Tan Wei Hao, Feb 15
The How and Why of Property-Based Testing in Ruby
Benjamin Tan Wei Hao shows you are different kind of testing called "property-based testing". Generate 100s or 1000s or iterations for your tests.
Ruby
Ilya Bodrov-Krukowski, Feb 08
Getting Started with Doorkeeper and OAuth 2.0
Ilya Bodrov-Krukowski continues the journey through Rails authentication and authorization options with this tutorial on how to get started with Doorkeeper.
1 COMMENT
Ruby
Robert Qualls, Jan 28
Hackable PDF Typesetting in Ruby with Prawn
Robert Qualls explores typesetting and hackable PDFs in Ruby. Learn how to quickly typeset and generate PDFs for some simple document needs.
Ruby
Ilya Bodrov-Krukowski, Jan 21
OAuth 2 All the Things with oPRO: Customization
Ruby
Abder-Rahman Ali, Jan 18
Ruby on Medicine: Working with Medical Images
A. Hasan applies Ruby to the medical domain, creating and viewing medical images. See how to encode and decode images, and use Tk to view them.
Ruby
Ilya Bodrov-Krukowski, Jan 14
OAuth 2 All the Things with oPRO: Users and API
Ilya Bodrov-Krukowski builds on the basics of OAuth 2 authenticaiton for Rails with oPRO, focusing on storing User data and accessing API endpoints.
4 COMMENTs
Ruby
Ilya Bodrov-Krukowski, Jan 07
Authenticate All the Things with oPRO, the Basics
Ilya Bodrov-Krukowski continues looking at authentication options in the Rails community, this time focusing on oPRO, an OAuth2 provider engine.
Ruby
Jesse Herrick, Dec 17
Max out Your TDD with Maxitest and Minitest
Jesse Herrick shows you Maxitest and how it enhances TDD with Minitest. Maxitest makes your tests a bit more readable and easier to use. Check it out.
1 COMMENT
Ruby
Hendra Uzia, Dec 14
Integrating Jade Templates into Rails for Cleaner Templates
Hendra Uzia integrates the Jade Template engine into Rails, resulting in cleaner template syntax. Hendra also points out some gotchas for taken this route.
Ruby
Robert Qualls, Dec 07
Fun and Practical Alfred Workflows in Ruby
Robert Qualls walks through some practical Alfred workflows using Ruby. Create a calendar event, convert some currency, and learn how much fun Alfred can be