Re: Bake doesn't do anything for me

2008-12-16 Thread Lucki

I assume it's fine since the site is working other then Bake.

It's pretty much the default that Bake creates. Is there something in
particular you're looking for? I'm too lazy to fire up the VPN at the
moment to copy/paste.

--Lucki

On Dec 15, 6:51 pm, Rob webwe...@gmail.com wrote:
 What does your database.php look like ?

 On Dec 12, 1:29 pm, Lucki ebmlu...@gmail.com wrote:

  No solution yet.

  My manually built models work just fine.

  table names are in ALLCAPS because it's Oracle. This doesn't stop
  models from working though.

  On Dec 12, 12:36 pm, hhg h...@gabelgaard.org wrote:

   I see the same: No list of tables to build models from, it just exits.
   The database connection seems ok, all green on the home page.

   Lucki, did you find a solution?

   On 10 Dec., 22:25, Lucki ebmlu...@gmail.com wrote:

cakebake does provide the options, but if I press me it just says:


Welcome to CakePHP v1.2.0.7692 RC3 Console
---
App : app
Path: /usr2/webroot/editorsch/cake/app
---
InteractiveBakeShell
---
[D]atabase Configuration
[M]odel
[V]iew
[C]ontroller
[P]roject
[Q]uit
What would you like toBake? (D/M/V/C/P/Q) m

---
   BakeModel
Path: /BASEPATH/cake/app/models/
---


And exits without doing anything.

On Dec 9, 6:17 pm, Sam Sherlock sam.sherl...@gmail.com wrote:

 does cakebake provide options m,v,c  then after pressing m you'll 
 get a
 list 1 - x of you models pressing the corresponding number gets walks 
 you
 through the process of creating models

 2008/12/9 Lucki ebmlu...@gmail.com

  Is there an issue usingBakewith Oracle?

  I already set a project up manually, then tried usingbaketo see what
  it would do for models and and I wanted tobakethe scaffold code for
  each of my models. But all cakebakemodel does is display the model
  path and not write any files. All cakebakemodel ModelName does is
  write a boiler plate file that is clearly not picking up anything 
  from
  the database.

  cakebakecontroller ModelNamePlural does write the boiler plate
  that just sets var $scaffold.

  cakebakecontroller ModelNamePlural scaffold says it's baking
  scaffold for ModelName But doesn't write any files.

  This is /really/ frustrating. I've heard what a great tool this is 
  and
  it's just /not/ working.

  I really want to have the scaffold controllers and views written out
  as place to start developing from. That's the whole point ofbake,
  isn't it?- Skjul tekst i anførselstegn -

- Vis tekst i anførselstegn -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Bake doesn't do anything for me

2008-12-15 Thread Rob

What does your database.php look like ?

On Dec 12, 1:29 pm, Lucki ebmlu...@gmail.com wrote:
 No solution yet.

 My manually built models work just fine.

 table names are in ALLCAPS because it's Oracle. This doesn't stop
 models from working though.

 On Dec 12, 12:36 pm, hhg h...@gabelgaard.org wrote:

  I see the same: No list of tables to build models from, it just exits.
  The database connection seems ok, all green on the home page.

  Lucki, did you find a solution?

  On 10 Dec., 22:25, Lucki ebmlu...@gmail.com wrote:

   cakebake does provide the options, but if I press me it just says:

   
   Welcome to CakePHP v1.2.0.7692 RC3 Console
   ---
   App : app
   Path: /usr2/webroot/editorsch/cake/app
   ---
   InteractiveBakeShell
   ---
   [D]atabase Configuration
   [M]odel
   [V]iew
   [C]ontroller
   [P]roject
   [Q]uit
   What would you like toBake? (D/M/V/C/P/Q) m

   ---
  BakeModel
   Path: /BASEPATH/cake/app/models/
   ---
   

   And exits without doing anything.

   On Dec 9, 6:17 pm, Sam Sherlock sam.sherl...@gmail.com wrote:

does cakebake provide options m,v,c  then after pressing m you'll get 
a
list 1 - x of you models pressing the corresponding number gets walks 
you
through the process of creating models

2008/12/9 Lucki ebmlu...@gmail.com

 Is there an issue usingBakewith Oracle?

 I already set a project up manually, then tried usingbaketo see what
 it would do for models and and I wanted tobakethe scaffold code for
 each of my models. But all cakebakemodel does is display the model
 path and not write any files. All cakebakemodel ModelName does is
 write a boiler plate file that is clearly not picking up anything from
 the database.

 cakebakecontroller ModelNamePlural does write the boiler plate
 that just sets var $scaffold.

 cakebakecontroller ModelNamePlural scaffold says it's baking
 scaffold for ModelName But doesn't write any files.

 This is /really/ frustrating. I've heard what a great tool this is and
 it's just /not/ working.

 I really want to have the scaffold controllers and views written out
 as place to start developing from. That's the whole point ofbake,
 isn't it?- Skjul tekst i anførselstegn -

   - Vis tekst i anførselstegn -


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Bake doesn't do anything for me

