Institutional Knowledge

Wherein we write down some stuff that we know.

Institutional Knowledge header image 4

Entries Tagged as 'Ruby on Rails'

A New Rails Launch

March 2nd, 2007 · No Comments

Wherein we talk of launching a new app and our awesome new production server setup.

[Read more →]

Tags: Ruby on Rails · Web Development

Two new Rails Apps

December 14th, 2006 · No Comments

Wherein we show off new stuff.

[Read more →]

Tags: Ruby on Rails · Web Development

Rails in Higher Education

November 11th, 2006 · No Comments

Now has a Google Group. Join up and introduce yourself.

[Read more →]

Tags: Ruby on Rails · Web Development

Rails in Academia

September 20th, 2006 · No Comments

Wherein we declare our use of Rails to the world. Again.

[Read more →]

Tags: Ruby on Rails · Web Development

Streamlining Rails

August 4th, 2006 · No Comments

Recently there has been a lot of buzz about Streamlined for Rails apps. Basically it’s smart scaffolding that understands table relationships. Again, that’s the most basic way of talking about it, but it will suffice for what we’re doing right now.

One of the things that I don’t think people understand about Streamlined is […]

[Read more →]

Tags: Ruby on Rails · Web Development

Quick Comparison

July 11th, 2006 · No Comments

ProjectLines of CodeLines of Test CodeEquipment Disposal297160System Status430328Room Reservations379293Omni (In Progress)273346

Omni presently has no user interface or logic controlling the handling of information. It’s just models, associations, and tests. It’ll be interesting to see how big it will grow over the next couple of weeks.

[Read more →]

Tags: Recent Projects · Ruby on Rails · Web Development

CASLogin Plugin

July 10th, 2006 · No Comments

Wherein we develop a CAS plugin for Rails.

[Read more →]

Tags: Authentication · LDAP · Ruby on Rails · Web Development

Rails-based CMS on the Way

May 3rd, 2006 · 1 Comment

Via Riding Rails we learn of a content management project, RadiantCMS, which looks quite sweet.

Things called a CMS are notoriously complex. Cheers for keeping it simple.

No truer words…

Could Chico use something like this? Doubtful. Will we keep our eye on it? Of course!

[Read more →]

Tags: Ruby on Rails

Summer is Near, Time to Unfreeze

April 21st, 2006 · No Comments

When Rails 1.1 came out we didn’t want to break our existing apps (not that we were doing anything that would have broke, but why take that risk) so we did the prudent thing and “froze” our apps with the gems for Rails 1.0. That Rails allows you to do this is such a […]

[Read more →]

Tags: Ruby on Rails

Alternating Row Colors with Ruby on Rails

April 12th, 2006 · 2 Comments

Wherein we start to love ruby.

[Read more →]

Tags: CSS · Ruby on Rails · Web Design