gems

ServerGrove Blog: Deploying Symfony2 Projects on Shared Hosting ...

PHPDeveloper.org  Thu, 09/08/2011 - 10:15

The ServerGrove blog, a hosting provider whose services include shared hosting, has posted a guide to help you deploy to shared hosting with Capifony, a Symfony-based tool for use with Capistrano.


 

Coolest Web Apps You Might Not Know About (But Should)

Digg / Tech Industry News  Sat, 10/30/2010 - 02:24

There are many web apps out there, but getting by free and good ones is not that easy. Here we have selected some excellent gems for you.

Read each entry in the list and see which tool suits your needs best.


 

The 3 Step Guide to Slick Local Documentation for all your Ruby ...

Ruby Inside  Mon, 09/13/2010 - 20:58

A couple of weeks ago, I wrote about RubyDoc.info, a "good looking, up-to-date Ruby documentation" site powered by YARD. Well, as of YARD 0.6 you can get the same greatness that RubyDoc.info provides applied to your local machine's collection of gems in just a few steps.

Try it out - you won't regret it.

Step 1: Install YARD. Install the yard gem with sudo gem install yard or similar.


 

A few Ubuntu “power user” tips

Linux Today  Thu, 04/01/2010 - 21:04

Ghacks: " I thought I would start off the month with a collection of “power user” tips I have collected over the years.

Some of these are real gems, some of them are just “been there, done that”. But all of them are useful."


 

Don't Repeat Yourself. Use Rails Templates.

Linux Magazine: Top Stories  Thu, 07/23/2009 - 22:57

Rails is a productive environment -- once you install gems, plugins, and initializers, configure routes, generate code, migrate databases, and tune your environments.

Rails templates can automate all of that busy work.


 

Rip: A New Way to Package Ruby Software

Linux Today  Thu, 06/18/2009 - 18:02

Linux Magazine: "Tired of juggling Ruby gems? Try Rip. It's a one-size-fits-all, no fuss, powerful package manager."


 

Rip: A New Way to Package Ruby Software

Linux Magazine: Top Stories  Wed, 06/17/2009 - 07:46

Tired of juggling Ruby gems? Try Rip. It's a one-size-fits-all, no fuss, powerful package manager.


 

RDoc: Some Alternative Ways Of Looking At Documentation

Ruby Inside  Thu, 05/21/2009 - 18:01

The great thing about the Ruby language is that there’s always multiple ways of doing things.

The same goes for reading the documentation of your installed gems. Here’s a few ways of viewing the RDoc documentation of your gems other than running the gem server command.