2008-12-12 Thread hhg

I see the same: No list of tables to build models from, it just exits.
The database connection seems ok, all green on the home page.

Lucki, did you find a solution?

On 10 Dec., 22:25, Lucki ebmlu...@gmail.com wrote:
 cake bake does provide the options, but if I press me it just says:

 
 Welcome to CakePHP v1.2.0.7692 RC3 Console
 ---
 App : app
 Path: /usr2/webroot/editorsch/cake/app
 ---
 Interactive Bake Shell
 ---
 [D]atabase Configuration
 [M]odel
 [V]iew
 [C]ontroller
 [P]roject
 [Q]uit
 What would you like to Bake? (D/M/V/C/P/Q) m

 ---
 Bake Model
 Path: /BASEPATH/cake/app/models/
 ---
 

 And exits without doing anything.

 On Dec 9, 6:17 pm, Sam Sherlock sam.sherl...@gmail.com wrote:



  does cake bake provide options m,v,c  then after pressing m you'll get a
  list 1 - x of you models pressing the corresponding number gets walks you
  through the process of creating models

  2008/12/9 Lucki ebmlu...@gmail.com

   Is there an issue using Bake with Oracle?

   I already set a project up manually, then tried using bake to see what
   it would do for models and and I wanted to bake the scaffold code for
   each of my models. But all cake bake model does is display the model
   path and not write any files. All cake bake model ModelName does is
   write a boiler plate file that is clearly not picking up anything from
   the database.

   cake bake controller ModelNamePlural does write the boiler plate
   that just sets var $scaffold.

   cake bake controller ModelNamePlural scaffold says it's baking
   scaffold for ModelName But doesn't write any files.

   This is /really/ frustrating. I've heard what a great tool this is and
   it's just /not/ working.

   I really want to have the scaffold controllers and views written out
   as place to start developing from. That's the whole point of bake,
   isn't it?- Skjul tekst i anførselstegn -

 - Vis tekst i anførselstegn -

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Bake doesn't do anything for me

2008-12-12 Thread Lucki

No solution yet.

My manually built models work just fine.

table names are in ALLCAPS because it's Oracle. This doesn't stop
models from working though.

On Dec 12, 12:36 pm, hhg h...@gabelgaard.org wrote:
 I see the same: No list of tables to build models from, it just exits.
 The database connection seems ok, all green on the home page.

 Lucki, did you find a solution?

 On 10 Dec., 22:25, Lucki ebmlu...@gmail.com wrote:

  cakebake does provide the options, but if I press me it just says:

  
  Welcome to CakePHP v1.2.0.7692 RC3 Console
  ---
  App : app
  Path: /usr2/webroot/editorsch/cake/app
  ---
  InteractiveBakeShell
  ---
  [D]atabase Configuration
  [M]odel
  [V]iew
  [C]ontroller
  [P]roject
  [Q]uit
  What would you like toBake? (D/M/V/C/P/Q) m

  ---
 BakeModel
  Path: /BASEPATH/cake/app/models/
  ---
  

  And exits without doing anything.

  On Dec 9, 6:17 pm, Sam Sherlock sam.sherl...@gmail.com wrote:

   does cakebake provide options m,v,c  then after pressing m you'll get a
   list 1 - x of you models pressing the corresponding number gets walks you
   through the process of creating models

   2008/12/9 Lucki ebmlu...@gmail.com

Is there an issue usingBakewith Oracle?

I already set a project up manually, then tried usingbaketo see what
it would do for models and and I wanted tobakethe scaffold code for
each of my models. But all cakebakemodel does is display the model
path and not write any files. All cakebakemodel ModelName does is
write a boiler plate file that is clearly not picking up anything from
the database.

cakebakecontroller ModelNamePlural does write the boiler plate
that just sets var $scaffold.

cakebakecontroller ModelNamePlural scaffold says it's baking
scaffold for ModelName But doesn't write any files.

This is /really/ frustrating. I've heard what a great tool this is and
it's just /not/ working.

I really want to have the scaffold controllers and views written out
as place to start developing from. That's the whole point ofbake,
isn't it?- Skjul tekst i anførselstegn -

  - Vis tekst i anførselstegn -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Bake doesn't do anything for me

2008-12-11 Thread Rob

It sounds like you may have a problem with your database connection,
and Cake isn't seeing any tables that it can build a model for.

Have you validated your connection by loading the web page for your
app?

