Recent Posts by BeGe

Subscribe to Recent Posts by BeGe 3 post(s) found

Apr 1, 2008
Avatar BeGe 3 post(s)

Topic: Window / Tutorial - Login Window with Prototype UI

Thank you Jay. Seb what do you mean by ‘git hub’ ? What is the link ?

 
Mar 31, 2008
Avatar BeGe 3 post(s)

Topic: Window / Tutorial - Login Window with Prototype UI

Hello again,
I have succeed to implement your helper, the User table and the User Model. I had to add the gem ruby-hmac so in your tutorial you ‘d better remind that this gem is needed.
Now i have a problem to create an account or get a password as both ‘sign in’ and ‘forgot your password’ returns a HTTP ‘403 forbidden’ error. Do you have an idea about this problem ?

 
Mar 31, 2008
Avatar BeGe 3 post(s)

Topic: Window / Tutorial - Login Window with Prototype UI

Hello, Jay, it’s really an interesting tutorial and i am trying to make it work. I think you can add two things and I have one problem. I am also using Ruby on Rails
1. You can say in which file can be placed the html page. In my case it is index.html.erb (index being the default action in security controller
2. You can also add the description of the user table in a mysql format for example
3 . My problem: when running your example i have undefined method `authenticate’ for line 5 of Security controller. In which plugin or gem did you took it ?