RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

How to Remove a Column with Zero Downtime in Ruby on Rails

For a production Ruby on Rails application, uptime is paramount. Altering the structure of an application’s persistence layer is an operation that competes directly with uptime. Specifically, removing a table column within a relational database causes issues with the ActiveRecord ORM. This particular pain point has been removed as of Ruby on Rails 4.0.0, saving developers a lot of headache and greatly reducing the need for structural change coordination.

Octopress 3 (Jekyll’s Ferrari) Docu Reformatted as a Single-Page B-n-W Book

Hello, As a follow-up idea to the Jekyll Docu (Book Edition). Another idea / experiment: Let’s use the READMEs of all the great plugins and tools for Jekyll in the Octopress 3.0 toolkit and reformat it into a single-page black ‘n’ white book. Still early and a work-in-progess. See the source repo and the auto-generated book page using - of course - “plain” Jekyll w/ GitHub Pages. Let us know what you think. Has anyone migrated to Octopress 3.0 (from 2.0)? Cheers.

Loading older posts