Ilya Bodrov-Krukowski introduces you to Raygun, a great error reporting and user monitoring service. Do the right thing for your users and read this.
Tag: GlennG
Vinoth shows you how to make a Slackbot with Sinatra. Customize your Slack experience with a slackbot that is under your command! BWAHAHHAHA!
Learn about concurrency in Ruby while implementing Futures. Benjamin Tan Wei Hao takes a test-first approach in this informative post.
Vinoth shows you how to make autocompletion awesome using trigram search functionality in Rails and PostgreSQL.
Kingsley Silas explores the new features unveiled in Octopress 3. Learn how to easily create and deploy a blog based on Jekyll and get your voice out there.
Fred Heath shows how Ruby can take patterns from other languages and clean them up using Modules to make your code concise and expressive.
Vinoth creates a simple sinatra app to handle iOS passes. Generate push notifications for users with your passes, very interesting.
Kingsley Silas walks through installing Solidus, the newly created, open source gem to replace Spree. Get started with the future of Rails e-commerce.
Hendra Uzia writes this great article on using Active Model Serializers to make your JSON great. If you use Rails to make an API, this is for you.
Ilya Bodrov-Krukowski writes a second post about Rails authorization, this one about Pundit. Pundit is a gem that uses plain Ruby classes to make auth easy.
Vasu K walks you, the Rails developer, through accepting iOS payments within your Rails application. Offer in-app purchases easily with this tutorial.
Vinoth Kumar shows you how to speed up your expensive SQL queries using materialized views with PostgreSQL and Rails.
Ilya Bodrov-Krukowski shows you how to add activity feeds to your Rails app. Show likes, shares, pins, etc. to engage users and create interest.
Fred Heath zeroes in on several anti-patterns that are commonly perpetrated by Ruby Rookies. Fred also shows how to solve them.
Ilya Bodrov-Krukowski continues his series on Rails Authentication frameworks with a look at Clearance. Clearance is a simple auth framework by ThoughtBot.
James Hibbard demonstrates the advantages of persisting multiple checkbox data to a database in Rails by means of a has_and_belongs_to_many_association.
Kingsley Silas deploys a Rails app to OpenShift, an easy deployment solution by the good people at RedHat. Learn a new easy deployment option for Rails.
A.Hasan walks through counting the frequency of words in a large text file with Ruby. This technique is useful skill to have in your Ruby tool belt.
Devdatta Kane shows you how to easily and quickly create APIs with Napa. Napa does one thing: API and it does it well.
Jamie Patel shows you how to easily make real-time web applications with RethinkDB, Pusher, and Ruby.
Glenn Goodrich shows you how to write tests against your JSON schema, as well as equip your app to validate incoming requests using the committee gem.
Dhaivat Pandya pens his second installment in a look a the Elixir-based web framework, Phoenix. This post covers forms and helpers.
Glenn Goodrich explains how to use the PRMD gem to help generate, validate, and document your JSON Schema-based API.
Devdatta Kane walks through how to deploy a Rails application to Amazon Web Services (AWS). This is a step-by-step tutorial to show what's involved.
Darko Gjorgjievski goes deep into understanding scope in Ruby. Learn about scope gates, how blocks affect things, and more in this in-depth post.
Ilya Bodrov-Krukowski pens the fourth post in a series on Rails Authentication, this one focused on Authlogic.
Brian Underwood makes a great case why you should use Neo4j in your next Ruby app. Good examples and usable sample code. Check it.
A. Hasan explains the writing of a script to count "considered words". The script filters out numbers and email addresses, among other items.
Darko Gjorgjievski dives into the Page Object pattern for modelling a web page within Ruby. Makes interacting with existing pages easy.
Devdatta Kane introduces intergration JasperReports and Rails, allowing Rails devs to create robust, good-looking reports easily.