I am working on a Web Application with rails which is more of a single page ( think a dashboard ) I want a left side strip fetching a list with and a main app area to the left rendering most of the Application (All with jQuery) In Rails I have a single controller Dashboard for now. I want the request of left side bar to reach the appropriate method so as I can reply with Json. Similarly for the main area. As the application gets complex, the URL appended with #specific URL is also something I want. How would the routes work in this case? I have read the Rails Official docs and searched quite a lot but could not find much information. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ljoFAdaOaI8J. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.