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.

Why You Should Write Your Project with Ruby On Rails

Which language you choose for your project depends on multiple factors: level of support, scalability, availability of libraries, cost of frameworks that can cut down development time, and so on. These days, a lot of companies (both small startups and big, well-established businesses) choose Ruby on Rails as their primary framework for development.

A step by step guide to make Rails work with Oracle

What is the nightmare of every developer? Exactly: Oracle DB. Since it took me some where some > 3 days to figure out how to have an instance of Rails connected to an Oracle Database on my mac, I decided to write this step-by-step guide, hoping to save you some time whenever you will have to face this nightmare. [more inside]

Passenger 5.2.1: Heroku RAM-pricing, Apache crash & max pool idle time fixed

Version 5.2.1 of the Passenger application server for Ruby, Node.js, Meteor and Python has been released. We fixed a few important regressions, notably the max pool idle time setting, and a crash in the Apache integration mode. We’ve also made it possible to use our new RAM-based pricing plan on Heroku. For more information on the issues fixed:

Rails 5.2 adds default option to module and class attribute accessors

Rails 5.2 now supports specifying a default value using default option for the module and class macros like mattr_accessor, mattr_reader, mattr_writer, cattr_accessor, cattr_reader, and cattr_writer respectively. Read more about it here.

Let's Make Something Awesome! — project ideas repo for mentees

Some projects and project ideas I (@zverok) personally want to see done, but have no time to do myself. I am willing to mentor Ruby novices/juniors with a good attitude if some of them will find those projects interesting.

Hello sir ,Shreyas on this side I am willing to learn Redmine which is an open …
@SHREYAS It’s about “… create a usable opensource project in process” and not a…

Rails Quick Tips: Temporarily Disabling Touching With ActiveRecord.no_touching

Touching ActiveRecord models is quite a common thing in most of the Rails applications, especially useful for cache invalidation. By default, it updates updated_at timestamp with the current time, Here’s a typical example of using touch in a model: [more inside]

Loading older posts