melvin gant <melvingant@gmail.com> writes:
> I installed the Engines and loginEngines plugins but when it came to set
> up the Database schema.rb, that file is missing from the folder. I have
> searched everywhere possible to see if i can get this file and set up
> the schema but no success. Anyone with the same problem or know what
> the issue could be?
> Even the documentation for loginEngine does not show this file anywhere.
> Thanks to anyone who can point me in the right direction.
> melvin gant
>
Try running, rake db:migrate:engine and then
rake db:migrate:login_engine
Run rake --tasks to see the list of all available tasks. Engines use
migrations (search for them in Rails wiki).
HTH.
--
Surendra Singhi
http://ssinghi.kreeti.com, http://www.kreeti.com
Read my blog at: http://cuttingtheredtape.blogspot.com/
,----
| "All animals are equal, but some animals are more equal than
others."
| -- Orwell, Animal Farm, 1945
`----