Pardel’s Blog

crushed by equilibrium

Archive for ruby

RAILS 2 IS HERE

DHH just posted a message on the Rails mailing list announcing Rails 2.0: http://weblog.rubyonrails.org/2007/12/7/rails-2-0-it-s-done

Rails 2.0 is finally finished after about a year in the making. This is a fantastic release that’s absolutely stuffed with great new features, loads of fixes, and an incredible amount of polish. We’ve even taken a fair bit of cruft out to make the whole package more coherent and lean.

Top 10 programming languages of the future

AFTER 2 WEEKS OF VOTING:1. HTML/CSS 7.6
2. Javascript 7.3
3. Ajax 7.2
4. Python 6.9
5. Java 6.7
6. C# 6.7
7. Ruby 6.2
8. .Net 6.0
9. C++ 5.4
10. C 5.1

More here.

Ruby on Rails Screencast - Iteration 2 - Amy Hoy

Ruby on Rails Screencast 1 - David Heinemeier Hansson

First episode from a really good series of tutorials/chats.

Ruby terminal magic

# clear the terminal
puts “\e[2J”

# moves the cursor to the top of the screen
puts “\e[2J\e[0;0H”

Older entries »