From: [email protected]
[mailto:[email protected]] On Behalf Of Ivan Porto
Carrero
Sent: Tuesday, June 09, 2009 2:49 PM
To: ironruby-core
Subject: [Ironruby-core] live demo of ironruby mvc
Hi
I’ve put a working demo live on IIS 7 with IronRuby MVC
a very simple task list application http://irtodo.koolkraft.net
if I try to register myself into IR-Todo, the application throws a
missing method exception when it tries to create my user. Everything
works fine when I login using the credentials for “test” and create my
user via “Users → Add user”. Here is the full stacktrace for that
exception: gist:127061 · GitHub
I’ve also tried to create a new task, but the validation keeps telling
me:
Task update was unsuccessful. Please correct the errors and try again.
* Due Date must be between 01/01/1753 00:00:00 and 12/31/9999
23:59:59
* Assigned To is required
* User is invalid
PS: I had to manually remove the cookie to logout from IR-Todo, I
could not find a “logout” link
On Wed, Jun 10, 2009 at 00:26, Ivan Porto C.[email protected]
wrote: