Configuring session and password controllers as engine, and getting integration tests from devise example app.

This commit is contained in:
Carlos A. da Silva
2009-10-07 21:46:40 -03:00
parent 0ba9980355
commit 7ce49cbbe8
60 changed files with 27590 additions and 69 deletions

3
test/rails_app/script/destroy Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env ruby
require File.expand_path('../../config/boot', __FILE__)
require 'commands/destroy'