3 COMMENTs
Ruby
Kingsley Silas, Dec 03
Up and Running with Camaleon CMS
Kingsley Silas introduces you to Camaleon CMS, a content management system based on Ruby on Rails 4. Learn how to make your next site with Camaleon.
Ruby
Vinoth, Nov 23
Building a Slackbot with Ruby and Sinatra
Vinoth shows you how to make a Slackbot with Sinatra. Customize your Slack experience with a slackbot that is under your command! BWAHAHHAHA!
Ruby
Kingsley Silas, Nov 06
Octopress 3 Arrives to Make Blog Generation Crazy Simple
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.
Ruby
Robert Qualls, Nov 04
Holy Hacking, Batman! Create Alfred Workflows in Ruby
Robert Qualls takes a look at creating workflows in Alfred with Ruby. Alfred brings great utility to the Mac, and extending it with Ruby brings more.
3 COMMENTs
Ruby
Vinoth, Oct 26
What's in Your Wallet? Handling iOS Passbook with Ruby
Vinoth creates a simple sinatra app to handle iOS passes. Generate push notifications for users with your passes, very interesting.
3 COMMENTs
Ruby
Kingsley Silas, Oct 22
Fire up Your E-Commerce Site with Solidus
Kingsley Silas walks through installing Solidus, the newly created, open source gem to replace Spree. Get started with the future of Rails e-commerce.
Ruby
Hendra Uzia, Oct 19
Active Model Serializers, Rails, and JSON! OH MY!
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.
Ruby
Ilya Bodrov-Krukowski, Oct 12
Straightforward Rails Authorization with Pundit
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.
Ruby
Ilya Bodrov-Krukowski, Oct 01
Super Easy Activity Feeds with Stream
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.
3 COMMENTs
Ruby
Ilya Bodrov-Krukowski, Sep 24
Simple Rails Authentication with Clearance
Ilya Bodrov-Krukowski continues his series on Rails Authentication frameworks with a look at Clearance. Clearance is a simple auth framework by ThoughtBot.
Ruby
Devdatta Kane, Sep 07
Build APIs with Napa
Devdatta Kane shows you how to easily and quickly create APIs with Napa. Napa does one thing: API and it does it well.
3 COMMENTs
Ruby
Jamie Patel, Sep 04
Adapting RethinkDB For The Evented Web With Pusher
Jamie Patel shows you how to easily make real-time web applications with RethinkDB, Pusher, and Ruby.
4 COMMENTs
Ruby
Glenn Goodrich, Aug 31
JSON Validation by Committee
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.
4 COMMENTs
Ruby
Glenn Goodrich, Aug 24
Document Your JSON API Schema with PRMD
Glenn Goodrich explains how to use the PRMD gem to help generate, validate, and document your JSON Schema-based API.
Ruby
Ilya Bodrov-Krukowski, Aug 10
Rails Authentication with Authlogic
Ilya Bodrov-Krukowski pens the fourth post in a series on Rails Authentication, this one focused on Authlogic.
Ruby
Brian Underwood, Aug 03
Why You Should Use Neo4j in Your Next Ruby App
Brian Underwood makes a great case why you should use Neo4j in your next Ruby app. Good examples and usable sample code. Check it.
Ruby
Darko Gjorgjievski, Jul 23
Model Web Pages with the Page Object Pattern
Darko Gjorgjievski dives into the Page Object pattern for modelling a web page within Ruby. Makes interacting with existing pages easy.
Ruby
Ilya Bodrov-Krukowski, Jul 10
Uploading Files with Paperclip
Ilya Bodrov-Krukowski explores another file uploading solution in Paperclip. Paperclip is a very popular gem written by ThoughtBot.
5 COMMENTs
Ruby
Glenn Goodrich, Jul 01
Kiba: ETL Done Right
Glenn Goodrich pens a tutorial on using Kiba, a lightweight ETL framework written in Ruby. Move and process your data like a boss.
4 COMMENTs
Ruby
Jesse Herrick, Jun 25
Fully Functional Jekyll Blog
Jesse Herrick walks through the creation of a functional blog site using Jekyll. Learn how to add search and customize the default templates.
1 COMMENT
Ruby
Ilya Bodrov-Krukowski, Jun 19
DOTA 2 on Rails: Digging Deeper
Ilya Bodrov digs deeper into the Dota API and rails, tracking player's ability upgrades, additional units, and tower/barrick status.
4 COMMENTs
Ruby
Darko Gjorgjievski, Jun 18
Nokogiri Fundamentals: Extract HTML from the Web
Darko Gjorgjievski shows your the right way to learn Nokogiri to extract data from the web. Scrape HTML like a pro without all the headaches of learning.
Ruby
Ilya Bodrov-Krukowski, May 25
CanCanCan: The Rails Authorization Dance
Ilya Bodrov moves from authentication to authorization in Rails, covering CanCanCan, the premier authorization gem in the Rails ecosystem.
1 COMMENT
Ruby
Jesse Herrick, May 20
Authenticating with Google
Jesse Herrick walks through using Google, Device, and OmniAuth to get authentication working for your Rails app in no time.