iA


Ruby

Amazon S3, Heroku and the Paperclipped Assets Manager for Radiant
Well this is my first post since joining Jens-Christian and Daniela here at InVisible, but the topic is an old one. About a year ago I released the Paperclipped Assets manager for Radiant, which started rather slowly, but has recently taken off and become quite popular. Thanks to the magic of github, I have received [...] Read more – ‘Amazon S3, Heroku and the Paperclipped Assets Manager for Radiant’.
InVisible Rails Sprint, Day 2
Not much news today. Most of the day was spent on client work. I had the fun task of calming down everyones nerves – there are still two deadlines to meet this week, before we can fully embark on building the Twitter app that I need for my day to day work. I thought about [...] Read more – ‘InVisible Rails Sprint, Day 2’.
InVisible Rails Sprint, Day 1
The last few months have been furious. Not only have we moved to the new offices, but Keith Bingman has joined us as on a regular basis, and Andrea Szabo is our intern for the next 18 months, while she’s becoming an application developer. Quite a few projects have been made, a new website is [...] Read more – ‘InVisible Rails Sprint, Day 1’.
IntlDateField
As promised in the last post, here’s my tiny plugin… and this is the readme: IntlDate Date or DateTime Columns are usually show in forms with the date helpers. However, often you just want a textfield, instead of the multiple combo boxes. This will work, but dates are displayed in the database format (2008-03-13 14:55:44). [...] Read more – ‘IntlDateField’.
Refactoring Rails Applications or why tests are a good idea
Somewhat of an add-on to the post “Lotus Notes is not agile“. The project I’m working on with the good folks of sourcepole, is a network monitoring tool. We are using Ruby on Rails to build a web frontend to some Ruby Network monitoring-fu. The network topology is stored in a database, and in our [...] Read more – ‘Refactoring Rails Applications or why tests are a good idea’.
sqlite3 on Mac OS X — trials and tribulations
For an upcoming Rails project, the plan is to use the sqlite database. On Windows, the whole process of getting this installed was easy. Download the DLL, do a gem install sqlite3& and be done. Not so on OS X, where I plan to develop. sqlite3 is installed by default, but trying to install the [...] Read more – ‘sqlite3 on Mac OS X — trials and tribulations’.
Ruby Spotlight Plugin
Spotlight continues to be useful: With the RubyImporter Plugin it understands Ruby Code… Neat Technorati Tags: mac Read more – ‘Ruby Spotlight Plugin’.
Ruby on Rails Article in Infoweek.ch
Last week my article on Ruby on Rails came out in Infoweek.ch. It briefly describes Rails, Ruby and gives a very high-level overview over the development and the advantages of Rails over other development frameworks. Thanks to the guys at Infoweek, I’m allowed to give you a PDF version of the article. Enjoy (and beware: [...] Read more – ‘Ruby on Rails Article in Infoweek.ch’.
Rails 0.9.4
Damn – David & the assorted crew are so fast. I have the development timeline of RubyOnRails in my Bloglines and it’s almost always the feed with the most new entries. Now Rails 0.9.4 has been released and there’s a lot of stuff, that again will make my life easier. Mange Tak, David! Working with [...] Read more – ‘Rails 0.9.4’.
Markov Chains in Ruby
Writing text and playing with text is all good fun. Using Markov Chains one can generate text that is almost readable, almost understandable, but not quite. Markov Chains analyses the frequency of words in relation to another. Analysing text basically means counting which words follow each other. Producing text is done by picking a word [...] Read more – ‘Markov Chains in Ruby’.