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.

Don’t Use “#” In the Paperclip Gem

I’ve learned a whole lot more about ImageMagick commands last week than I ever really wanted to know. The problem was that our uploaded images were having content cropped off the top, bottom, and sides. Like many folks in the Rails world, we pass our attachments through Paperclip to handle all of the nitty gritty resizing operations. I was interested in understanding how we could prevent our content from being cropped…: http://mrfrosti.com/2015/04/28/dont-use-in-the-paperclip-gem/

Newscombinator

Reading a lot of news-sites is tiring. Being top-informed on Reddit, Ycombinator, Makernews, Datatau, Coinspotting and many more has become a hassle. The Newscombinator combines all those sites and grabs it from a publicly available API. [more inside]

Setting up Atom for Ruby and Rails Development

After using Sublime and Vim for several years, I switched to Atom a year ago, and have not missed one feature from the other two so far. Here are the packages, preferences, and tips I recommend for getting the most out of this great open source editor. [more inside]

HI Miguel, I’ve just published ‘ruby-test-switcher’, an Atom package which allo…
broken link?
link not working
https://web.archive.org/web/20150501075509/http://www.developingandrails.com/20…

Released AS::Duration

I’ve just released AS::Duration, which is an extraction of ActiveSupport::Duration. If you’re in a non-Rails project, and you want the lovely 2.days.ago and 1.month.from_now syntax (but without having to pull in ActiveSupport), this gem is for you!

Thanks, great idea!

SOLID Review: Dependency Inversion Principle

The final SOLID principle is known as the Dependency Inversion principle. Arguably the most important of the five principles, the Dependency Inversion principle can be thought of as a culmination of the principles preceding it. Systems that abide by the other SOLID principles tend to follow the Dependency Inversion principle as a result. [more inside]

Loading older posts