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.

UTSUP? - Simple Real-Time Team Awareness for Git Projects

We just launched a new rails app: utsup.com. The service provides near real-time updates on what other people on your project repo are doing. We made it to solve our internal problem of how to know what remote team-members are working on without having to constantly ask, “what’s up?”

Will it ever be open source?
Could be at some point. We made it for ourselves to keep track of remote hourly…

5 ways to boost performance of your Rails applications

There are many ways of how you can boost performance of Ruby on Rails applications. Approaches depend on the application structure, size of the database and traffic intensity. Nevertheless, we can share recommendations that will work for you in any case. In this blog post we overview techniques and architectural solutions that will help you to improve performance of your applications. Read it here and let us know your thoughts

These are all pretty well known facts. Nothing new here except who the author …

Roadmap for Learning Rails

It can be daunting for a Rails newbie to know where to start and what to learn in what order. The Roadmap for Learning Rails helps beginners bootstrap their Rails learning.

Being a student you should always remember to learn from everywhere for setting…
abc20180823 atlanta braves jerseys uggs outlet store pandora charms oakley sung…
http://www.true-religionoutletstore.us.com http://www.christianlouboutinshoessa…
http://www.true-religionoutletstore.us.com http://www.christianlouboutinshoessa…

Refinery CMS – A Ruby on Rails Content Management System

Refinery CMS is a Rails CMS gaining popularity in the open source community. The dev team is working towards a 1.0 release with Rails 3 support. So what is Refinery all about? Read the Introduction to Refinery CMS article on RailsInside or checkout the Refinery CMS website

How does it deal with VCS?
Go to the Refinery CMS Github Repository and you can clone the repository with …

ScopedSearch

I just launched ScopedSearch gem for Rails 3. With it you can easily implement search forms and do column ordering based on your models scopes. Compatible with ActiveRecord and Mongoid! See the example in the README…

Yeah, you are right. Please give me some time to find a new great name… …
No problem, take the time to think of something great. The use cases of both…
Are you using ActiveModel, so that this plugin could be easily used with both A…
hi postmodern, this works with both AR and Mongoid because AR and Mongoid su…

Easily dump and restore a snapshot of installed gems

gem_snapshot is a small rubygems plugin that allows you to dump a snapshot of your installed gems to a YAML file, and then install the gems in the snapshot later on (probably on a different computer).

gem snapshot dump -f filename.yml doesn’t seem to work on Windows XP. But you c…
Doesn’t Bundler only do this on a per project basis? (And then requires you loa…
Bundler does not do this.
gem snapshot dump -f gems.yml ERROR: While executing gem … (NoMethodError) …
Loading older posts