6

I need to spend some serious time reading about changes in Ruby 1.9.1 and upcoming Rails 3/Merb. Can people suggest any articles to read?

Not really looking for one answer, just kinda looking for a compilation of resources people are using to keep up with what's coming and what currently exists, so if you stop by, let me know what you're looking at. Thanks!

Lukas
  • 3,175
  • 2
  • 25
  • 34

5 Answers5

2

articles about Rails 3 - Yehuda Katz's blog

andrykonchin
  • 2,507
  • 3
  • 18
  • 24
2

Rails3 is moving really fast. Updates from books or blog entry is not sufficient enough to keep up with the changes that is happening in Rails3. So I would suggest follow Rails in Github instead, although it might seem scary but I found it much more effective.

Joshua Partogi
  • 16,167
  • 14
  • 53
  • 75
  • Why is it sad that it's moving fast? We want it finished and released, right? – John Topley Jan 06 '10 at 11:55
  • It is sad if you only look at the updates for Rails3 only from blog or books. That's why I said it is better to look at the feeds updates from github instead. – Joshua Partogi Jan 07 '10 at 03:36
1

Rails 3 in Action looks like a good place to start. There is an early access edition available.

jamesaharvey
  • 14,023
  • 15
  • 52
  • 63
0

This is helpful for 1.9 http://www.youtube.com/watch?v=oEkJvvGEtB4

Lukas
  • 3,175
  • 2
  • 25
  • 34
0

The changelogs for the respective facets of Rails is where I get my information from.

Ryan Bigg
  • 106,965
  • 23
  • 235
  • 261