Do you know if you're using jquery or prototype? I have recordselect
working successfully for me with rails 3.2.2, jquery, latest official
active_scaffold, and recordselect from github.com/scambra/recordselect.

In my experience, if the form doesn't appear, its something with the
javascript library or javascript not being loaded in the asset pipeline.
Sounds like you've already checked that though...

On Mon, Mar 19, 2012 at 9:39 PM, Andrey Novikov <[email protected]> wrote:

> 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<http://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.
>

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