
Write a little game in Ruby! - Rails Girls Created by Patrick Huesler, @phuesler & Floor Drees, @floordrees for Rails Girls The Hague gosu is a 2D game development library. Gosu features easy to use and game-friendly interfaces to 2D graphics and text (accelerated by 3D hardware), sound samples and music as well as keyboard, mouse and gamepad/joystick input. Also includes demos for integration with RMagick, Chipmunk and OpenGL. The actual source code, wiki, issue tracker etc. are all hosted on GitHub. gem install gosu or add gem "gosu", "~> 0.7.48" to your Gemfile and run bundle. cd $GEM_HOME/gems/gosu-0.7.48/examples and then: ruby CptnRuby.rb or: ruby RMagickIntegration.rb or: ruby Tutorial.rb Enough with those examples already! Copy the repository by opening (a new tab in your) terminal. Now run git clone aaand change into the proper directory using cd gosu_tutorial_RG_TH/jumpingem Run! To play our little game, open it using the terminal: ruby game.rb So how does this work? ! Credits
UT on Rails Last year I held a series of non credit Rails courses for University of Texas Students, i’m happy to announce that i’ve been granted an Adjunct Professor position at the UT and I’m teaching a for credit course in Databases and Rails. Lucky for you, i’m a sucker for online learning, so i’ll be putting all my course material online, right here. The Course This Ruby on Rails course is 10 weeks long and assumes you know very little about programming and have not used Ruby, Rails, or Databases previously. The videos are broken up by topic, so if you know one topic you can safely skip that video. I’m taking a fairly non traditional approach to teaching Rails, so even if you’ve been coding for a year or so, you’ll still likely get something out of the course, especially the exercises. Week 1: Introduction to Databases This first week we focus on databases and won’t get into Rails until the second week. More Exercise: Watch command line basics, and then install Ruby & Rails on your system More More
Groupes d'utilisateurs Les groupes d’utilisateurs sont des mini-réseaux regroupant des programmeurs par centre d’intérêt ou langue. Rejoindre et participer à un groupe est une manière très efficace d’améliorer ses compétences et de rencontrer d’autres programmeurs. Les groupes sont informels, au sens que leur structure varient d’un groupe à un autre : certains consistent en une simple liste de diffusion ou un forum, d’autres ont une assise légale (association…) et organisent éventuellement des rencontres et des conférences. N’importe qui peut former son propre groupe, y établir ses propres règles, mais généralement, il sera plus intéressant pour vous de rejoindre un groupe déjà existant que de lancer une initiative redondante. Groupes Pour rencontrer d’autres programmeurs Ruby, un groupe local (au sens de la géographie) peut être un bon moyen de progresser, à condition d’en avoir un près de chez vous. Ruby France Meetup Un nombre non négligeable de groupes ont choisi de promouvoir leurs évènements chez Meetup.
RVM: Ruby Version Manager - RVM Ruby Version Manager - Documentation Learn How to Make Websites About Learn web development Teaches the essential skills and knowledge every front-end developer needs for career success and industry relevance, as defined in the MDN Curriculum.Created by the MDN community and refined with insights from students, educators, and developers from the broader web community.Designed to take you from "beginner" to "comfortable" (not "beginner" to "expert"), giving you enough knowledge to use more advanced resources (such as the rest of MDN). Test your skills Throughout the course, you'll find several articles designed to help you assess whether you have understood what we are teaching you in the course. "Test your skills" articles occur more frequently, and test your knowledge of a single isolated feature such as HTML links, the CSS box model, or JavaScript functions." Most of the questions feature HTML/CSS/JavaScript code blocks that show the starting code for each task. Getting our code examples
FAQ Ruby et Ruby on Rails (RoR). Cette faq a été réalisée pour répondre aux questions d'ordre général que vous vous posez sur le monde de Ruby et Rails. Cette faq ne garantit en aucun cas que les informations qu'elle propose sont correctes ; les auteurs font le maximum, mais l'erreur est humaine. Si vous trouvez une erreur, ou si vous souhaitez devenir redacteur, contactez-nous ! FAQ lues 386 fois. Les sources présentées sur cette page sont libres de droits et vous pouvez les utiliser à votre convenance. How To Install Ruby on Rails on Arch Linux with RVM About Ruby on Rails Ruby on Rails is an application stack that provides developers with a framework to quickly create a variety of web applications. Ruby on Rails does take a little while to install on a virtual server, but luckily there are a lot of helpful tools to make this process as easy as possible. You can run this tutorial on your droplet as a user with sudo privileges. Step One— Install Ruby with RVM Before we do anything else, we should run a quick update to make sure that all of the packages we download to our VPS are up to date: pacman -Sy Once that's done, we can start installing RVM, Ruby Version Manager. If you do not have curl on your system, you can start by installing it: pacman -S curl To install RVM, open terminal and type in this command: curl -L get.rvm.io | bash -s stable After it is done installing, open your .bashrc file nano .bashrc and add this to the end: [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" This will load RVM on startup. rvm requirements
Learn Create a 3D T-Rex Game Grades 2+ | Blocks Dance Party Minecraft Hour of Code Escape Estate Grades 2+ | Blocks, Python Code a 3D Space Invaders Game Minecraft Timecraft Rodocodo: Code Hour Pre-reader - Grade 5 | Blocks NASA's Space Jam Make a Flappy game Long Live Wakanda Grades 6+ | Blocks Hello World CodeMonkey Jr.: Pre-coding for Preschoolers Pre-reader | Blocks My Google Logo Grades 2-8 | Blocks Coding Town Grades 2-5 | JavaScript Mario's Secret Adventure: Build Your Own 3D Mario Game CodeCombat: Goblins 'n' Glory Grades 6-8 | JavaScript, Python Code Farm: Plant a Garden Blocks Jumper: Game Creation Make Shapes with Code Pre-reader - Grade 5 | JavaScript, Language independent (can be taught in multiple languages) AI for Oceans Grades 3+ | AI and Machine Learning The Grinch: Saving Christmas with Code Bot is sus?! Grades 2-8 | JavaScript | Internet Explorer 11, Microsoft Edge, Chrome, Firefox, Safari Code Club World: Make cool stuff with free coding games and activities Grades 2-5 | Blocks Dragon Blast Design your Hero
Comment débuter en Ruby on Rails ? Il m’arrive régulièrement de croiser des gens souhaitant s’initier à Ruby et Ruby on Rails. Il existe une multitude de ressources. J’ai essayé de sélectionner celles qui me semblent vraiment indispensables. Développeurs Ruby, vous pouvez passer votre chemin, je ne vous en voudrai pas, vous n’apprendrez pas grand chose ici :) Avant de commencer, faisons un petit rappel. Ruby on Rails est un framework web très utilisé par les startups en ce moment (et pas les moindres, voir ci-contre). Vous avez de la chance, il est vraiment possible d’apprendre Ruby et Ruby on Rails en s’amusant ! Tout d’abord, Ruby Avant de commencer à apprendre Ruby on Rails et faire des sites web avec, vous devez tout d’abord apprendre Ruby. Je vous invite à aller faire un tour sur Try Ruby!. EDIT : Je vous conseille également d’aller jeter un oeil à Rubymonk. Vous pouvez facilement installer Ruby sur votre propre machine que vous soyez sur Windows, Mac OS ou Linux. Ensuite Ruby on Rails « Hum… c’est pas si simple »