You mean that the form isn't being rendered?

have you added AS assets to the asset pipeline?

in application.js and application.css add:
//=require active_scaffold


On Tue, Dec 4, 2012 at 2:48 PM, Jeff Luckey <[email protected]> wrote:

>
> When I click on the Create New or Search links on a default ActiveScaffold
> grid, nothing happens.  The rails server shows:
>
> Started GET
> "/reference_author/1357/edit?eid=5c62f839a804cd14c41f391bb3bf9bf0" for
> 192.168.2.108 at 2012-12-04 09:36:13 -0800
>   Processing by ReferenceAuthorController#edit as JS
>   Parameters: {"eid"=>"5c62f839a804cd14c41f391bb3bf9bf0", "id"=>"1357"}
>   ReferenceAuthor Load (37.9ms)  SELECT "reference_authors".* FROM
> "reference_authors" WHERE "reference_authors"."id" = $1 LIMIT 1  [["id",
> "1357"]]
> Rendered
>
> /home/jeff/.rvm/gems/ruby-1.9.2-p180/gems/active_scaffold-3.1.17/frontends/d
> efault/views/_form_attribute.html.erb (1.4ms)
> Rendered
>
> /home/jeff/.rvm/gems/ruby-1.9.2-p180/gems/active_scaffold-3.1.17/frontends/d
> efault/views/_form_attribute.html.erb (0.5ms)
> Rendered
>
> /home/jeff/.rvm/gems/ruby-1.9.2-p180/gems/active_scaffold-3.1.17/frontends/d
> efault/views/_form_attribute.html.erb (0.4ms)
> Rendered
>
> /home/jeff/.rvm/gems/ruby-1.9.2-p180/gems/active_scaffold-3.1.17/frontends/d
> efault/views/_form_attribute.html.erb (0.4ms)
> Rendered
>
> /home/jeff/.rvm/gems/ruby-1.9.2-p180/gems/active_scaffold-3.1.17/frontends/d
> efault/views/_form.html.erb (347.4ms)
> Rendered
>
> /home/jeff/.rvm/gems/ruby-1.9.2-p180/gems/active_scaffold-3.1.17/frontends/d
> efault/views/_base_form.html.erb (413.7ms)
> Rendered
>
> /home/jeff/.rvm/gems/ruby-1.9.2-p180/gems/active_scaffold-3.1.17/frontends/d
> efault/views/_update_form.html.erb (474.7ms)
> Completed 200 OK in 582ms (Views: 540.9ms | ActiveRecord: 39.0ms)
>
> Which looks OK but the web page does display the data entry form.
>
> What's wrong?
>
> Rails 3.1
>
> Thanks
>
> -Jeff
>
>
>
> --
> 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.
>
>

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