Date And Time Formats With Rails
Date and DateTime formatting is even better with Rails 6. Find out how to set formats for your app and for different locales.
Using RBenv for Ruby Version Management Cheatsheet
Ruby versions on your development machine need to be carefully managed so you can work on different projects with the right ruby version.
Maps on Rails
Adding maps to your web applications is easy and powerful. Dive into Maps, Rails, GeoJSON and more.
Ruby On Rails Geographical Tools
There are some really useful gems that make rails a great environment to build geo-aware applications.
Switching To Middleman
Middlemanapp.com is a Ruby based static site generator. It is incredibly flexible, allowing the designer to use any of the ruby based templating languages, HTML or Markdown to build a site & content. Easy to set up, work with, source control and deploy it uses all the shortcuts and tools in modern web development. It is really very nice.
Intro to Ruby Regular Expressions
Regular Expressions are used to match patterns to strings. They are super powerful and very scary. If you use them badly your code can become totally un-maintainbale and confusing. When the time is right and used wisely they are great.
Be careful...