Rails, Firefox, Anime, Mac
In: General
10 Dec 2007I know I said I was going to try and keep the features in “a feature a day” to those not mentioned in popular places, but this feature is one of the few nicest features in Rails made by a contributor outside of the Rails core so I couldn’t resist mentioning it. First, an example [...]
In: General
9 Dec 2007Time#advance and DateTime#advance just got, erm, more betterer in Rails 2.0. In Rails 1.2.6 and earlier, Time#advance and DateTime#advance only accepted :year, :month and :day options. You’d think :hours, :minutes and :seconds would work too but due to a bug in the code (see ticket #9818), you get something like this instead: time = Time.utc(2000,10,1,10,30,45) [...]
In: Ruby on Rails
9 Dec 2007Now that Rails 2.0 has been baked to near-perfection, I’m sure all you Rubyists with Rails applications are considering updating or have already updated your applications to be Rails 2.0-compatible. And you’ve probably already pored through the massive list of new features and changes in Rails 2.0 or seen it on Ryan Daigle’s Scraps. Ryan [...]
Just go to the release announcement and major features blog post by DHH already! If you’re having trouble installing the Rails 2.0.1 gem, do a gem install rails -y –source http://gems.rubyonrails.org Now that the obligatory link to the Rails 2.0 release announcement is done, I’d like to urge anyone with any interest in improving Rails [...]
Update: Looks like it’s going to be released as Rails 2.0.1 instead due to a bugfix post-2.0 tagging. Just a quick one – seems like Rails 2.0 has been tagged for release. Rails 2.0 milestone has just been completed. Expect a post on weblog.rubyonrails.com soon.