In a lot of my posts I said that I would link to the presentation. All the presentations can be found here: http://www.web2expo.com/pub/w/51/presentations.html My favorites from the current list are: Building Community-focused Apps with Rails Scaling a Rails Application from the Bottom Up
Category: RailsConf07
Rails Conf after thoughts
Now that I am home and have managed to sleep a bit I have been thinking about my overall experience at Railsconf 2007. Overall it was great. It was fun to meet so many people working in Rails. The community is filled with friendly individuals who are willing to share everything they know or just…
The Rails Way Jamis Buck, Michael Koziarski
Don’t forget to look at The Rails Way blog. Move logic into your model. This lets you break functionality into more granular components and makes testing easier. Keep your controllers skinny. Jamis blogged about this principle here. Use before filters to setup state before your controller runs. Use before_create in your models. ActiveSupport helps you…
Solr on Rails Erik Hatcher
Ferret is fast. He has moved around and the documentation is a bit sparse. Solr was created by people at CNET, used by Internet Archive, Krugle, Revolution Health, his projects: Collext, Blacklight. Findability – serendipity is great. You should be able to browse and discover stuff you didn’t intend to. Read Ambient Findability Lucene is…
Taking Care of Rails Support Tasks Through Custom Daemons Tammer Saleh
Saleh is talking about using a Daemon to get rails to talk to LDAP. The code for the LDAP deamon and the code to make it look like a model live here. I will add a bit of code here and there, but hopefully the presenter will upload the slides so I don’t have to…
Bad Food
I have eaten a lot of bad food over the past few days which is too bad given that Portland has good restaurants. The main source of bad food is the Rails conference. A WORD TO CONFERENCE ORGANIZERS: Stale pastry and coffee do not count as breakfast. Lunch is not much better. It is so…
Practical Design for Developers David Verba
Practical Design for Developers David Verba Another standing room only session. Perhaps the organizers will wise up and have at least on larger room next year for the sessions that are very popular. We are going over the basics of audience analysis – understand your users: Context Motivations Challenges Know your stakeholders – anyone that…
OpenID and David Heinemeier Hansson
After the Two Revolutions session I had a few minutes to talk to DHH. First I must say he is just a very nice guy. Programmer envy over. I had a discussion about OpenID. It is going to be a critical component of the next rev of our apps. OpenID hasn’t reached a level where…
Rails Conf Intro from Chad Fowler and Some Stuff from the Mountain West Ruby Conference
Chad Fowler is talking right now. I think he works on giving keynotes that leave you scratching your head a bit. His keynote at the Mountain West Ruby conference had mixed reviews. We left wondering what his intent was, but we weren’t sure if it was just our perception. Last night we had a chance…
Two Revolutions Alan Francis
I tried to get into the REST talk but it is so full that they have guys guarding the doors to keep people out. I am instead sitting in an extreme programming session. I wouldn’t have come in here except I noticed that DHH walked in. I figure if he sees potential value in this…