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.

Multiple Levels of Subnavigation with Jekyll

In this post, we’ll discuss how to separate an HTML document into logical sections based on heading tags. I’ll all also show you a cool trick for rendering arbitrarily-deep subnavigation trees using Liquid templates. - http://blog.honeybadger.io/multiple-levels-of-subnavigation-with-jekyll/

Stop Worrying and Start Being Concerned: ActiveSupport Concerns

ActiveSupport is a pretty massive component within Rails, and it’s responsible for a ton of different functionality, including language extensions and utilities. The ActiveSupport::Concern wrapper is a particularly interesting utility for encapsulating shared logic, which can help keep your models skinny and DRY. This blog post delves into the basics of when, how, and why to use a concern.

I agree that Concerns help keep things DRY, but I don’t think they help with fa…

How to Install Bootstrap 4 in Rails

Every day there’s a new library in the spotlight or maybe just a new version of a really popular one like Bootstrap in this case that doesn’t always have a corresponding ruby gem that you can install into your app yet. So what do you do? Do you sit and wait until someone decides to write one for you? Learn how to Install Bootstrap 4 right now

Great article!

Building a Simple Web Server with Ruby 2.0+

The Ruby language can be utilized for a variety of different purposes. The most popular of these is as a web scripting language. The entry point to these applications, the web server, is not something that is usually built from the ground up. However, a basic web server can be easily written to satisfy some very simple requests.

The Basics of Creating Rails Plugins

The first step before you can create plugin is to understand whether your plugin is specific to just the application you are working on or whether it could be used across applications. Visit our blog to read full article!

Bharat Go Digital is a Startup India, Make in India and Digital India blog. Che…

Wrap your methods with DB Transactions easily

Please check [more inside]

I don’t think we should put so many logic in AR record models That makes them t…
5 lines of code in my sample so many logic? Of course if creating dummy app wit…
I think the gem is helpful, and expresses intent very nicely. I also think Pika…
I understand, but that was just a sample. Thank you for feedback ;)
Loading older posts