Ruby: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 8: Line 8:
**[http://www.ibm.com/developerworks/java/library/j-alj09084/ Take a shine to JRuby] - from IBM
**[http://www.ibm.com/developerworks/java/library/j-alj09084/ Take a shine to JRuby] - from IBM
**[http://headius.blogspot.com/2006/04/beginning-of-jruby-on-rails.html Beginning of JRuby on Rails]
**[http://headius.blogspot.com/2006/04/beginning-of-jruby-on-rails.html Beginning of JRuby on Rails]
*[http://whytheluckystiff.net/ whytheluckystiff]
*[http://www.ruby-forum.com/ Ruby Forums]
*[http://www.rubyinside.com/ Ruby Inside] - blog
*[http://code.whytheluckystiff.net/ why's subversion repo]
*[http://code.whytheluckystiff.net/ why's subversion repo]
**[http://code.whytheluckystiff.net/hpricot/ Hpricot] - a fast, enjoyable HTML parser for Ruby  
**[http://code.whytheluckystiff.net/hpricot/ Hpricot] - a fast, enjoyable HTML parser for Ruby  


===Guides===
===Guides===
*[http://www.rubybrain.com/ RubyBrain] - Javascript enhanced Ruby API docs
*[http://poignantguide.net/ruby/ Why's (Poingnant) Guide to Ruby]
*[http://poignantguide.net/ruby/ Why's (Poingnant) Guide to Ruby]
*[http://www.pine.fm/LearnToProgram/ Learn to Program]
*[http://www.pine.fm/LearnToProgram/ Learn to Program]
Line 18: Line 22:
*[http://www.ibm.com/developerworks/opensource/library/os-rubyeclipse/ Using the Ruby Development Tools plug-in for Eclipse]
*[http://www.ibm.com/developerworks/opensource/library/os-rubyeclipse/ Using the Ruby Development Tools plug-in for Eclipse]
*[http://www.glue.umd.edu/~billtj/ruby.html Things That Newcomers to Ruby Should Know]
*[http://www.glue.umd.edu/~billtj/ruby.html Things That Newcomers to Ruby Should Know]
*[http://tryruby.hobix.com/ try ruby! (in your browser)]


===Books===
===Books===
[http://www.rubycentral.com/book/ Programming Ruby: The Pragmatic Programmer's Guide] - ebook
*[http://www.rubycentral.com/book/ Programming Ruby: The Pragmatic Programmer's Guide] - ebook (first edition)
*[http://www.pragmaticprogrammer.com/titles/ruby/index.html Programming Ruby] (2nd. Ed.)


==Rails==
==Rails==
Line 29: Line 35:
**[http://www.rubyonrails.org/screencasts Screencasts]
**[http://www.rubyonrails.org/screencasts Screencasts]
**[http://api.rubyonrails.org/ API] - Rails Framework Documentation
**[http://api.rubyonrails.org/ API] - Rails Framework Documentation
*[http://www.railsbrain.com/ RailsBrain] - Javascript enhanced Rails API docs
*[http://railsapi.org/ Ruby on Rails API] - PHP.net style documentation for Rails
*[http://www.digg.com/search?search=ruby+on+rails&submit=Submit Ruby on Rails] on digg
*[http://www.digg.com/search?search=ruby+on+rails&submit=Submit Ruby on Rails] on digg
*[http://www.technorati.com/search/ruby+on+rails Ruby on Rails] on technocrati
*[http://www.technorati.com/search/ruby+on+rails Ruby on Rails] on technocrati
Line 38: Line 46:
*[http://www.hezmatt.org/~mpalmer/blog/general/rewriting_in_rails_a_practical_examination.html Rewriting in Rails: a Practical Examination]
*[http://www.hezmatt.org/~mpalmer/blog/general/rewriting_in_rails_a_practical_examination.html Rewriting in Rails: a Practical Examination]
*[http://greaterbostonrubyandrails.com/RubyNotes.html Ruby and Rails notes]
*[http://greaterbostonrubyandrails.com/RubyNotes.html Ruby and Rails notes]
*[http://railscasts.com/ Railscasts] - free RoR screencasts
*[http://peepcode.com/ PeepCode] screencasts are a high-intensity way to learn Ruby on Rails website development


*Groups:
*Groups:
**[http://www.workingwithrails.com/ Working With Rails] - discovering the RoR community
**[http://greaterbostonrubyandrails.com/ Greater Boston Ruby and Rails]
**[http://greaterbostonrubyandrails.com/ Greater Boston Ruby and Rails]
**[http://boston.rubygroup.org/ Boston Ruby Group]
**[http://boston.rubygroup.org/ Boston Ruby Group]
***[http://groups.google.com/group/boston-rubygroup on Google Groups]
***[http://www.workingwithrails.com/group/3876-boston-ruby-group on Working With Rails]
**[http://sdruby.com/ San Diego Ruby (and Rails) User Group]
**[http://sdruby.com/ San Diego Ruby (and Rails) User Group]


Line 57: Line 70:
*[http://stuff.mit.edu/iap/ror Introduction to Ruby on Rails] MIT IAP 2007 class
*[http://stuff.mit.edu/iap/ror Introduction to Ruby on Rails] MIT IAP 2007 class


*[http://www.redhat.com/magazine/025nov06/features/ruby/ Ruby on Rails on Red Hat]
*[http://groups.google.com/group/rubyonrails?hl=en Ruby on Rails Google group] - an adhoc and unofficial group for Ruby on Rails (RoR) fans
*[http://therailsway.com/ The Rails Way] is all about teaching "best practices" in Rails application design
*[http://railspikes.com/ Rail Spikes] - Ruby on Rails from the trenches
===REST===
*[http://www.xml.com/pub/a/2005/11/02/rest-on-rails.html REST on Rails]
*[http://www.xml.com/pub/a/2005/11/02/rest-on-rails.html REST on Rails]
*[http://www.therailsway.com/ The Rails Way] - best practices in Rails application design (focusing on REST)
*[http://www.therailsway.com/ The Rails Way] - best practices in Rails application design (focusing on REST)
 
*[http://wiki.rubyonrails.com/rails/pages/ActiveResource Active Resource]
*[http://www.redhat.com/magazine/025nov06/features/ruby/ Ruby on Rails on Red Hat]
*SignOut [http://www.therailsway.com/2007/2/13/signout-part-1 Part 1] and [http://www.therailsway.com/2007/2/20/signout-part-2 Part 2]
*[http://groups.google.com/group/rubyonrails?hl=en Ruby on Rails Google group] - an adhoc and unofficial group for Ruby on Rails (RoR) fans
*[http://blogs.sun.com/divas/entry/restful_rails_tutorial  Rails RESTful Resources Tutorial]


===Tools===
===Tools===
Line 70: Line 89:
*[http://wiki.rubyonrails.org/rails/pages/Capistrano Capistrano] is a utility which may be used to automate the deployment of Rails applications
*[http://wiki.rubyonrails.org/rails/pages/Capistrano Capistrano] is a utility which may be used to automate the deployment of Rails applications
**[http://manuals.rubyonrails.com/read/book/17 Capistrano: Automating Application Deployment] - book
**[http://manuals.rubyonrails.com/read/book/17 Capistrano: Automating Application Deployment] - book
*[http://bioruby.org BioRuby]
*[http://bioruby.org BioRuby] aims to implement an integrated environment for Bioinformatics with Ruby language
*[http://crypt.rubyforge.org/ Crypt library] is a pure-ruby implementation of a number of popular encryption algorithms
*[http://crypt.rubyforge.org/ Crypt library] is a pure-ruby implementation of a number of popular encryption algorithms
*[http://rubyforge.org/projects/libgnupg-ruby libgnupg-ruby] is a "wrapper" library for the gpg binary
*[http://rubyforge.org/projects/libgnupg-ruby libgnupg-ruby] is a "wrapper" library for the gpg binary

Latest revision as of 19:44, 21 July 2008

General

Guides

Books

Rails

REST

Tools

Notes

Miscellaneous