Re: [Rails] Re: Problem with submit button

2012-06-22 Thread Arnaud Augier
Sorry didn't finished my previous message I'm on my phone. First of all, read http://guides.rubyonrails.org/getting_started.html You'll understand how to start and you'll understand what you need to do in your controller and your routes.rb. Le 22 juin 2012 23:05, &quo

Re: [Rails] Re: Problem with submit button

2012-06-22 Thread Arnaud Augier
Check http://guides.rubyonrails.org/routing.html You'll find everything you need to understand how to configure your routes. Le 22 juin 2012 21:24, "cyber c." a écrit : > routes.rb have only these > > get "staticpages/main" > get "staticpages/movie" > get "staticpages/book" > > How do i add a ro

[Rails] Re: Help with halm

2012-06-19 Thread Arnaud Augier
Hi, Try this : %li %a{:href => "#"} = image_tag("book_picture.png", :border => 0) Relatórios %ul %li %a{:href => "/relatorios/relatorio"} G: Relatório PCS You can't use <%= ... %> in haml. And instead of %a you should