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.

The Lazy Developer's Guide to Life Without the Mouse, Cursor and Useless Keys

Dare I broach the topic of the Vim vs Emacs holy war? I’ve tried both editors, but ultimately Vim stole my heart and, in doing so, turned my life into hell. It’s such a pleasure to use; nothing else compares to it. Suddenly, I hate typing with any application that doesn’t use the HJKL keys to move the cursor, and I find myself becoming frustrated whenever I need to use the mouse! So what changes can I implement to ease my pain and make my life easier, you ask? https://netguru.co/blog/guide-lazy-developers

Setting a default image when using Cloudinary and CarrierWave in Rails

Cloudinary lets you specify a default_image parameter when using the cl_image_tag, along with all of your transformations, to provide a fallback image if one has not been uploaded. If, however, you are using CarrierWave, you’ll likely want to define your transformations and the fallback image just once in your Uploader class, but this is not well documented - here’s how to do it. [more inside]

Brakeman Pro 1.0 Now Available

Brakeman Pro, the commercial version of the open source Brakeman static analysis security tool for Ruby on Rails, has just been released. It provides a streamlined desktop GUI interface to manage scans and investigate warnings as well as a drop-in command-line replacement for Brakeman.

Send emails with Mandrill and Rails

Mandrill by MailChimp is an online service that sends transactional emails. We have used it to send emails in our Ruby on Rails apps for some time now, and we’ll show how to do that here.

Do you really want to have plain Mandrill password into config files ? Shouldn’…
Same question as Fabien !
Hey Pierre, I finally find this into Mandrill documentation : https://mandrill.…
Hey Fabien, thank you, very usefull! But I’ve already read it…not the solution …

Is your app deRailing?

An introductory article on Trailblazer, its benefits, how it can help to better organize bigger apps, with some code samples and everything. Read more

:thumbs up: TRB is a great addition to any framework - ruby, roda, padrino or s…

Adding tags to ActiveRecord models

Where we see how to add tags to the Article models of a blog application written in Ruby on Rails. The user should be able to enter a list of words separated by comma; the app should then create tags from the words entered if they don’t exist, and link them to the article.

Great DIY write-up. For some pre-built ready-to-use libraries see the ActsAsTag…
Sorry - wrong link - fixed here -> ActsAsTaggable - Tags & Taggings, Ca…

Scrivito: A professional Cloud CMS built for Ruby on Rails

Most Rails developers are struggling to find a Rails-based CMS with the feature set of PHP options like WordPress or Drupal. That’s why we’ve built Scrivito. Our SDK, delivered as a Gem, integrates with any Rails app within 10 minutes. So you can easily enhance your existing Rails app with WYSIWYG content editing capabilities and much more. Try a free 30-day free trial on https://scrivito.com.

Pakyow v0.10 Release

We just pushed out a bit update to Pakyow, a realtime web framework for Ruby. This release introduces WebSockets, channels, reactive views, and a some other goodies. Read the announcement

Great web framework. Added Pakyow to the Awesome Web Frameworks listing in the …
Thanks, Gerald!

Pronto v0.5.0

Pronto performs quick automated code reviews with the help of various analysis tools (RuboCop, Brakeman, Flay, etc.) by checking only the introduced changes. And v0.5.0 is the best version of Pronto yet. It includes bug fixes and features requested and created by the community. If you haven’t had a chance to check Pronto out in the past, there’s no better time than now!

Loading older posts