The archives for June 3rd, 2008


Down 3

Ubuntu Hardy, Fedora 9, Opensuse 11

Creed that 2008 will be a particularly meaningful year for the pinguino, its final communities and its customers. The first months have been intense and have carried to the important release of some distro a lot from the point of view of their history, but soprattuto from that one of the capacity of the proposed innovations; task to Ubuntu real Hardy miliare stone in the field of the usabilità, the compatibility and the facility of installation, to Fedora 9, developed from the community of Red Hat, that it has been before to implement kde 4,0 and pilot for the development of Ext4 proposes itself like plan journaling filesystem. Us it is some third whom my attention has attracted, Opensuse 11, perhaps because the distro of Novell it is that which it has christened my before linux experience. opensuse11.jpg As all know Opensuse is distro enough heavy from the point of view of the amount of installed packages and this version, reached the state before puts into effect them to release the candidates, not ago certainly exception; in fact it incorporates You add “Ubuntu Hardy, Fedora 9, Opensuse 11” to Of the .icio.usYou add “Ubuntu Hardy, Fedora 9, Opensuse 11” to redditYou add “Ubuntu Hardy, Fedora 9, Opensuse 11” to TechnoratiYou add “Ubuntu Hardy, Fedora 9, Opensuse 11” to Stumble UponYou add “Ubuntu Hardy, Fedora 9, Opensuse 11” to DiggitaYou add “Ubuntu Hardy, Fedora 9, Opensuse 11” to Wikio

Down 3

New rails 2.1

For the fans of programming here version 2,1 of this splendid one framework that it answers to the name of ruby on rails.  This version of rails is the result of 6 months of collaboration with sviluppatori of all the world, that it has produced more than 1600 patches, a truly considerable number. On http://weblog.rubyonrails.org the directory of the new is present features, while regarding the installation on my Ubuntu hardy here the procedure:

  • I sudo apt-get install ruby irb rivers rdoc ruby1.8-dev libzlib-ruby libyaml-ruby libreadline-ruby libncurses-ruby libcurses-ruby libruby libruby-extras libfcgi-ruby1.8 build-essential libopenssl-ruby libdbm-ruby libdbi-ruby libdbd-sqlite3-ruby sqlite3 libsqlite3-dev libsqlite3-ruby libxml-ruby libxml2-dev (this is the procedure of installation through apt, than not council, as a series of not necessary members installs all and can give configuration problems).

This instead the procedure through gem, the package manager of rails

  1. I sudo apt-get install ruby rubygems irb rivers rdoc ruby1.8-dev build-essential;
  2. I sudo gem update - system;
  3. I sudo gem install rails.

It does not remain to you that to program.

P.S. If after I sudo gem update - system you receive an error of the type: /usr/bin/gem: 23: uninitialized constant Gem:: GemRunner (NameError), launch gedit /usr/bin/gem and, after the line to require `rubygems', inserted to require `rubygems/gem_runner'.