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.

Hello, Minima! Theme - Get Started w/ GitHub Pages in 60 Seconds (Update V2)

Hello, I’ve updated the Hello, Minima! getting started in 60 seconds guide - using the latest and greatest Jekyll 3.3 version w/ Minima 2.0 (now running live on GitHub Pages). What’s news? Now just two steps to get started (add a _config.yml and an index.md). That’s it. No more step 3 required (that is, importing a style sheet) it will now get included automatically. See the Henry’s Hello, Minima! repo for the article and live demo. Cheers.

Using private attr_accessors is wrong

I’m working on an existing Rails application and there’s one pattern I see repeating often that I’m puzzled with. It’s especially common in service objects. Here’s couple of reasons you should not use private attr_accessors.

While I agree it’s in general bad to use a private attr_accessor (because of th…
I use “protected” attr_accessors Very useful for catching careless typo
Instance variables are not very cool to use because a simple typo in it’s name …

Rubycoders is online

Rubycoders is a place where ruby programmers can find job announcements. The app is in beta testing, I need feedback! Free feel to register and explore the main features, then, if you want, you can drop me a line.

Added a job posting. One thing I noticed was after creating a job it took me…

Implementing Twitter Bot with Ruby

When I was 15 years old, I dreamed of being able to develop bots. The story behind was terribly simple, – back then it was way too popular among us (the little nerds) to manage own IRC bots which could do some fancy things like log the discussion or just stay online for a long time. We thought it was kind of outstanding, and it reveals the level of our knowledge. Read more

Loading older posts