The final build of 1.1 is now out in the wild – go team! With over 500 changes, you’ll want to take this bad boy home to Mother. No, really. What’s new? See the official weblog for the whole skinny:
Upgrading is a fairly simple, two-step approach (the first updates Rails itself, and the second updates your JS files).
gem install rails --include-dependencies
rake rails:update
Please note:Some plugins may need an update for the new version, and you’ll want at least Ruby 1.8.4, so YMMV.
Related posts:
- Famous Rails Screencast Gets an Update When Ruby on Rails was first introduced, nothing helped put...
- Top Ruby Frameworks Rails and Merb Join Forces It's not every day that two essentially competing web development...
- Is Ruby’s Popularity Fading? Ruby has enjoyed a ton of hype over the last...
- FullCodePress: WordPress vs Rails Raena and Matt are on the ground at the FullCodePress...
- IE8 Automatic Update Starting Soon Internet Explorer 8.0 will shortly be rolled out to IE6...







Thx alot man
going to try it ^_^
im learning ROR new but i think its going so well with me ^_^
March 28th, 2006 at 5:11 am
Quesiton for everyone reading this, is Rails a replacement to PHP or just another tool in your programming belt?
March 28th, 2006 at 12:51 pm
@WebDevGuy: This could be argued ’til there’s no need for a programming language at all. The best response is to “use what’s best for the job”, and therefore, the response should be that it’s just another tool in your programming belt.
March 28th, 2006 at 1:32 pm
Having said that, you won’t really be needing PHP in order to develop a Rails application. Malikyte is right in saying that you use the best tool for the job.
I’m liking RoR a lot. Makes me feel warm & fuzzy inside :-)
March 28th, 2006 at 5:28 pm
Sometimes economic causes may influence on my choise, which programming language I will use.
I’m like programming in JSP/Servlets but there aren’t many J2EE shared hosting, this why I choose to program in PHP. maybe in later days when Ruby will be supported in more hosting companies (in my country: israel) I will start to write websites and application in Ruby & RoR. I like Ruby more than PHP. It is more comfort to me.
March 28th, 2006 at 6:11 pm
[...] waferbaby wrote a cool article for SitePoint and has jumped on board as a Ruby On Rails blogger. Rad. [...]
March 28th, 2006 at 10:17 pm
I’ll be setting RoR up on my Mac fairly soon, just need to take care of a few minor details and tweaks. From what I have seen so far, RoR is pretty smooth. Are there a decent number of hosts out there for hosting RoR apps?
March 29th, 2006 at 4:38 pm
Just thought I’d quickly jump in and let our blog readers know that SitePoint also has an active Ruby Discussion Forum happening at: http://www.sitepoint.com/forums/forumdisplay.php?f=227
March 31st, 2006 at 4:32 pm
@Sojan80
Check out TextDrive.
April 4th, 2006 at 4:28 am
We’re open to all discussions. But any meeting will have to be on the basis of withdrawing the First Job Contract. There have been five one-day public sector strikes in which millions of workers and students took part. An employers group has warned the protests are starting to hurt the economy. No Pasaran!
April 5th, 2006 at 10:12 am
Rails : is a framework not a programing laguage. Ruby runs on rail and the way rail framework is emmerging , with the MVC model , one can think of its simplicity it makes for programmer. I find a intresting thing in Rails naming convention where a singular model class name (mobile) maps to a plural database table “mobiles”. Rails is smart about English pluralization rules, so Person maps to people, and so forth.
Apart from the smartness it also got the xml configuration scheme ., like the ASP.NET congig files. Its comming up with the web 2.0 convention.
Will ROCK Overall!!1
April 5th, 2006 at 11:28 am