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.

Running and Destroying with Rails

I’ve been developing with Rails for years, and only recently discovered the rails destroy command. Like magic, it allows you to undo a previous rails generate command, for example when you make a typo or forget a column when generating a model or scaffold. In this post I explain how to use rails destroy, as well as another lesser-known command, rails runner.

New Jekyll Starter Themes (Minimal, V2) For Classic Static Web Sites @ Planet Jekyll

Hello, I’ve put together two new static site (ready-to-fork) starter themes for “classic” web sites (e.g. just some web pages and not a blog with an archive and comments etc). The more “advanced” V2 starter theme includes: 1) Shared (common) template/page building blocks using _includes e.g. head.html, header.html, footer.html etc. 2) CSS preprocessing using Sass/SCSS e.g. _settings.scss with $link-color etc. 3) Nav(igation) menu (auto-)built using a configuration / data block; And more. Cheers. PS: Looking for more themes? See the Dr. Jekyll’s Themes directory.

Using a Rails' Mail Interceptor to Test Email

I’m currently setting up a large number of emails as part of our Rails application. I like to run them through Email on Acid. However, this presents a problem in development as the images are hosted locally. I used an interceptor to rewrite the image paths. Read more

Gemfly: Update your Gemfile gems

A simple online tool to update the version of your Gemfile gems. Pull requests are welcome. http://gemfly.findings.co

I love the idea but ideally this should be a command line tool I think. I also …
You can contribute to the project to make it better. https://github.com/benedic…
If you’re getting error 500, can you please create a new issue here: https://gi…
Updated GH link: https://github.com/hapiben/gemfly …
Loading older posts