All posts in 'Shortcuts'

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 »

Rails Links

27-Oct-06

Zum Wochenende ein wenig Linkdropping: 19 Rails Tricks Most Rails Coders Don’t Know sowie ein nettes TextMate Cheat Sheet for Ruby and Rails developers

Read the complete article »