On Miércoles, 14 de diciembre de 2011 18:08:26 Erik Ordway escribió: > Ok so my app has been in use for 3 or 4 years. It has used what ever > the current version of AS was at the time including vhochstein for > 3.0 . I have now migrated back to the mainline AS for 3.1. I did all > the asset and initializer stuff and stripped out plugins. All the CSS > works and even the timepicker for jquery. > > What does not work is any of the inline/nested create , edit , show. > If you click on them of the links to nest/related tables the spinner > just spins even though the server returns the html that should have > been inserted . Delete works. If I switch the actions to > config.x.link.page = true they work but this does not fix editing > related tables. The effects all the controllers in the app that use > AS (actually that is all of them). The spinner keeps spinning and if > I look at what the server returned it is the raw html that should have > been inserted into the page but was not. > > So I figured that I must have missed something in upgrading so I made > a new simple app with Rooms and Users that are assigned to Rooms. > Everything works fine. I then have gone back through both apps > config's application.rb application.js application.css and found no > issues. > > Any thoughts?
Check jquery, jquery_ujs and active_scaffold are included in source code. //= require jquery //= require jquery_ujs //= require active_scaffold -- 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.
