If you're on a Unix/Linux system and you don't have Ruby installed (or you want to upgrade), your distribution's package system may make a Ruby package available. On debian GNU/LINUX, it's available as the package ruby-[version]: for instance, ruby-1.8 or ruby-1.9. Red Hat Linux calls it ruby; so does the DarwinParts system on Mac OS X.
Read more »How to install Ruby and RubyGems
Category: End User Tags:
- Login to post comments
Lighttpd by Andre Bogus- Book Review
This book guides you to everything you will need to know to installing, maintaining and getting the best out of Lighttpd (or "Lighty" if you will). This piece of software is named correctly for its purpose, being a lightweight webserver. There are chapters about building Lighttpd, but even more interesting the book goes in depth about optimizing and securing the software.
Read more »Category: Beginner Tags:
- Login to post comments
How to install Ruby on Rails in Ubuntu 8.10 (Intrepid)
Rails is a web development framework written in the Ruby language. It is designed to make programming web applications easier by making several assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other languages and frameworks. Longtime Rails developers also report that it makes web application development more fun.
Read more »- Login to post comments
Installing Ruby on Rails in Linux
Ruby on Rails is garnering a lot of praise as an easy-to-use, database-driven Web framework for developing Web applications. Most of the documentation for Ruby on Rails centers on Macintosh, with the remainder seemingly only for Windows machines, but RoR is perfectly usable on Linux computers too. This article explains how to install and begin developing with RoR in Linux.
Read more »Category: High End Tags:
- Login to post comments
How Not To Build An E-Commerce Site With Rails
"Derek Sivers, quite the Rails champion when he decided to rebuild his CD Baby e-commerce site using Rails two years ago, has now admitted defeat. After two years of wrestling with Rails while building the new site, Sivers along with coder Jeremy Kemper, decided to face up to reality. Kemper went off to 37signals and Sivers rebuilt the entire site in PHP in just two months.
Read more »Category: Philosophy Tags:
Using Ruby On Rails With Apache2 On Debian Etch
This article shows how you can install Ruby on Rails (RoR) and integrate it in Apache2 on a Debian Etch system (including a short section at the end showing how to use RoR in a web site created with ISPConfig).
Read more »- Login to post comments