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.

Practicing Ruby is back with a vengeance!

The Practicing Ruby newsletter was a big hit towards the end of last year, but I didn’t plan things well enough back then to keep it alive. In recent months I’ve worked hard to bring the project back to life, and it is now better than ever. Please subscribe now if you want to get access to a great learning resource while simultaneously helping sustain this project as well as my volunteer work on Mendicant University. You may also want to check out this sample article before signing up, so that you know what to expect.

GemStats.org - Help us collect and publish Ruby library usage.

GemStats.org aims to get a good snapshot of what the current popular gems being used in Rails apps. Just submit your Gemfile. Then questions are optional but will help. (Rails 2 supported by copy/pasting the gem directives from your environment.rb file) This is for the good of the community!

If you’re wondering why we don’t just use the stats from Rubygems.org please se…
How about finding pulic ruby projects and parsing their gemfiles…
@grosser we’re going for a wider net
Where are the results?

Simplify your git usage with git-friendly

git-friendly is a collection of shell scripts for simplifying common git actions: push, pull, branch, merge. Commands have bonus niceties: push copies a GitHub compare URL to your clipboard, and pull runs bundle install or npm install when it’s finished (if applicable).

I recently heard an account of a web dev...

I recently heard an account of a web development project from both the point of view of the consultancy doing the work and the client. Did their experiences match? [more inside]

I’ve been grappling with the same issues. The more complexity we add to our tes…

PoEAA on Rails

The book Patterns of Enterprise Application Architecture (PoEAA) laid the blueprints for Rails’ architecture. However, as applications growing more and more complex, developers are starting to realize these default architectural patterns come with Rails may not scale very well. In the post PoEAA on Rails, I walk you through some enterprise patterns from the same book that Rails’ architecture heavily base upon, and provide suggestions on scaling your Rails codebase. [more inside]

Loading older posts