info:rails

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
info:rails [2018/04/13 18:49] – [Books] radeffinfo:rails [2018/07/18 09:46] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. radeff
Ligne 5: Ligne 5:
  
   * [[http://fr.wikipedia.org/wiki/Ruby_on_Rails|RoR sur wikipédia]]   * [[http://fr.wikipedia.org/wiki/Ruby_on_Rails|RoR sur wikipédia]]
- 
   * [[http://www.rubyonrails.org/|Site officiel de Ruby on Rails]]   * [[http://www.rubyonrails.org/|Site officiel de Ruby on Rails]]
- 
   * [[http://www.railsfrance.org/|site communautaire et articles traduits]]   * [[http://www.railsfrance.org/|site communautaire et articles traduits]]
- 
   * [[http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html|Ruby et ajax]]   * [[http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html|Ruby et ajax]]
- +  * [[https://www.heroku.com/pricing|Hébergement (heroku.com)]]
-  * [[http://radeff.red/links/search.php?disc=ruby|Mes liens ruby sur akademia]]+
  
 ===== InstantRails ===== ===== InstantRails =====
Ligne 21: Ligne 17:
  
 ===== Books ===== ===== Books =====
-{{ :info:agilerordvt.jpg|}}+{{ info:agilerordvt.jpg?200|}}
  
 Agile Web Development with Rails: A Pragmatic Guide (Pragmatic Programmers) 1st Edition Agile Web Development with Rails: A Pragmatic Guide (Pragmatic Programmers) 1st Edition
 by Dave Thomas (Author), David Heinemeier Hansson (Author), Leon Breedt (Author), Mike Clark (Author), Thomas Fuchs (Author), Andrea Schwarz (Author)  by Dave Thomas (Author), David Heinemeier Hansson (Author), Leon Breedt (Author), Mike Clark (Author), Thomas Fuchs (Author), Andrea Schwarz (Author) 
 +===== Tuto =====
 +Wireframes and Mockups
 +
 +You can track your tasks with a simple to-do list. Some entrepreneurs like the discipline of
 +the GTD system (Getting Things Done) for personal productivity and time management. Our
 +article on Rails and Project Management
 +See the article on Rails and Project Management for a list of kanban web applications.
 +
 +* We’ll use Heroku to host the tutorial application so anyone can reach it.
 +
 +Hosted Computing
 +
 +Nitrous.io provides a hosted development environment. That means you set up an account
 +and then access a remote computer from your web browser. The Nitrous.io service is free for
 +ordinary use.
 +
 +RVM, the Ruby Version Manager.
 +  rvm list
 +
 +You can see a list of available gemsets associated with the current Ruby version:
 +  rvm gemset list
 +
 +La commande « rvm » est introuvable, mais il y en a 26 similaires
 +
 +New rail
 +  rails new --help
 +
 +launch the application by entering the command:
 +  rails server
 +  
 +http://localhost:3000/
  • info/rails.1523638141.txt.gz
  • Dernière modification : 2018/04/13 18:49
  • de radeff