My replies to your questions are imbedded.
Also, when I hover over the "Create New" link, the browser shows the following: http://192.168.2.140:3000/reference_author/new?eid=5c62f839a804cd14c41f391bb 3bf9bf0 On other ActiveScaffold instances that work properly, the link shows: http://192.168.2.140:3000/reference_author/new?eid=5c62f839a804cd14c41f391bb 3bf9bf0&adapter=_list_inline_adapter so the link that doesn't work seems to be missing the "&adapter=_list_inline_adapter" What am I missing? TIA _____ From: [email protected] [mailto:[email protected]] On Behalf Of Hernan Astudillo Sent: Thursday, December 06, 2012 07:15 To: activescaffold Subject: Re: Create New, Search Not Working You mean that the form isn't being rendered? [Luckey] - yes, embedded/AJAX data-entry form not rendered have you added AS assets to the asset pipeline? in application.js and application.css add: //=require active_scaffold [Luckey] - yes, added to both .js & .css files 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] <mailto: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. No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2634/5939 - Release Date: 12/05/12 _____ No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2634/5939 - Release Date: 12/05/12 -- 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.
