Jason FB wrote ...

> Hello everyone. I'm an intermediate Rails coder and a new to
> ActiveScaffold. Saw someone else using it and I liked it so I thought
> I'd give it a whirl.
> 
> Got everything up OK as per basic setup instructions, I can see my
> "list" page and my "create" page is visible, but my New action is
> having a problem I don't know what to do with.

Are you using the master branch and not some older tarball that doesn't
work with recent versions of Rails?

> When I click the "Create" button, the application gets a 500 Internal
> server error (which I can see is the result of my ajax call to /things/
> create where "things" is the name of my controller)
> 
> Here's what the development log is saying (below).
> 
> Any suggestions?

The stack trace shows Phusion Passenger 2.1.3 which might be too old.
The release notes for Passenger 2.2.2, for example, mention support for
Rack 1.0 so it's possible the problem is with the older version of
Passenger. Try updating Passenger and see if that solves the problem.
(I'm using Passenger 2.2.5 and have no problem with AS.)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to