===== Road to Rails ===== aka: //Educating Nelson, 2005// === Ruby === * [[http://www.ruby-lang.org/en/|Ruby]] * [[http://tryruby.hobix.com/|Try Ruby]] * [[http://www.poignantguide.net/ruby/|Poignant Guide]] * [[http://www.rubycentral.com/book/|Programming Ruby]] * [[http://www.ruby-doc.org/core/|Documentation]] === Rails === * [[http://rubyonrails.com/|Ruby On Rails]] * [[http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/|Fast-track Rails]] * [[http://api.rubyonrails.com/|Documentation]] * Movies on the public drive (public/*.mov) * [[http://cyberdesk.com/wiki/programming/rails|My Rails Doc]] === Ruby Miscellaneous === * [[http://www.artima.com/rubycs/index.html|Ruby Code and Style]] * [[http://www.ruby-doc.org/stdlib/|Library Documentation]] * [[http://redhanded.hobix.com/|Redhanded]] * [[http://rubyforge.org/|Ruby Forge]] * [[http://www.ruby-forum.com/forum/forum/4|Ruby Forum]] === Rails Miscellaneous === * [[http://www.ruby-forum.com/forum/forum/3|Rails Forum]] * [[http://www.loudthinking.com/|Loud Thinking]] * [[http://news.gmane.org/gmane.comp.lang.ruby.rails|Mailing List Archives]] * [[http://www.robbyonrails.com/|Robby on Rails]] * [[http://railsexpress.de/blog/|Rails Express]] * [[http://www.oreillynet.com/ruby/|O'Reilly Ruby]] === Rails Architecture === * [[http://www.rubyonrails.com/images/request_cycle.png|Diagram]] * [[http://api.rubyonrails.com/files/README.html|Welcome]] * [[http://api.rubyonrails.com/classes/ActionController/Base.html|Action Controller]] * [[http://api.rubyonrails.com/classes/ActionView/Base.html|Action View]] * [[http://api.rubyonrails.com/files/vendor/rails/activerecord/README.html|Active Record]] * [[http://api.rubyonrails.com/classes/ActionMailer/Base.html|Action Mailer]] * [[http://api.rubyonrails.com/classes/ActionWebService/Base.html|Action Web Service]] === Testing and Development === * [[http://www.awprofessional.com/articles/article.asp?p=26339&rl=1 |Test Driven Development with Ruby]] * [[http://wiki.rubyonrails.com/rails/pages/HowToDoTestDrivenDevelopmentInRails/versions/5 |How To Do Test Driven Development In Rails]] * [[http://www.diasparsoftware.com/IntroToTdd-45min.pdf| Introduction to TDD]] * [[http://www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/index.html| Ruby test-unit documentation]] * [[http://blog.daveastels.com/?p=5 |Behavior-Driven Testing]] * [[http://jroller.com/comments/obie/Weblog/design_trumps_tdd |Design-Driven Development]] === Web === * HTML * [[http://www.w3.org/TR/xhtml1/|XHTML]] * [[http://webpageworkshop.co.uk/main/xhtml_reference|XHTML Reference]] * [[http://www.w3.org/TR/html401/|HTML 4.01]] * [[http://www.w3.org/TR/CSS2/|CSS]] * [[http://javascript-reference.info/|JavaScript]] * [[http://developer.mozilla.org/|Web Development]] * AJAX * [[http://developer.mozilla.org/en/docs/AJAX:Getting_Started|Tutorial]] * [[http://www.ajaxian.com/|Ajaxian]] * [[http://ajaxpatterns.org/|Ajax Patterns]] * [[http://prototype.conio.net/|Prototype]] * [[http://script.aculo.us/|script.aculo.us]] === Data === * [[http://www.postgresql.org/|PostgreSQL]] * [[http://www.powerpostgresql.com/|Power PostgreSQL]] * [[http://archives.postgresql.org/|Postgres Archives]]