All posts in 'Rails'

Ruby on Rails Auto complete

11-Jan-07

# view Just a little test: <%= text_field_with_auto_complete :contact, :name %>   # controller auto_complete_for :contact, :name# view Just a little test: <%= text_field_with_auto_complete :contact, :name %> # controller auto_complete_for :contact, :name Zwei(!) Zeilen im Zweifelsfall. Unglaublich. Jaw dropper. Wer mehr dazu wissen möchte: Ajaxariffic Autocomplete with Scriptaculous How to use text_field_with_auto_complete Das ganze basiert […]

Read the complete article »

Ruby On Rails native MySQL Bindings Vs. RMagick

02-Jan-07

I’m writing this post in english in hope that more people find it useful… Some times ago i really had bad problems installing the MySQL Gem 2.7 with Ruby 1.8.2 or 1.8.5 in conjunction with Rails 1.1.6 on Mac OS X 10.4 Compilation failed with: Building native extensions. This could take a while… mysql.c: In […]

Read the complete article »

DailyFratze 2.0 Preview

16-Oct-06

Ich habe ja hier schon öfter von einer neuen Daily Fratze Version gesprochen. Bald ist es soweit. Eine Vorschau kann man unter http://dailyfratze.michael-simons.eu erreichen. Für Passwort und Benutzername bitte eine kurze Email an rotnroll666@mac.com schicken, ansonsten muss mit dem Bild hier vorlieb genommen werden:

Read the complete article »

FastCGI und Standard Out

03-Oct-06

Gestern habe ich mich eine kleine Ewigkeit mit Ruby on Rails, RMagick und FastCGI geärgert. Mit kleinen Schwierigkeiten habe ich meine ImageMagick Installation soweit gebracht, dass RMagick und Rails problemlos funktionierten. Ziel war ein Imageupload mit anschliessender Verarbeitung durch RMagick. Da nicht immer eine temporäre Datei beim Upload ensteht, habe ich mich an ein Tutorial […]

Read the complete article »