On Dec 10, 1:25 pm, Lucki [EMAIL PROTECTED] wrote:
 cake bake does provide the options, but if I press me it just says:

 
 Welcome to CakePHP v1.2.0.7692 RC3 Console
 ---
 App : app
 Path: /usr2/webroot/editorsch/cake/app
 ---
 Interactive Bake Shell
 ---
 [D]atabase Configuration
 [M]odel
 [V]iew
 [C]ontroller
 [P]roject
 [Q]uit
 What would you like to Bake? (D/M/V/C/P/Q) m

 ---
 Bake Model
 Path: /BASEPATH/cake/app/models/
 ---
 

 And exits without doing anything.

 On Dec 9, 6:17 pm, Sam Sherlock [EMAIL PROTECTED] wrote:

  does cake bake provide options m,v,c  then after pressing m you'll get a
  list 1 - x of you models pressing the corresponding number gets walks you
  through the process of creating models

  2008/12/9 Lucki [EMAIL PROTECTED]

   Is there an issue using Bake with Oracle?

   I already set a project up manually, then tried using bake to see what
   it would do for models and and I wanted to bake the scaffold code for
   each of my models. But all cake bake model does is display the model
   path and not write any files. All cake bake model ModelName does is
   write a boiler plate file that is clearly not picking up anything from
   the database.

   cake bake controller ModelNamePlural does write the boiler plate
   that just sets var $scaffold.

   cake bake controller ModelNamePlural scaffold says it's baking
   scaffold for ModelName But doesn't write any files.

   This is /really/ frustrating. I've heard what a great tool this is and
   it's just /not/ working.

   I really want to have the scaffold controllers and views written out
   as place to start developing from. That's the whole point of bake,
   isn't it?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Bake doesn't do anything for me

2008-12-10 Thread Lucki

cake bake does provide the options, but if I press me it just says:


Welcome to CakePHP v1.2.0.7692 RC3 Console
---
App : app
Path: /usr2/webroot/editorsch/cake/app
---
Interactive Bake Shell
---
[D]atabase Configuration
[M]odel
[V]iew
[C]ontroller
[P]roject
[Q]uit
What would you like to Bake? (D/M/V/C/P/Q)
 m
---
Bake Model
Path: /BASEPATH/cake/app/models/
---


And exits without doing anything.



On Dec 9, 6:17 pm, Sam Sherlock [EMAIL PROTECTED] wrote:
 does cake bake provide options m,v,c  then after pressing m you'll get a
 list 1 - x of you models pressing the corresponding number gets walks you
 through the process of creating models

 2008/12/9 Lucki [EMAIL PROTECTED]



  Is there an issue using Bake with Oracle?

  I already set a project up manually, then tried using bake to see what
  it would do for models and and I wanted to bake the scaffold code for
  each of my models. But all cake bake model does is display the model
  path and not write any files. All cake bake model ModelName does is
  write a boiler plate file that is clearly not picking up anything from
  the database.

  cake bake controller ModelNamePlural does write the boiler plate
  that just sets var $scaffold.

  cake bake controller ModelNamePlural scaffold says it's baking
  scaffold for ModelName But doesn't write any files.

  This is /really/ frustrating. I've heard what a great tool this is and
  it's just /not/ working.

  I really want to have the scaffold controllers and views written out
  as place to start developing from. That's the whole point of bake,
  isn't it?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Bake doesn't do anything for me

2008-12-09 Thread Lucki

Is there an issue using Bake with Oracle?

I already set a project up manually, then tried using bake to see what
it would do for models and and I wanted to bake the scaffold code for
each of my models. But all cake bake model does is display the model
path and not write any files. All cake bake model ModelName does is
write a boiler plate file that is clearly not picking up anything from
the database.

cake bake controller ModelNamePlural does write the boiler plate
that just sets var $scaffold.

cake bake controller ModelNamePlural scaffold says it's baking
scaffold for ModelName But doesn't write any files.

This is /really/ frustrating. I've heard what a great tool this is and
it's just /not/ working.

I really want to have the scaffold controllers and views written out
as place to start developing from. That's the whole point of bake,
isn't it?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Bake doesn't do anything for me

2008-12-09 Thread Sam Sherlock
does cake bake provide options m,v,c  then after pressing m you'll get a
list 1 - x of you models pressing the corresponding number gets walks you
through the process of creating models

2008/12/9 Lucki [EMAIL PROTECTED]


 Is there an issue using Bake with Oracle?

 I already set a project up manually, then tried using bake to see what
 it would do for models and and I wanted to bake the scaffold code for
 each of my models. But all cake bake model does is display the model
 path and not write any files. All cake bake model ModelName does is
 write a boiler plate file that is clearly not picking up anything from
 the database.

 cake bake controller ModelNamePlural does write the boiler plate
 that just sets var $scaffold.

 cake bake controller ModelNamePlural scaffold says it's baking
 scaffold for ModelName But doesn't write any files.

 This is /really/ frustrating. I've heard what a great tool this is and
 it's just /not/ working.

 I really want to have the scaffold controllers and views written out
 as place to start developing from. That's the whole point of bake,
 isn't it?

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---