InfoQ

News

Rails LiveCD Linux Distro Announced

Posted by Obie Fernandez on Jun 22, 2006 03:42 PM

Community
Ruby
Topics
Linux ,
Ruby on Rails
Tags
Mongrel ,
Rake ,
Rails
Brian Ketelsen announced the initial release of the new Ruby on Rails LiveCD Linux Distribution. The RailsLiveCD includes all the software needed to run Ruby on Rails development. You can download an ISO at http://www.railslivecd.org

The Rails Live CD project was born on Ezra Zygmuntowicz' blog and realized with help from Brian Ketelsen. It is based on PCLinuxOS and released under the GNU Public License. The following is a partial list of the contents of the CD:

Ruby 1.8.4
Rails 1.1.2
Capistrano 1.1.0
Mongrel 0.3.13
Rake 0.7.1
Subversion
MySQL 4.1.12
MySQL Administrator
RadRails

You can set your computer to boot first from CD and try this Ruby on Rails specific distribution of Linux without altering your computer at all.  You can also run RailsLiveCD in Qemu, VMWare or Parallels Desktop/Workstation.  With a few simple commands you can save all your changes to your environment to a USB Key, floppy or folder on your local hard drive.  Or, you can use the RailsLiveCD to take the plunge and install Linux directly on your system.  The RailsLiveCD offers an installation wizard that allows you to repartition your hard drive and install Linux directly to your computer.*

Friendly and helpful guides and tutorials are planned for future releases of the RailsLiveCD. The project is currently looking for contributions from the community.
MySQL 4.1.x or 5.x? by Alex Popescu Posted Jun 22, 2006 2:23 PM
Re: MySQL 4.1.x or 5.x? by Obie Fernandez Posted Jun 24, 2006 6:01 PM
Re: MySQL 4.1.x or 5.x? by Alex Popescu Posted Jun 26, 2006 12:37 PM
  1. Back to top

    MySQL 4.1.x or 5.x?

    Jun 22, 2006 2:23 PM by Alex Popescu

    I am a little bit puzzled by the MySQL version. I have played with InstantRails a couple of day before, and I have made it work with MySQL 5.x. If you check MySQL/Ruby it states that the requirement on MySQL is 4.1.15 or 5.0.16. Isn't this the one used by ActiveRecord? ./alex -- .w( the_mindstorm )p.

  2. Back to top

    Re: MySQL 4.1.x or 5.x?

    Jun 24, 2006 6:01 PM by Obie Fernandez

    No idea, but I'll try to find out!

  3. Back to top

    Re: MySQL 4.1.x or 5.x?

    Jun 26, 2006 12:37 PM by Alex Popescu

    There are no pointers in the ruby ml-s, and I am not yet watching the RoR ml-s. I am sure things are quite simple, but not same visible :-). ./alex -- .w( the_mindstorm )p.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.