Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* 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 | * 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 |
Line 6: | Line 6: |
* [http://www.swik.net/project/rails about Rails] on Swik. | * [[http://www.swik.net/project/rails|about Rails]] on Swik. |
Line 8: | Line 8: |
* 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] |
* 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]] |
Line 13: | Line 13: |
* [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. |
* [[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. |
Line 20: | Line 20: |
* [http://rubyforge.org/projects/ruby-pdf/ ruby-pdf] | * [[http://rubyforge.org/projects/ruby-pdf/|ruby-pdf]] |
Line 23: | Line 23: |
* 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] |
* 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]] |
Line 28: | Line 28: |
* [http://www.rubyweeklynews.org/#item10157 Rails ActiveRecord vs Nitro ObjectGraph] | * [[http://www.rubyweeklynews.org/#item10157|Rails ActiveRecord vs Nitro ObjectGraph]] |
Something I'm trying out. In the mean time, here are some links that seem worthwhile:
Rolling with Ruby on Rails by Curt Hibbs part 1 and part 2 Simple CRUD example
about Rails on Swik.
bparanj's rails cheat sheets
Of course, this makes me want to learn more about the Ruby language:
Programming Ruby - The Pragmatic Programmer's Guide by David Thomas and Andrew Hunt or in frames
RJava is a means to call Java from Ruby. It's fairly primitive at the moment and uses TCP/IP for the call.
JRuby is an implementation of Ruby written in Java.
Ruby/Python allows calling Python code within Ruby.
Then there's available code
Current version of Ruby User's Guide
Ruby Conventions and more
More Ruby conventions for Java programmers