On Tue, Oct 28, 2008 at 5:59 AM, Dermot Brennan <[EMAIL PROTECTED]>wrote:
> > > Ah OK, that worked, thanks! I think I had tried a few of those tasks, > but I hadn't noticed where they had put what it had unpacked. > > Right, so merb-auth-core and merb-auth-more are the gems. merb-auth- > slice-password is the slice. The slice has rake tasks for freezing the > views, models (the slice "app"?) into the slices folder of your > application. > > On Oct 27, 4:13 pm, codewrangler <[EMAIL PROTECTED]> wrote: > > There are various rake tasks that are associated with merb-auth. So, > > if you do a rake -T, you'll see a bunch. > > > > The on in particular that you are asking about is this rake task: > > > > rake slices:merb-auth-slice-password:freeze:views > > > > This will freeze the views in a slice folder, in your application root > > directory. If you traverse down in the slice folder, you'll see a > > views folder that has the views for the login piece. You can change > > that to look however you want. > > > > On Oct 26, 4:35 am, Dermot Brennan <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > I'm just trying out merb-auth and I've gotten the basics working by > > > followinghttp://wiki.merbivore.com/cookbook/authenticated_hello_world > > > . Now I want to do things like customize the views. How do I do that? > > > Is there any documentation for that? Is there any example applications > > > on github that have used and customised merb-auth? > > > > > Thanks, > > > Dermot > If you're wanting to customize the login for you should customize the app/views/exceptions/unauthenticated.html.erb file (or create it) Login is just an action on the Exceptions controller. HTH Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
