Morning Brew #84
Another cup of fresh Rails and not so Rails brew. If you’d like to send in a link, please use this page.
GUI edition
- Shoes – a lightweight Ruby interface to Windows, Linux and OSX applications. Best for small utilities. (into one, two and three by Juxie)
- Cheri::Swing – a full blow JRuby builder style interface to Java’s Swing.
- Ruby-GNOME2 – bindings for the GNOME 2.0 development environment.
- WxRuby – allows writing native-looking desktop applications for Windows, OS X, Linux GTK and other platforms. Probably the most complete GUI package.
- FXRuby – provides an interface to the FOX GUI library.
- RubyCocoa – OSX bindings for Ruby.
- VisualuRuby – Windows bindings for Ruby.
- Linux GUI Programming with Ruby – a short video demonstrating Glade based Linux GUI with Ruby.
Morning Brew #83
Another cup of fresh Rails and not so Rails brew. If you’d like to send in a link, please use this page.
Rails
- Ruby 101: Naming Conventions.
- Zero to Riding the Rails in Four Months.
- Default Order Plugin – order_by :fields => ['last_name', 'first_name'], :mode => :desc
Ruby
- Mailtrap – dummy SMTP server for testing your emails.
- New netbeans update from Oct 12th.
Web Development
Morning Brew #82
Another cup of fresh Rails and not so Rails brew. If you’d like to send in a link, please use this page.
Ruby
Web Development
Misc
Morning Brew #81
Another cup of fresh Rails and not so Rails brew. If you’d like to send in a link, please use this page.
Rails
- Multiple Database Connections in Ruby on Rails.
- Payment Processing in Rails.
- Mocking/Stubbing partials and helper methods in RSpec view specs.
- Getting started with Autotest – Continuous Testing.
Web Development
Morning Brew #80
Another cup of fresh Rails and not so Rails brew. If you’d like to send in a link, please use this page.
Rails
- jMaki on Rails screen cast.
- Rails 1.2.4: Maintenance release.
- “How I Learned to Love Testing” presentation.
- deepTest – running test in multiple threads for performance sake (via).
Ruby
- Many Skinny Methods – readability vs. number of lines.
- Removing elements with Hpricot
Web Development
- Releasing the Source Code for the .NET Framework Libraries – this is a pretty radical move from Microsoft. Unfortunately it’ll be under MS-RL license.