On Thu, 17 Aug 2006 21:37:45 -0400, Jay Levitt wrote: > James, any tips on testing LoginEngine during development? Did you have a > test-harness application you'd care to share, or did you just create a > database.yml and run it as a first-class application during development? > Seems like repeatedly having to install it into an app would slow down the > development process.
I can probably answer that on my own; I've become too used to Eclipse, and the way Subclipse checks out an entire project at once. The answer is to keep a local, blank rails app with just database.yml and the engine stuff in environment.rb, and then check out a working copy of your engine to work on "in situ". Sadly, there's no way to do that with Subclipse, so it's back to the command line. Jay _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
