[Rails] What makes YOU a happy Ruby on Rails developer?

2014-10-03 Thread Pablo Alonso García
Hello! I'm running a quick survey to learn about what makes Ruby on Rails developers like YOU happy https://docs.google.com/forms/d/1fk2TJkMaGzbO5pThFFQKFhDgXQOEPUWFn1PS4n1-ZwU/viewform and what motivates YOU when choosing a new company/project/team. I would love to have as much

[Rails] Re: What makes YOU a happy Ruby on Rails developer?

2014-10-03 Thread Pablo Alonso García
UTC+2 schrieb Pablo Alonso García: Hello! I'm running a quick survey to learn about what makes Ruby on Rails developers like YOU happy https://docs.google.com/forms/d/1fk2TJkMaGzbO5pThFFQKFhDgXQOEPUWFn1PS4n1-ZwU/viewform and what motivates YOU when choosing a new company/project/team. I

[Rails] ActionController::RoutingError - Functional Tests and :path_prefix in routes.rb

2009-05-13 Thread Pablo Alonso García
Hi, I'm trying to write a test for my ProfilesController, which I mapped in my routes.rb, using: map.resource :profile, :path_prefix = ':account' This way, I have routes like: profile POST /:account/profile {:controller=profiles, :action=create} formatted_profile POST