Ruby Development

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.heroku.com/ Agile deployment for Ruby, Node.js, Clojure, Java, Python, and Scala.

Heroku | Cloud Application Platform

Dev Center | Collaborating with Others

https://devcenter.heroku.com/articles/sharing When you invite a collaborator, they’ll be sent an email to let them know they were granted access to the app. If no existing Heroku account matches the email specified, an invitation email is sent. They can access the app’s code immediately after signing up. heroku info --app theirapp === theirapp Web URL: http://theirapp.heroku.com/ Git Repo: git@heroku.com:theirapp.git Repo size: 960k Slug size: 512k Data size: 88k in 3 tables Collaborators: owner@example.com joe@example.com git push heroku error: remote 'refs/heads/master' is not a strict subset of local ref 'refs/heads/master'. maybe you are not up-to-date and need to pull first? This means that other developers have pushed up changes that you need to pull down and merge with your local repository.
http://help.github.com/git-cheat-sheets/ Git automatically ignores empty directories. If you want to have a log/ directory, but want to ignore all the files in it, add the following lines to the root .gitignore : (lines beginning with ‘!’ are exceptions)

Help.GitHub - Git cheat sheets

My former company (CD Baby) was one of the first to loudly switch to Ruby on Rails, and then even more loudly switch back to PHP (Google me to read about the drama). This book by Michael Hartl came so highly recommended that I had to try it, and the Ruby on Rails Tutorial is what I used to switch back to Rails again. Though I’ve worked my way through many Rails books, this is the one that finally made me “get” it. http://ruby.railstutorial.org/ruby-on-rails-tutorial-book

Ruby on Rails Tutorial: Learn Rails by Example | Ruby on Rails 3 Tutorial book and screencasts | by Michael Hartl

Ruby QuickRef

http://www.zenspider.com/Languages/Ruby/QuickRef.html alias and BEGIN begin break case class def defined? do else elsif END end ensure false for if in module next nil not or redo rescue retry return self super then true undef unless until when while yield
http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ 25 Dec 2010 This beginner's guide will set up with Ruby 1.9.3, RVM and Rails 3.2.1 and is specifically written for a development environment on Ubuntu 11.10, but will probably work on many other operating systems, including older / newer versions of Ubuntu and Debian.

Blog of Ryan Bigg - Ubuntu, Ruby, RVM, Rails, and You

Installing Ruby in my Ubuntu environment. by mr.rsposton Oct 24

http://www.howtoforge.com/configure-remote-access-to-your-ubuntu-desktop

How To Configure Remote Access To Your Ubuntu Desktop | HowtoForge - Linux Howtos and Tutorials

This guide explains how you can enable a remote desktop on an Ubuntu desktop so that you can access and control it remotely. This makes sense for example if you have customers that are not very tech-savvy.