Archive for ruby
December 7, 2007 at 5:30 pm · Filed under Ruby on Rails, ruby
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.
September 11, 2007 at 12:48 pm · Filed under evolution, management, programming, ruby
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.
August 29, 2007 at 9:53 pm · Filed under Ruby on Rails, ruby
August 28, 2007 at 12:19 pm · Filed under Ruby on Rails, ruby
April 3, 2007 at 10:39 pm · Filed under ruby
# clear the terminal
puts “\e[2J”
# moves the cursor to the top of the screen
puts “\e[2J\e[0;0H”
Older entries »