I'm upgrading from Rails 3.0 to 3.1 (one step in upgrade from Rails 2) In rails 3.0 I use these versions in Gemfile, and everything works well
gem "active_scaffold", "~> 3.0.0" gem "recordselect", "~> 3.0.4" I've upgraded to Rails 3.1 and have enabled asset pipeline, after that recordselect form no longer appears anywhere (e.g.: while editing record of ChargeCard model, which belongs to Discipline model, config.columns[ :discipline].form_ui = :record_select is set). Current Gemfile: gem "active_scaffold", "~> 3.1.0" gem "recordselect" I've tried 3.1.9 and 3.2.3 versions of recordselect, latest version from git://github.com/scambra/recordselect.git , tried 3.1 and 3.2 versions of active_scaffold and result was the same: form just doesn't appeared. Asset pupeline have load proper version of recordselect's javascript, on click on the recordselect input the query to the disciplines/browse?escape=false was sent and successfully returned with html and javascript for form. No errors appeared in developer tools javascript console. Can't understand. https://github.com/AmurSU/taurus/tree/upgrade - the whole problem code for reference, for example app/controllers/dept_head/charge_cards_controller.rb -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To view this discussion on the web visit https://groups.google.com/d/msg/activescaffold/-/bqAlmkCJeFAJ. 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.
