Articles

Secret URLs in Rails

Like many Rails websites, my first production Rails site needed user sign-ups. I wanted to have this work in a way that allowed a user to register only after confirming their email address.

Network Monitor as a Windows Service in Ruby

In reading thru the Ruby Google Group, there seems to be a lot of misconceptions about what should be done inside
of a Rails process and what should be done outside it. Generally if it take any time at all, you should be it outside
the Rails Web Server. In windows you can do a Windows Service, in Linux/Unix you would do a daemon.

This is a example of a windows service that scans cisco switches, finds new nodes, and keep track of there mac
address and there port. Even builds a network map.

#316 | »Rails Migrations Cheatsheet« in Category Cheat Sheets

»Rails Migrations Cheatsheet«

Ruby IRB tip: Try again faster

Background

It looks like I’m not the only one who plays in IRB a lot. My previous IRB post got some attention from Clinton Nixon at Viget labs. His post on IRB has my earlier tips, as well as some other ones.

If you didn’t get a chance to read my first post, here’s the code

LA Ruby Conference 2009 Recap

Pradeep Elankumaran and I just came back from the very first LA Ruby Conference (Twitter), which was held in Tustin, CA. We didn’t know what Tustin had to offer or what to expect, since it was the first time either of us has visited Tustin. When we arrived at the venue, we were in awe of the few million dollars worth of automobiles surrounding the stage.

Controller Inheritance

Just a brief interlude from the File Management series while I sort out some time to do some benchmarking.

A common pattern I see in submissions and client-applications is repetitive declarations in controllers. There’s a neat and simple solution for this, but given how often Things like this:

See Your CSS Changes in Real-Time in Any Browser

I’ve wanted to scratch this itch for a while, and this morning I decided to steal a few hours to give it a shot. Most of my CSS authoring and editing takes place in Firefox, using Web Developer Toolbar. For me, seeing CSS rendered in real-time is the only way to write it. (This is one reason I had to pass on Sass, even though I love Haml, but that’s a topic for another time.)

Welcome!

Welcome to the Rails Boxcar blog! We heard this “Internet” thing was cool, and someone mentioned this “blogging” thing, so we figured we’d get our feet wet! ;)

Henry Ford & Event Driven Architecture

Talking about architecture, as with most things in the computer industry, often requires deciphering a soup of three or four letter acronyms (XML, API, SOAP), all of which can often be described in much simpler terms.

Painless Knowledge Management

At the weekend, my company launched a new version of its web application, Swirrl. (This explains why I’ve been so quiet on this blog – I’ve been up to my eye-balls in code and server configurations).

Scala | Rails Fire

Scala

Paul Barry Winner RPCFN #8

In this brief interview, Satish Talim of RubyLearning talks to Paul Barry of USA, winner of the eighth Ruby Programming Challenge For Newbies.

Michael Fogus talks to RubyLearning’s Clojure Course Participants

On the eve of the first free, online “Clojure 101” course, Michael Kohl of RubyLearning caught up with Michael Fogus, author of the forthcoming book – The Joy of Clojure. In this interview, Michael Fogus talks to the Clojure 101 course participants on Clojure.

AbstractQueryFactoryFactories and alias_method_chain: The Ruby Way

In the past week, I read a couple of posts that made me really want to respond with a coherent explanation of how I build modular Ruby code.

Bored? Don't worry, here's a new programming language...

Recently – for various degrees of recent that is – people really seem to be into programming language design and development.

2009 Reading list

Recently – for various degrees of recent that is – people really seem to be into programming language design and development.

Simple AWS scripting with boto

Recently – for various degrees of recent that is – people really seem to be into programming language design and development.

Android and me

Recently – for various degrees of recent that is – people really seem to be into programming language design and development.

happynerds.net is online!

Recently – for various degrees of recent that is – people really seem to be into programming language design and development.

7 Video Presentations From The WindyCityRails 2009 Conference

windycityrails.png The 1-day WindyCityRails conference happened again this year, this time in downtown Chicago at the Westin Hotel on September 12. Reviews were generally positive with the conference sessions balancing immediately-useful Ruby and Rails tips with related concepts like functional programming and design.

GitHub Rebase #27

Rebaaaaaaaase. I’m always looking for great projects to feature, so don’t hesitate to let me know about yours!

Syndicate content