Pour répondre à un commentaire, sur mon prétendent Post “Pow pour les nuls” :
Pour un développeur web 2 étapes dans la vie du projet :
- Développement
- Production
Pour répondre à un commentaire, sur mon prétendent Post “Pow pour les nuls” :
Pour un développeur web 2 étapes dans la vie du projet :
A lire avant tout :
http://www.camilleroux.com/2010/08/16/pourquoi-ruby-on-rails-est-genial-1-sur-2/
http://www.camilleroux.com/2010/08/16/pourquoi-ruby-on-rails-est-genial-2-sur-2/
Ferrez-vous partit des + de 1830 zombies qui ont terminés (moi oui) ?
http://railsforzombies.org/
Et quelques bons articles pour démarrer :
http://jeremy.wordpress.com/2010/08/13/ruby-rvm-passenger-rails-bundler-en-developpement/
http://jeremy.wordpress.com/2009/11/13/monter-dans-le-train-de-ruby-et-rails/
Et le compte rendu du Rennes on Rails bar #12 :
http://www.rennesonrails.com/?p=288
I try this in Ruby On Rails (ROR) :
But I have this error :
I search a lot of time this Week-End (without) Internet.
I found a solution here :
http://ajzone.wordpress.com/2008/03/11/ruby-on-rails-202/
First replace :
With :
Because “end_form_tag” is deprecated. But after this correction I have this error :
Add a do the the form tag:
And now there are:
Transform this:
<%= form_remote_tag do %>
<%= end %>
To:
<% form_remote_tag do %>
<% end %>
The error come from the "=" char.