Re: [Rails] Problem with routes after scaffold

2012-10-31 Thread Luis Miguel Cabezas Granado
Try this: > Cbapp::Application.routes.draw do > root :to => 'users#index' > match 'users/login' => 'users#login' > resources :users > end Enviado desde mi iPhone El 31/10/2012, a las 15:22, IT Coobo Internal Team escribió: > Hi everbody, > > I'm new in the forum. I' studing ruby and rails

Re: [Rails] Ideas on a project or gem to develop

2012-04-08 Thread Luis Miguel Cabezas Granado
student (Masters) and this summer I will probably not have an >> ordinary summer job, but instead work on some of my own projects. These >> will probably not fill my time so now I want some ideas for a project to >> start or a gem to develop in Rails. >> >> Do you have any service y

[Rails] REST Services from PHP

2012-04-08 Thread Luis Miguel Cabezas Granado
Hi, I want to read data from Rails 3.1 app with PHP. I use REST with JSON for this. My problem is that Rails app have "devise" and "cancan" and i don't want access to REST Services because i haven't auth previously. Any example of this? Thanks and sorry for my english. -- You received thi

[Rails] link_to_remote and link_to

2010-09-06 Thread Luis miguel Cabezas granado
Hi, Estoy pasando una aplicación que trabaja con Google maps y Rails 2. Con Google maps recojo las coordenadas X y Y en dos campos de texto y los paso mediante el método :with al controlador para hacer algunas operaciones. El código es: I have an application with RoR and Google maps and i catch