I googled for a long time, but didn\'t find full answer for my problem. In my app I use inherited_resources. So, I want to override redirect after succefull creation of Comment object, so I write:
I\'m developing a rails 开发者_StackOverflow社区3 application using inherited_resources and devise.
I am trying to开发者_如何学Go use ActiveAdmin with rails 3.1, but I get the following error during rails generate active_admin:install I get the following:
Trying to do something really simple--could someone please provide the correct incantation? Basically we have Biscuit optionally nested in User so we\'d like routes like:
Let\'s get down to brass tacks. Rails: 2.3.11 I have a controller using inherited_resources t开发者_Go百科o reference two separate and non-nested resources.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.开发者_StackOverflow中文版
I\'m currently developing a couple of modules to reuse code from my controllers on a Rails 3 using InheritedResources (last version) app.
I have build an application using inherited_resource plugin and its ready to go into production. Now I a开发者_运维百科m looking at ways to implement caching for the same application. As I have some
In my routes.rb I have: resources :fire_prev开发者_开发知识库entions do get \'search_adv\', :on => :collection
I am using Inherited Resources in my Rails application but I have an issue: 开发者_StackOverflow中文版