Jquery 1.6.1

2011/8/6 Andrey Voronkov <[email protected]>:
> Given:
> Rails 3.0.9
> active_scaffold_vho 3.0.20 (Rubygems)
> jquery-ujs (as a gem and rails g jquery:install)
>
> layouts/application.html.erb:
> ...
> <%= stylesheet_link_tag :all %>
> <%= javascript_include_tag 'jquery', 'jquery-ui', 'jquery_ujs', :defaults %>
> <%= csrf_meta_tag %>
> <%= active_scaffold_includes %>
> ...
>
> config/initializers/active_scaffold.rb:
> ActiveScaffold.js_framework = :jquery
>
> Routes like this:
> namespace :admin do
>  resources :crosses do
>    as_routes
>  end
> end
>
> When I click on any crud link I see only gif load indication that
> disappears shortly and nothing (link turns inactive and grey). From
> javascrip console (chrome):
>
> XHR finished loading:
> "http://localhost:3000/admin/crosses/new?adapter=_list_inline_adapter";.
>
> And no errors or something suspicious :( I'm sad and have no time.
> Help me please.
>

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