Ruby

Behaviour Driven Development

BDD in ruby.

Subdomain accounts with Ruby on Rails explained

http://www.robbyonrails.com/articles/2009/01/11/subdomain-accounts-with-ruby-on-rails-explained

Deploy:

Optimizing resource usage

http://weblog.textdrive.com/article/175/rails-optimizing-resource-usage

Scaling Rails

http://railslab.newrelic.com/scaling-rails
http://www.infoq.com/articles/gregg-pollack-scaling-rails
http://heroku.com/

MySql driver deficiencies makes Mongrel and WEBrick to hang

http://railsforum.com/viewtopic.php?id=3038
http://www.mail-archive.com/rubyonrails-deployment@googlegroups.com/msg00133.html

About gems

Rails not available after intalling through gem on Ubuntu

To make intalled gems accessible on Ubuntu make sure to export the path to gems bin's:

export PATH=/var/lib/gems/1.8/bin:$PATH

To update the gem system

sudo gem update --system

CMS

This seems interesting as long as is multi-lingual by default, not as Radius: http://zenadmin.org/en
A little bit of self-documented-by-experimentation zena reference.

Reference guides

http://www.techotopia.com/index.php/Ruby_Essentials
http://www.therailsway.com
http://railscasts.com/
No need to mention rail's API: http://api.rubyonrails.org/

Adhearsion, an Asterisk framework

RubyFringe talk: http://www.infoq.com/interviews/phillips-adhearson-voip

Ruby for SymbyanOS

Take a look at: https://developer.symbian.com/main/community/open_source_projects/ruby/index.jsp

Page tags: ruby
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License