Différences
Ci-dessous, les différences entre deux révisions de la page.
| 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] radeff | info:rails [2018/07/18 09:46] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. radeff | ||
|---|---|---|---|
| Ligne 5: | Ligne 5: | ||
| * [[http:// | * [[http:// | ||
| - | |||
| * [[http:// | * [[http:// | ||
| - | |||
| * [[http:// | * [[http:// | ||
| - | |||
| * [[http:// | * [[http:// | ||
| - | + | | |
| - | | + | |
| ===== InstantRails ===== | ===== InstantRails ===== | ||
| Ligne 21: | Ligne 17: | ||
| ===== Books ===== | ===== Books ===== | ||
| - | {{ :info: | + | {{ info: |
| 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, | ||
| + | |||
| + | New rail | ||
| + | rails new --help | ||
| + | |||
| + | launch the application by entering the command: | ||
| + | rails server | ||
| + | | ||
| + | http:// | ||