Ross Brown

I make music and websites. I am excellent at neither.


Posts tagged with ““ruby””

Rails Rumble Wrap Up

Rails Rumble is finally over. We finished 25th, so we can at least say we were in the top 25. I agree with most of the winners, but my top list would have been different. Anyway, it was fun and Matt and I are going to continue to work on RedMinutes and do some fun things with it. If you have any suggestions, let us know.

Be sure to check out the contestants if you haven’t already.


Rails Rumble Judging Open

Judging for Rails Rumble 2008 opened today. I encourage you to step it up and go rate some applications that were crafted in 48 hours. To rate you’ll need an OpenID (one can be created from the Rails Rumble site) and some free time to test the applications out. As of right now you’ve got 9 days left, so step it into gear.

Visit the Rails Rumble site to register.

And don’t forget to rate RedMinutes ridiculously high.


Rails Rumble 2008 - RedMinutes

Matt and I made it through Rails Rumble this weekend and actually finished what we planned on finishing.

From the Rails Rumble site:

“The Rails Rumble is a 48 hour web application development competition. As a contestant, you get one weekend to design, develop, and deploy the best web property that you can, using the awesome power of Ruby on Rails.”

I actually really like what we came up with more than I thought I would. Don’t consider this an official introduction, but this weekend Matt and I created RedMinutes, a web app for sharing notes.

Think of it as a Pastie or Writeboard type of service that splits notes up into sections for reading and commenting. It will take plain old text or Textile markup and generate a pretty little rainbow of colorful sections.

I’ve posted this blog entry1 as a RedMinutes demo note so you can see what the functionality is like without having to come up with some text. The password is demo.

Please register to be a judge and vote for us if you like RedMinutes, but be sure to check out all the other great contest entries. The contest just ended and judging starts soon.

I heavily enjoyed developing this with Matt. Of course, he handled all the complicated stuff that actually makes everything work and I just pretended I knew how to design something. My greatest joy in this project was a decision Matt and I made early on—not sweating Internet Explorer support2.

RedMinutes is functional in IE6 and IE7, but the layout gets a bit wonky. The application can be seen in its full glory using Safari 3 and Firefox 3, and in 90% of its glory using Opera3.

Anyway, let us know what you think. There will probably be something on the Relatively Early blog soon once we get all settled in.


1 The full Textile formatting of this post can be seen here.

2 …yet. I’m sure we’ll have to eventually.

3 No border-radius support yet. Rounded corners are used extensively in the design.


redlists Beta Launch

My buddy Matt and I have been working on our mailing list application/service, redlists, for quite a while now, and we’ve just launched the beta.

Redlists is a mailing list service that is remotely hosted and managed. Subscription management is handled by the subscribers themselves, rather than solely the list manager. When logged in to redlists, users can manage their subscription status and subscribe to new public lists.

redlists login

Message archives, drafting, user management, and multiple list management are supported. Integrated tools are in the works, including widgets that can be plopped in your site and a contact importer (for those switching from another mailing list method that want to manually add subscribers.)

We are currently looking for beta testers. During the beta period, the service is free. Upon initial launch, rates will be announced. We still need to figure out how to cover our costs. If you would like to test the service or have any input on what you think appropriate pricing would be, please contact me at ross at redlists.com, or leave a comment on this post.

Redlists was written in Ruby on Rails. Matt and I made heavy use of Github and Lighthouse during development and have had a lot of fun with it. I am mainly responsible for the interface while Matt gets credit for pretty much all of the functionality.

Please let me know what you think!