Re: [Engine-users] Don't know how to build task 'engine_migrate'

2006-07-27 Thread James Adam
Do you see the 'db:migrate:engines' task when you run 'rake -T' ? If not, are you sure you've got the latest version of the engines plugin, from http://svn.rails-engines.org/plugins/engines? - james On 7/27/06, freekyfashions <[EMAIL PROTECTED]> wrote: > James Adam wrote: > > On 7/24/06, freekyfa

Re: [Engine-users] LoginEngine questions

2006-07-27 Thread Nathan Mahon
*NO* This is in my app/models/user.rb not the original user.rb file. n8 Joe K wrote: > It looks like the code below edits the original user.rb file, is this > correct? I was looking at the original question, which is the same as > mine, what's the best way to add something like "has_many :comm

Re: [Engine-users] Don't know how to build task 'engine_migrate'

2006-07-27 Thread freekyfashions
James Adam wrote: > Do you see the 'db:migrate:engines' task when you run 'rake -T' ? If > not, are you sure you've got the latest version of the engines plugin, > from http://svn.rails-engines.org/plugins/engines? > > - james Hi, I checked the tasks,I got only db:migrate. Thanks for your

[Engine-users] Login Engine and current_user

2006-07-27 Thread gwen campbell
This is likely a painfully newbie-ish question, so please bare with me :) I'm muddling through my first rails application, and decided to use the Login Engine to handle user authentication. Now, according to the README, I should be able to "use current_user method provided by UserHelper", like so: