background preloader

RoR

Facebook Twitter

HandlerSocket. Ruby HandlerSocket. Rails Machine - Managed Ruby on Rails Hosting, Services, and ... Overview — Phusion Passenger™ (a.k.a. mod_rails / mod_rack) Memcache RoR. Web application development and design services. We make web apps for startups and make developers more productive. In our consulting practice, we design and develop web apps for our clients , who are usually startups.

That work has led us to create SaaS web apps for developers and web design and development training courses. We are a full-service team of web designers and developers (we don't hire sub-contractors, everyone works here fulltime). We have focused only on Ruby on Rails web applications since before Rails 1.0 was released in 2005. Our process is to design the user interface first, then implement user stories .

Learn more about our process in our client handbook . We have an advantage in our consulting business of working on many web apps. To learn more, email our workshop team at workshops@thoughtbot.com . We provide an extra service called "Kick Start" for startups who want it. The original ? Let your clients do the copy writing. Communication builds better software. Gem Command Reference | RubyGems Manuals. User Guide | RubyGems Manuals. SQLite Database Browser. Rubular: a Ruby regular expression editor and tester. Gnome and Autospec Notifications. I’m very keen on DBB with RSpec now and I wanted to share how I set up autospec notifications on Ubuntu (Jaunty 9.04) as long as the post I followed to do it is no longer available.

I’m using XCFE but should work perfectly on Gnome as well. This is an screenshot of what you’ll get in the end: autospec notification XFCE/Gnome First you need the ZenTest gem, you probably already do: $ sudo gem install ZenTest $ sudo gem install redgreen Then install the libnotify-bin package: $ sudo apt-get install libnotify-bin Here is the trick. As you can see I use the fail.png and pass.png images to show those cheesy smileys : ). Autotest_images.zip Make your tests go green and have a beer! Update: Added redgreen gem and changed “require redgreen” as Rodrigo Flores and rakk suggested. Update: Changed mistakenly escaped > . Update: The script now supports pending examples. Update: Removed an extra end. Rails mail error. Git - Fast Version Control System. Programming Ruby: The Pragmatic Programmer's Guide. RVM Ruby Version Manager - Documentation.

RubyGems: Project Filelist. Generating SSH keys. SSH keys are a way to identify trusted computers, without involving passwords. The steps below will walk you through generating an SSH key and adding the public key to your GitHub account. We recommend that you regularly review your SSH keys list and revoke any that haven't been used in a while. Tip: GitHub has a desktop client! You can use it without ever touching the command line. Tip: If you have GitHub for Windows installed, you can use it to clone repositories and not deal with SSH keys. It also comes with the Git Bash tool, which is the preferred way of running git commands on Windows. Step 1: Check for SSH keys First, we need to check for existing SSH keys on your computer.

Ls -al ~/.ssh# Lists the files in your .ssh directory, if they exist Check the directory listing to see if you already have a public SSH key. Id_dsa.pubid_ecdsa.pubid_ed25519.pubid_rsa.pub Tip: If you receive an error that ~/.ssh doesn't exist, don't worry! Step 2: Generate a new SSH key Add the copied key to GitHub: Pro Git 1.6 Getting Started Getting Help. Heroku | Ruby Cloud Platform as a Service.

Tutorial on developing a Facebook platform application with ... Tutorial on developing a Facebook platform application with Ruby On Rails If you havn’t heard of Facebook . Where you been, living in a cave! Well you also probably know that in June 2007 Facebook opened a development platform for integrating new applications into Facebook, also codenamed F8. By the 24th June there were a 1,000 new applications available for the Facebook networkers to play with. According to both the online and traditional news media, Facebook have changed the game. Well ZDNet are reporting that 1,000 developers a day are joining Facebook platform. But this article is a complete tutorial for building a simple Facebook application in Ruby On Rails and should allow you to hit the ground running. UPDATE : This article is a bit out of date now, I have now posted an article on Rails, resful_authentication and Facebook connect We are only going to be concerned with website applications for now.

As an external application but interacting with the remote API Excellent. Ruby on Rails Tutorial. Michael Hartl Contents Foreword 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). 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. The linear narrative is such a great format. Enjoy! Derek Sivers (sivers.org) Founder, CD Baby Acknowledgments The Ruby on Rails Tutorial owes a lot to my previous Rails book, RailsSpace, and hence to my coauthor Aurelius Prochazka. I’d like to acknowledge a long list of Rubyists who have taught and inspired me over the years: David Heinemeier Hansson, Yehuda Katz, Carl Lerche, Jeremy Kemper, Xavier Noria, Ryan Bates, Geoffrey Grosenbach, Peter Cooper, Matt Aimonetti, Gregg Pollack, Wayne E.

About the author Copyright and license 1.1 Introduction. Ruby Installer Windows. Ruby on Rails Guides. Installing Ruby on Rails on Windows => Rails Wiki. Documentation for Ruby on Rails.