Link to the Show / Show NotesBig News Items
Ruby
1.8.6 released
Ruby one-click installer for Windows now supports Ruby
1.8.6
Rails 1.2.3 has been released -- now compatible with Ruby 1.8.6
Instant Rails 1.7 Released
Joyent announces
Slingshot -- provides offline capabilities for Rails applications
More details about Slingshot from its creators
Gem of the Week - Tattle
Tattle:
The Ruby Census
Take a look at the latest tattle statistics
Tip(s) of the Week
Clean up your Rails controllers with Verify
Use verify in your controller to filter access based on the HTTP method. For example, I put following line in a controller to ensure that
the signup action will only accept an HTTP POST; and, if called via anything else, the user is redirected to the index:
verify :method => :post, :only => :signup, :redirect_to => :index
Some TextMate Shortcuts
Use Command-T to quickly jump to another file. This command will bring up a dialog box from where you can find the file by simply typing the first few letters of the file name
Use Command-Shift-T to jump to the known symbols in a file. When editing a Ruby file, this will allow you to jump to any of the methods defined. In an rhtml (or html) file, it will let you jump to an element based on id.
Rapid Fire Quick News Items
Ruby/DB2 driver/adapter release 0.4.0
Creating
DSLs with Ruby
Haml 1.5 Released
7 Cool New Ruby Snippets
Ruby Hoedown 2007: August 10-11 in Raleigh, NC (the call for participation is now open)
Trawlr: Rails-based Newsreader
What's New in Edge Rails: Object Transactions Are
Out
Rails Envy: Ruby on Rails Caching Tutorial - Part 2
Railscasts - Free Ruby on Rails Screencasts
Hobo - the web application builder for
Rails
Typo 4.1 Released
Ryan's
Scraps: REST & ActiveResource
Rubyinline walk through by Evan Weaver
Rails For All, a Rails advocacy group, has been officially launched
CruiseControl.rb now available from ThoughtWorks
CruiseControl.rb Growl Notifier Plugin
Creating Extensions in Rails by Bruce Tate
New PDF Book "Payment Processing with Paypal and Ruby" now available
ActiveMerchant: a Ruby library for payment processing
ActiveScaffold version 1 RC1 Released
The RADAR Architecture: RESTful Application, Dumb-Ass Recipient
Getting to Know the Ruby Core Classes: Enumerable#grep
JRuby Regular Expressions
Charles Nutter proposes Ruby on Grails
Graeme
Rocher's response to Charles