InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Rails LiveCD Linux Distro Announced

Posted by Obie Fernandez on Jun 22, 2006

Sections
Development,
Operations & Infrastructure
Topics
Ruby on Rails ,
Ruby ,
Linux
Tags
Rake ,
Rails ,
Mongrel
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
Re: MySQL 4.1.x or 5.x? by Obie Fernandez Posted
Re: MySQL 4.1.x or 5.x? by Alex Popescu Posted
  1. Back to top

    MySQL 4.1.x or 5.x?

    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?

    by Obie Fernandez

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

  3. Back to top

    Re: MySQL 4.1.x or 5.x?

    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

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.