hoodwink.d enhanced
 

juretta.com

21 Recent Entries tagged with »Rails«

Rails WDDX request | January 31, 2007

I was asked how to get the body of an HTTP post request in a Rails controller. And with the most things in Rails it's very easy. ...

Rspec Rails plugin | December 07, 2006

I'm using the very convenient RSpec Rails plugin. From the Rspec website: RSpec is a framework for practicing Behaviour Driven Development (BDD) in Ruby. You can find more information on...
@10:00 | Comments: 2 | Tags: Rails (28), Rspec (1)

Using Spamassassin with Rails ActionMailer | November 25, 2006

Running attachr.com for quite a while i noticed that the email service (you can send an email to save@attachr.com to save a code snippet) became target for spam mails. I decided to install spam...

Add generated Rails files to SVN | November 21, 2006

./script/generate model MediaFile --svn creates your model and test files. The generated files are automatically added to your Subversion repository (after commit). exists app/models/...
@17:51 | Comments: 0 | Tags: Rails (28)

Rails: Reload models in script/console | August 11, 2006

Dispatcher.reset_application! reloads your model while running script/console. stefan@www:~$ ./script/console Loading development environment. >> ... [...] >> Dispatcher.reset_application! ...
@19:29 | Comments: 1 | Tags: Rails (28), Snippets (3)

Rails 1.1.5: Mandatory security patch - UDPATE | August 10, 2006

This is a MANDATORY upgrade for anyone not running on a very recent edge (which isn't affected by this). If you have a public Rails site, you MUST upgrade to Rails 1.1.5. The security issue is sev...
@13:32 | Comments: 0 | Tags: Rails (28), Security (1)

Rails-Rdoc task fails on Windows | August 07, 2006

Using the most recent version of Rails the rdoc rake task fails on my windows test box. A quick and simple hack enables the rdoc task. Replace: Rake::RDocTask.new("appdoc") { ...

Capistrano: Hide SVN Files | July 07, 2006

Do you use Capistrano to deploy your Rails app? Capistrano uses subversion to deploy rails applications. Unfortunately this means that the hidden subversion directories (usually .svn) are acces...

Restart lighttpd and Rails | May 16, 2006

Small shell script to restart lighttpd. The script kills all dispatch.fcgi processes and restarts the webserver.

Daedalus considered "verboten" | April 25, 2006

See: http://weblog.textdrive.com/article/185/happy-thanksgiving-daedalus-is-for-dinner, http://weblog.textdrive.com/article/178/fun and http://forum.textdrive.com/viewtopic.php?id=7081 for further information.
@18:10 | Comments: 0 | Tags: Rails (28), Server (14)

Freeze Rails | April 01, 2006

As soon as you deploy a rails app on the production server you should consider to "freeze" your Rails. That means to put the Rails framework in a subdirectory (vendor/rails) of your application.
@11:55 | Comments: 1 | Tags: Rails (28)

Ruby Mysql on Mac OS X (Panther) | December 11, 2005

Problems installing the Ruby mysql gem? [sts@powerbook mysql-2.7]$ sudo gem install mysql [...] ERROR: Failed to build gem native extension. [sts@powerbook mysql-2.7]$ cd /usr/local/li...

How to change the asset path in RubyOnRails | December 10, 2005

If you don't want to name your asset directories for javascript files and stylesheets "javascripts" and "stylesheets" here is how you can change the default path settings.

Rails on Textdrive.com | October 19, 2005

[1] http://weblog.textdrive.com/article/31/ having-ones-own-lighttpd-and-running-it-too [2] http://lighttpd.net/ [3] http://weblog.0x7b.com/articles/2005/09/17/lighttpd-setup-on-textdrive-co...
@11:19 | Comments: 0 | Tags: Rails (28), Server (14)

Logrotate auf FreeBSD: newsyslog | October 19, 2005

newsyslog is a highly configurable program for managing and archiving log files. /usr/sbin/newsyslog -r -f /home/sts/etc/newsyslog.conf Ausgabe des Outputs ohne die Logfiles zu bearbe...

Rails: Setting Content Type | June 07, 2005

class ApplicationController < ActionController::Base before_filter :set_default_content_type def set_content_type(content_type) @response.headers["Content-Type"] = ...
@09:15 | Comments: 3 | Tags: Dropbox (35), Rails (28)

Setting the charset in a Rails App | May 26, 2005

@14:33 | Comments: 0 | Tags: Dropbox (35), Rails (28)

Howto Install Complete Ruby On Debian | May 18, 2005

The following command will install all packages and libraries with "ruby1.8" in the package name, which should lead to a more or less complete installation of ruby on your machine: apt-...

Ruby and Rails on Mac OS X Tiger | April 24, 2005

ruby -v [powermac:~] sts% ruby -v ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0] Readline installieren curl ftp://ftp.gnu.org/gnu/readline/readline-5.0.tar.gz | tar xfz cd readline-5.0 ....

Ruby and Rails on Mac OS X Tiger | April 24, 2005

ruby -v [powermac:~] sts% ruby -v ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0] Readline installieren curl ftp://ftp.gnu.org/gnu/readline/readline-5.0.tar.gz | tar xfz cd readline-5.0 ....

lighthttp Apache and RubyOnRails | March 22, 2005

Using Apache as a proxy to serve a Rails on lighttpd application <Virtualhost xxx.xxx.xxx.xxx> ServerAdmin s@example.com ServerName rails.juretta.net Serv...

About

juretta.com is the personal workspace of Stefan Saasen. You can send him an email or read more about this site in the „About“ section.

Recent comment

On: “Attachr.com: OpenID support added

You need to kill this spam stuff!

posted about 1 year ago by entropie

Look!

Latest links  RSS  

More...