Ruby
From OpenWetWare
(Difference between revisions)
| Line 2: | Line 2: | ||
*[http://ruby-doc.org/ Ruby-Doc.org]: Help and documentation for the Ruby programming language. | *[http://ruby-doc.org/ Ruby-Doc.org]: Help and documentation for the Ruby programming language. | ||
*[http://poignantguide.net/ruby/ Why's (Poingnant) Guide to Ruby] | *[http://poignantguide.net/ruby/ Why's (Poingnant) Guide to Ruby] | ||
| + | |||
*[http://dev.mysql.com/usingmysql/ruby/ Using MySQL with Ruby] | *[http://dev.mysql.com/usingmysql/ruby/ Using MySQL with Ruby] | ||
| + | |||
| + | *[http://www.rubycentral.org/ Ruby Central, Inc] - a hub for support of Ruby activities | ||
==Rails== | ==Rails== | ||
Revision as of 01:30, 2 May 2006
- Ruby Home Page
- Ruby-Doc.org: Help and documentation for the Ruby programming language.
- Why's (Poingnant) Guide to Ruby
- Ruby Central, Inc - a hub for support of Ruby activities
Rails
- Ruby on Rails on digg
- Active Record on slashdot
- Ruby on Rails
- Rails 1.1 released
- Using Ruby on Rails on Mac OS X
- Exploring Active Record
- Rewriting in Rails: a Practical Examination
- Cheat Sheets:
- Ajax on Rails @ onlamp.com
- Web 2.0 development using Ruby on Rails MIT IAP 2006 class
Notes
- URLs: /controller/action/id...
- Need a lightweight server http://www.lighttpd.net/


