background preloader

Ruby on Rails

Facebook Twitter

Ruby on Rails Screencasts - RailsCasts. Integrating Rails and jQuery Mobile. The mobile web is huge and it's continuing to grow at an impressive rate.

Integrating Rails and jQuery Mobile

Along with the massive growth of the mobile internet comes a striking diversity of devices and browsers. It's not all WebKit, it's definitely not all iOS, and even when it is WebKit there are a vast array of implementation differences between browser APIs. As a result, making your applications cross-platform and mobile-ready is both important and challenging. jQuery Mobile provides a way to jumpstart development of mobile-friendly applications with semantic markup and the familiarity of jQuery. Rails provides an easy-to-use application environment for serving that markup and managing the data that backs it. In this article, I highlight and then smooth over the rough edges of the integration between these two frameworks.

All the examples and advice in this article are derived from the construction of a sample application that tracks the presence of employees in an office. Learn Web Development with the Ruby on Rails Tutorial. My former company (CD Baby) was one of the first to loudly switch to Ruby on Rails, and then even more loudly switch back to PHP (Google me to read about the drama).

Learn Web Development with the Ruby on Rails Tutorial

This book by Michael Hartl came so highly recommended that I had to try it, and the Ruby on Rails Tutorial is what I used to switch back to Rails again. Though I’ve worked my way through many Rails books, this is the one that finally made me “get” it. Everything is done very much “the Rails way”—a way that felt very unnatural to me before, but now after doing this book finally feels natural. This is also the only Rails book that does test-driven development the entire time, an approach highly recommended by the experts but which has never been so clearly demonstrated before.

Finally, by including Git, GitHub, and Heroku in the demo examples, the author really gives you a feel for what it’s like to do a real-world project. The linear narrative is such a great format. Enjoy! Home · perfectionist/sample_project Wiki. Ruby on Rails Guides. Learn Rails by Example book and screencasts by Michael Hartl. Michael Hartl Contents Foreword.

Learn Rails by Example book and screencasts by Michael Hartl

How I Learned Enough Ruby On Rails In 12 Weeks To Launch Freelancify. (Update February 26, 2013: I have since this post sold Freelancify.com to a new owner) Before I begin, I’d like to recognize Josh Crews ( for convincing me to learn Ruby on Rails; without him and his hours of volunteered mentership and help, I wouldn’t be writing this today.

How I Learned Enough Ruby On Rails In 12 Weeks To Launch Freelancify

#310 Getting Started with Rails. Dec 26, 2011 | 7 minutes | Tools Learning Ruby on Rails can be overwhelming, especially if you are new to programming.

#310 Getting Started with Rails

Here I will take you on a tour through various resources to help get started with Rails. Download: mp4Full Size H.264 Video (22.9 MB)m4vSmaller H.264 Video (13 MB)webmFull Size VP8 Video (9.5 MB)ogvFull Size Theora Video (35.9 MB) The Best Way to Learn Rails. I come from a PHP background, but these days, I'm a full-time Rails developer.

The Best Way to Learn Rails

The difficulty for most people who make the switch lies in the learning curve that’s involved. Once you've become proficient in a language or framework, switching to a new one feels like an unnecessary (and time-consuming) challenge. However, learning Ruby and Rails is actually pretty easy! It's an incredibly powerful framework, and has a huge community pushing it along.

Roadmap for Learning Rails. Accelerating Your Learning If you have no prior development experience, one of the worst things you can do when learning Rails is to just dive in.

Roadmap for Learning Rails

Some of the concepts build on each other, so jumping in would be like signing up for a calculus class before you’ve learned algebra. Sure, you could muddle through it, but most of your time would be spent trying to figure out why things aren’t working. Another difficulty for a beginner is figuring out what to learn. SQL, XHTML, CSS, XSS, RDF, RDBMS–what should you drink from the fire hose of acronyms? Another mistake is spending too much time mastering a concept when you only need a basic understanding. Therefore, to accelerate your learning, learn the right things in the right order at the right depth. The following roadmap will help you do exactly that. But First Some Ground Rules… Ruby on Rails Guides: Débuter avec Rails. Ce guide utilise Rails 3.0.

Ruby on Rails Guides: Débuter avec Rails

Une partie du code montré ici ne fonctionne pas avec les versions précédentes de Rails. 1 Ce que ce guide suppose Ce guide est conçu pour les débutants qui veulent s’initier à la création d’une application Rails. Il ne suppose aucune expérience avec Rails. Cependant, pour vraiment en profiter, voici les pré-requis logiciels indispensables : le langage Ruby, au minimum la version 1.8.7 Note that Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails 3.0.

Ruby on Rails: Screencasts. Learn Ruby, Ruby on Rails tutorial. Ruby on Rails is the web development framework of the moment, powering GitHub, Twitter, Hulu and many more successful apps and websites.

Learn Ruby, Ruby on Rails tutorial

The arrival of Rails 4 is the perfect time to learn it. SitePoint’s newest ebook, ‘Jump Start Rails’, from Andy Hawthorne, will get you up to speed with Ruby on Rails in just a weekend. Andy has also prepared the ‘Build your first Rails’ app online course to take you from creating a complete Ruby on Rails 4 app with a log in system all the way to deploying it to Heroku, a leading Rails application hosting environment, in a couple of hours. Also, our all time great, 10 part tutorial from Patrick Lenz can be found here: Learn Ruby on Rails: the Ultimate Beginner’s Tutorial. If you are looking for more advanced topics such as this great Introduction to Sass in Rails, head over to RubySource for fresh tutorials and to discover new Ruby gems.

Editor-in-chief, SitePoint & Learnable.