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.

Paypal Recurring Payments

I just created a post to show how to integrate Paypal recurring payments inside a Rails app http://rubyitalianstyle.it/post/37217199474/paypal-recurring-payments

abc20180823 atlanta braves jerseys uggs outlet store pandora charms oakley sung…
visconti pens lebron 14 [url=http://www.mooseknucklesjackets.us.com][b]moose …
chenlina20181117 http://www.manchesterunitedjersey.us.com http://www.belstaffou…
canada goose jackets coach outlet online ralph lauren polo shirt la…

Versioning your gems is a pain

Why are you manually editing your version.rb files? Bump is here to do that for you.

There is a typo in the url, here is the good one <a href=”https://github.com…
https://github.com/gregorym/bump …
You can edit your post, by the way, but I’m here to do that for you. Hehe ;-) …

A quick flight over the MRI codebase (in 30 YouTube minutes)

Pat Shaughnessy (author of Ruby Under a Microscope) and I recently sat down and took a tour of the MRI Ruby codebase. It’s suited to people who’ve never looked under the hood before, not the C extension and implementation junkies - sorry! ;-) If the MRI codebase intimidates or confuses you, you’ll pick up a few things here about how classes and methods are defined and what goes where. So go check it out.

Use New Relic like a Pro

New Relic has become an industry standard for web applications performance measurement in Rails community. Simply adding and configuring newrelic_rpm gem for your Rails application gives you a great overview of its performance with an adequate level of details. There are still a few improvements you can do to make use of some cool and extremely useful features of New Relic monitoring. Continue...

Referencing local gems in your Gemfile

If you need to reference local gems in your Gemfile, but don’t want to annoy your coworkers by hardcoding a path in your home directory, here’s a quick solution.

Good point. But that still might mean making an assumption based on your own di…
You still have the problem of having to remove local paths when you are ready t…
@trans - you’re right. I don’t know a way around that. What we do is comment ou…
A solution to the commenting/uncommenting problem is to define method and confi…
Loading older posts