Re: [Rails] Ruby On Rails Route Problem, with controller inside and outside module

2013-03-13 Thread BalaRaju Vankala
hey Bikram Thapa, Can you be more specific and clear. I dint get you right now On Wed, Mar 13, 2013 at 5:15 PM, Bikram Thapa wrote: > How to create different routes with the same name controller inside and > outside module > > -- > You received this message because you are subscribed to the Go

[Rails] Ruby On Rails Route Problem, with controller inside and outside module

2013-03-13 Thread Bikram Thapa
How to create different routes with the same name controller inside and outside module -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+u

[Rails] route problem

2012-10-23 Thread roelof
Hello I have this routes.rb Tamara::Application.routes.draw do ActiveAdmin.routes(self) devise_for :admin_users, ActiveAdmin::Devise.config resources :users resources :category do resources :berichten end end So I thought that localhost:3000//bericht/new I could write a ne

[Rails] Route Problem

2009-08-20 Thread Glen
So I'm trying to start up my first rails app in quite a while (since 1.5) and I'm getting the following error: /Library/Ruby/Gems/1.8/gems/actionpack-2.3.3/lib/action_controller/ routing/builder.rb:159:in `build': undefined method `[]' for :comments:Symbol (NoMethodError) Obviously it doesn't li