August 26, 2010 at 12:04 pm · Filed under Ruby on Rails
I am really excited about attending my first Lone Star Ruby Conference 2010 at the Norris Conference Center Austin Texas. I plan to attend the following tracks:
Day 1:
- Real Software Engineering – Glenn Vanderburg
- Rails’ Next Top Model: Using ActiveModel and ActiveRelation - Adam Keys
- Decyphering Yehuda – Gregg Pollack
- How to Build a Sustainably Awesome Development Team – Jim Remsik, Les Hill
- What every Ruby programmer should know about threads – Caleb Clausen
- Battle of NoSQL stars: Amazon’s SDB vs Mongoid vs CouchDB vs RavenDB – Jesse Wolgamott
- Taking Mongoid into the Future – Bernerd Schaefer
- Tropo – An open-source cloud communications platform for Ruby – Jason Goecke
- KeyNote – Tom Preston-Werner
Day 2:
- Ruby in the Wild – James Edward Gray II
- Why And How You Should Make Awesome Command Line Apps with Ruby – David Copeland
- JSON and the Argonauts – Building Mashups with Ruby – Wynn Netherland
- No Sudo for You! – Rogelio J. Samour
- Beehive, scalable application deployment – Ari Lerner
- Padrino, The Elegant Ruby Web Framework – Joshua Hull
- A Scalable Rails App Deployed in 60 Seconds with Heroku – Ben Scheirman
- Lightning Talks
- KeyNote – Blake Mizerany
I will try to post some pictures. Please come say Hi if you are planning to attend the conference.
#LSRC
Permalink
August 11, 2010 at 2:30 pm · Filed under ColdFusion
An important vulnerability (CVE-2010-2861) has been identified in ColdFusion 8.0, 8.0.1, 9.0, 9.0.1 for Windows, Macintosh and UNIX.
This technote provides a fix for the security issue along with the installation instructions.
Permalink
August 5, 2010 at 1:46 pm · Filed under Ruby on Rails
In Rails you can index arrays using ranges in which the start and end positions are separated by two or three periods.
The difference between a two and three period range is that a range with two periods includes the end position and the range with three periods does not.
Example:
Permalink
July 28, 2010 at 2:22 pm · Filed under Usability, Web Development
Recently Windows Live introduced Single-Use code a very simple and effective way to Sign-In to your Live account from a public computer like at the library or school. You can now use a Single-Use Code instead of your password for added security.

Requesting a Single-Use Code:
Each Single-Use Code can be used only one time, but you can request one whenever you need one. When you request a Single-Use Code, you receive it in a text message to a mobile phone number that you’ve added to your Windows Live account.

Permalink
July 23, 2010 at 12:24 pm · Filed under Ruby on Rails
To add content from a RSS feed to your site using Rails:
# rss.html.erb
Permalink