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.

Take ownership of your code!

Knowing who owns a project or section of a code base is very helpful when asking questions or requesting feedback. This gem allows developers to define OWNERS files throughout their repository to provide a human and machine readable way to determine who the maintainers are for specific files of code. https://github.com/shuber/owners

The Building Blocks of Reliable Software

When solving requirements for a system, you should extract specific roles out into service objects. The lazy path is to solve problems directly where you encounter them such as in the controller, model or view (given you are using MVC of course): https://www.madetech.com/blog/the-building-blocks-of-reliable-software

check https://mobilunity.com/blog/transport-and-logistics-app-development/ for …
A homework writing service canadacan be a valuable asset for students juggling …

How to Schedule Tasks With Ruby on Rails

When it comes to Ruby on Rails which prefers convention over configuration, a scheduler is a must. Scheduling job can be defined as “a decision process of committing resources between varieties of tasks”. It is basically a function enabling one to perform routine tasks as part of a sequence. Read more at RailsCarma Blog

EOTS now allows HTML in labels and captions!

EOTS (Email Of The Species), the gem for easily declaring your email types and their fields, is now at version 0.0.2, and now allows HTML in labels and captions. (Just be aware, these should therefore be hardcoded in an initializer, never using stored user input!) Rubygems info is at https://rubygems.org/gems/eots , code is at https://github.com/davearonson/eots , and a site that uses it (mine) at http://www.Codosaur.us (but please don’t send me emails just to test it).

Yet Another Faat Update!

HI, guys! I updated my gem-generator Faat! With the help of the community, I decided to remove such entities as Resources and leave for logic Services. Here is article!

Loading older posts