Something I'm trying out. In the mean time, here are some links that seem worthwhile: * http://www.rubyonrails.org/ * Rolling with Ruby on Rails by Curt Hibbs [[http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html|part 1]] and [[http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html|part 2]] Simple CRUD example * http://wiki.rubyonrails.com/rails/show/TheBigPicture * [[http://www.swik.net/project/rails|about Rails]] on Swik. * RailsMigrationsCheatSheet * bparanj's [[http://bparanj.blogspot.com/2006/12/rails-cheat-sheets.html|rails cheat sheets]] * [[http://www.clarkware.com/cgi/blosxom/2007/01/19#ManagingVersionsWithCap|Managing Rails Versions with Capistrano]] Of course, this makes me want to learn more about the Ruby language: * http://www.ruby-lang.org/en/ * [[http://www.mattriffle.com/mirrors/ruby_book/html/index.html|Programming Ruby - The Pragmatic Programmer's Guide]] by David Thomas and Andrew Hunt or [[http://www.mattriffle.com/mirrors/ruby_book/|in frames]] * [[http://www.spricom.com/rjava/|RJava]] is a means to call Java from Ruby. It's fairly primitive at the moment and uses TCP/IP for the call. * [[http://jruby.sourceforge.net/|JRuby]] is an implementation of Ruby written in Java. * [[http://www.goto.info.waseda.ac.jp/~fukusima/ruby/python-e.html|Ruby/Python]] allows calling Python code within Ruby. Then there's available code * http://rubyforge.org/ * [[http://rubyforge.org/projects/ruby-pdf/|ruby-pdf]] ---- * Current version of [[http://www.rubyist.net/~slagell/ruby/|Ruby User's Guide]] * [[http://onestepback.org/articles/10things/item10.html|Ruby Conventions]] and [[http://onestepback.org/articles/10things/somemorethingsyoushouldknow.html|more]] * More Ruby conventions [[http://fhwang.net/blog/40.html|for Java programmers]] ---- * [[http://www.rubyweeklynews.org/#item10157|Rails ActiveRecord vs Nitro ObjectGraph]]