Hello *,

trying to evaluate Active Scaffold for a commercial project.

So I set up a tiny application
  create_table "autos", :force => true do |t|
    t.string   "name"
    t.datetime "created_at"
    t.datetime "updated_at"
  end
and the rest as in the get started tutorial.

When clicking on one of the table headers for resorting I get a

"ActiveRecord::RecordNotFound in AutosController#show
Couldn't find Auto with ID=update_table"

error.

QUESTION 1: What could be the possible reason here ?



Since I want to use the plugin in a commercial project, I checked the
stability of the demo and found:
* Demo "has_one" leads to an error message (404)
* Demo "field/form overrides" leads to a redirection error
* Demo "belongs_to" produces an internal server error 500 when trying
to create a new record
* Demo "join model" leads to an internal error 500 when trying to
create a new record

QUESTION 2: Does the demo reflect the stability of the system ?

Thanx.
-- 
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