All posts tagged with 'Rails'

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 »

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 »

Rails mit FastCGI und Apache unter Mac OS X

28-Jun-06

Die vorherigen Artikel Ruby on Rails mit Mac OS X und Rails: Rolling into production on Mac OS X beschäftigten sich mit der Installation von Ruby on Rails unter Mac OS X bzw. mit der Produktivumgebung von Rails. Prämisse für mich war jedesmal, dass der eingebaute Mac OS X Apache genutzt wird und nicht ein […]

Read the complete article »

Rails: Rolling into production on Mac OS X

29-May-06

Damit die SetEnv RAILS_ENV productionSetEnv RAILS_ENV production Direktive in der httpd.conf oder einer lokalen .htaccess Datei funktioniert, muss das Modul “env_module” im Apache aktiviert werden. Dies wird unter Mac OS X nicht standardmässig getan. Folgende Zeilen in der /etc/httpd.conf einkommentieren: LoadModule env_module libexec/httpd/mod_env.so AddModule mod_env.cLoadModule env_module libexec/httpd/mod_env.so AddModule mod_env.c

Read the complete article »