Alexander Ponomarenko

Results 4 issues of Alexander Ponomarenko

I'm using **rails 5.1.4** with **activeadmin** When try to load pages index in ActiveAdmin got the error ``` Showing /home/ap/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activeadmin-1.2.0/app/views/active_admin/resource/index.html.arb where line #2 raised: Unknown primary key for table page_hierarchies...

Community help requested

It would be great to have such option. Thnks

Please, change the VK logo. Official source (you can download it at the bottom): https://vk.com/about ![vk-off-logo](https://cloud.githubusercontent.com/assets/752875/19262484/ec0c8222-8f9f-11e6-8522-439999d66462.png) Thanks ))

I use **inherited_resources** and **simple_form gems** in my app. #### Routes ``` ruby MyApp::Application.routes.draw do filter :locale, :pagination, :exclude => /^\/admin/ resources :categories, :controller => "article/categories" root 'home#index' end ```...