Sat Feb 5 06:53:00 UTC 2005
Ruby on Rails on Gentoo
Ready to play with the most hyped web-app-framework-buzzword-of-the-week?
http://bugs.gentoo.org/show_bug.cgi?id=80828
You'll need to look at the dependency tree and install the gems.eclass and other ebuilds.
It really is as easy as they say to make a database driven app in a few minutes.
emerge rails
rails ~/myrails
cd ~/myrails
./scripts/server
You've got your little ruby web server running on port 3000, go check it out.
Maybe tommorow I'll throw together an editable database app using Rails for GLEP 15, the Gentoo script repository.
http://bugs.gentoo.org/show_bug.cgi?id=80828
You'll need to look at the dependency tree and install the gems.eclass and other ebuilds.
It really is as easy as they say to make a database driven app in a few minutes.
emerge rails
rails ~/myrails
cd ~/myrails
./scripts/server
You've got your little ruby web server running on port 3000, go check it out.
Maybe tommorow I'll throw together an editable database app using Rails for GLEP 15, the Gentoo script repository.