Log message #900370

# At Username Text
# Jul 20th 2009, 08:03 Phally afaik
# Jul 20th 2009, 08:02 Phally cake schema run create -path plugins\dummy\config\sql -name Dummy is as i had it
# Jul 20th 2009, 08:02 alkemann right
# Jul 20th 2009, 08:02 Phally DummySchema?
# Jul 20th 2009, 08:02 Phally what is the classname?
# Jul 20th 2009, 08:02 alkemann could not be loaded
# Jul 20th 2009, 08:01 Phally i had to add -name Dummy
# Jul 20th 2009, 08:01 alkemann this for instance cake schema run create Dummy -path plugins\dummy\config\sql
# Jul 20th 2009, 08:00 alkemann i know that at some point i got plugins schema file to run using -path, but at some point it stopped working and i havent been able to get anything but default to run since.
# Jul 20th 2009, 07:58 markstory but yeah fatal errors are a pain.
# Jul 20th 2009, 07:58 markstory don't use die() in tests
# Jul 20th 2009, 07:57 alkemann it's just that if a test has an fatal error. it doesnt drop the tables, so next run i get table exists error
# Jul 20th 2009, 07:57 alkemann u gotta state it though
# Jul 20th 2009, 07:56 markstory thats in the dbo's though
# Jul 20th 2009, 07:55 markstory mysql should have that.
# Jul 20th 2009, 07:55 alkemann markstory: and a personal wishlist of mine. add "DROP IF EXISTS" to the test fixtures generation
# Jul 20th 2009, 07:54 alkemann except when it complained about the table not existing
# Jul 20th 2009, 07:54 alkemann i get error cannot load <filename>
# Jul 20th 2009, 07:54 markstory thats about the only way you can make plugins work.
# Jul 20th 2009, 07:53 markstory -path works.
# Jul 20th 2009, 07:53 alkemann so schema files need to be in the app sql folder, the -path thing doesnt work?
# Jul 20th 2009, 07:53 markstory going to be fixed though.
# Jul 20th 2009, 07:52 markstory plugins are a pain, right now.
# Jul 20th 2009, 07:52 alkemann and plugins
# Jul 20th 2009, 07:52 markstory which contains FooSchema ?
# Jul 20th 2009, 07:52 markstory so something like /config/sql/foo.php ?
# Jul 20th 2009, 07:51 alkemann also seems to be a problem with it telling me im missing the table that im trying to add using the schema
# Jul 20th 2009, 07:50 alkemann markstory: i have tried with path,file and/or name options
# Jul 20th 2009, 07:50 alkemann markstory: i was wondering if u could tell me how to use schema files other than /app/config/sql/schema.php
# Jul 20th 2009, 07:35 markstory alkemann: >
# Jul 20th 2009, 06:02 Phally that goes beyond my knowledge of GIT atm :p
# Jul 20th 2009, 05:59 alkemann so if we can find a way to skip that merge thing (probably rebase it into prior commit, then we are set
# Jul 20th 2009, 05:59 Phally keeps things stuctured
# Jul 20th 2009, 05:58 Phally exactly
# Jul 20th 2009, 05:56 alkemann better to comeplete a task on the same code base yea?
# Jul 20th 2009, 05:51 Phally plus changes might be based on old code then
# Jul 20th 2009, 05:50 Phally *indeed
# Jul 20th 2009, 05:50 Phally no ideaa
# Jul 20th 2009, 05:50 alkemann if u have commited some though.. dont want the merge in the middle of ur task's commits
# Jul 20th 2009, 05:50 Phally well, you can always stash your changes
# Jul 20th 2009, 05:49 alkemann yea thats fine for now, but once more people start working on it, and there can be changes to the online version while ur mid work on a task, then it isnt the best way, imho