info:rails

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
info:rails [2015/09/24 22:34] – modification externe 127.0.0.1info:rails [2018/07/18 09:46] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. radeff
Ligne 1: Ligne 1:
 ====== Rails (ou RoR pour Ruby on Rails) ====== ====== Rails (ou RoR pour Ruby on Rails) ======
- +{{tag>rb ror}} 
-Ruby on Rails, également appelé RoR ou Rails est un framework web libre écrit en Ruby. Il suit le motif de conception Modèle-Vue-Contrôleur.+Ruby on Rails, également appelé RoR ou Rails est un framework web libre écrit en [[info:ruby|Ruby]]. Il suit le motif de conception Modèle-Vue-Contrôleur.
  
  
   * [[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 19: Ligne 15:
  
 Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all pre-configured and ready to run. No installer, you simply drop it into the directory of your choice and run it. It does not modify your system environment. See the Release Notes for a complete list of what is included. (//genre xampp pour rails; à voir la facilité avec laquelle on installe rails, on peut se demander si c'est bien utile...//) Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all pre-configured and ready to run. No installer, you simply drop it into the directory of your choice and run it. It does not modify your system environment. See the Release Notes for a complete list of what is included. (//genre xampp pour rails; à voir la facilité avec laquelle on installe rails, on peut se demander si c'est bien utile...//)
 +
 +===== Books =====
 +{{ info:agilerordvt.jpg?200|}}
 +
 +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) 
 +===== 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.1443126898.txt.gz
  • Dernière modification : 2015/09/24 22:34
  • de 127.0.0.1