background preloader

Rails

Facebook Twitter

Recrute. Frontend developer (CDI) mis à jour le 21/03/2014 Profil Vous aimez créer des interfaces web qui ravissent les utilisateurs. Vous avez l'attention du détail et aimez peaufiner une page pour qu'elle soit la plus user-friendly, la plus simple possible. Vous avez de solides connaissances en HTML5/CSS3/Javascript et avez une grande sensibilité UX. Mission Vous rejoignez notre développeur front-end et notre UI designer sur l'ensemble des chantiers frontend web et mobile. Votre travail au quotidien : concevoir/prototyper/livrer des interfaces utilisateur efficaceslivrer des layouts HTML/CSS pixel-perfect et bien structurésaméliorer notre Bootstrap interne pour rendre l'expérience Drivy homogène et cohérenteprendre en compte les retours utilisateurs et les tests A/B Votre travail est au coeur de l'expérience Drivy.

Nos technos CoffeeScript, Haml, SASS, Rails asset pipeline (sprockets), Backbone.js, Underscore.js, jQuery et quelques plugins. Opérations et service client (stage) Le job Vous About Drivy. Rails 3: Fully Loaded. It's been close to a year since Rails 3 came out and I've had the pleasure of working on several Rails 3 projects since its release. Some existing gems became irrelevant with the release of Rails 3, while others lived.

Additionally, we've seen many new gems come to life. I'd like to share a stack of gems that I've been using this year. Hopefully they will give people a bit of help while developing a new Rails 3 app. Most of these gems have good documentation on their project wiki (every great gem should be well documented, right?) Here we go: » Authentication The above two are really amazing gems for speeding up your authentication. » Access Control Ryan is a star in the Rails world, so naturally his CanCan gem is really popular, but with good reason: it does really powerful authorization. » Views/Page and Admin Scaffold From a front-end perspective, I suggest you might want to try the above gems to speed up and simplify your UI design process. » Quick SNS » Form and Related Tools » Pagination.

Pow: Zero-configuration Rack server for Mac OS X. Getting Started with Rails. 1 Guide Assumptions This guide is designed for beginners who want to get started with a Rails application from scratch. It does not assume that you have any prior experience with Rails. Rails is a web application framework running on the Ruby programming language. If you have no prior experience with Ruby, you will find a very steep learning curve diving straight into Rails. There are several curated lists of online resources for learning Ruby: Be aware that some resources, while still excellent, cover versions of Ruby as old as 1.6, and commonly 1.8, and will not include some syntax that you will see in day-to-day development with Rails. 2 What is Rails? Rails is a web application development framework written in the Ruby programming language.

Rails is opinionated software. The Rails philosophy includes two major guiding principles: 3 Creating a New Rails Project The best way to read this guide is to follow it step by step. 3.1 Installing Rails Open up a command line prompt. 4 Hello, Rails! Developing Rails Applications on Mac OS X Leopard.