For question 1.

Would you mind showing your controller code?  The error looks like you are
set something up incorrectly.

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"

This error is coming from the show action of your controller.  The ajax call
that happens when you click a header uses the update_table action which
renders the update table partial(I believe).. so this should not call your
show action...
If you don't mind post your autos_controller.rb file, and your
config/routes.rb file

Question 2.
The person that has access to update the website no longer works on the
project.  There are many people out there that use active scaffold for
commercial type use.

On Sat, Jan 9, 2010 at 5:41 PM, X <[email protected]> wrote:

> 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]<activescaffold%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/activescaffold?hl=en.
>
>
>
>
--
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