background preloader

Try ruby! (in your browser)

Try ruby! (in your browser)

http://tryruby.hobix.com/

Ruby Programming - Wikibooks, collection of open-content textboo Ruby is an interpreted, object-oriented programming language. Its creator, Yukihiro Matsumoto, a.k.a “Matz,” released it to the public in 1995. Its history is covered here. Its many features are listed here. The book is currently broken down into several sections and is intended to be read sequentially. Getting started will show how to install and get started with Ruby in your environment.

Facebook chat emoticons, emotes and smilies Want to add some spice to your new Facebook chat conversations? Here are the obvious (and maybe not so obvious) smilies/emoticons/emotes that you can use in your Facebook chats! Just type what’s under the picture and it’ll pop up in your chat! Happy emote: :) or :-) Really happy emote: :D or :-D Wink emote: ;) or ;-) Happy eyes: ^_^ Laughing eyes: >:o Cat smile: :3 Grumpy: >:-( Sad: :( or :-( Crying emote: :’( Shocked emote: :o or :-oIf you want animated Facebook chat emoticons, emotes and smilies, click below (it’s free!)

Rolling with Ruby on Rails by Curt Hibbs 01/20/2005 Editor's note: Curt Hibbs and Bill Walton have updated this tutorial for Rails 1.2 in Rolling with Ruby on Rails Revisited and Rolling with Ruby on Rails Revisited, Part Two. We recommend those tutorials for all new Rails development. Also check out Bill Walton's monthly series, Cookin' With Ruby on Rails. Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails.

Basic User Authentication in Rails This article walks through creating a basic authentication system in rails. Update: If you liked this article Digg it! The question of user authentication comes up regularly on the rails mailing list and there are several articles and discussions around the web on whether it should be part of the rails framework.

db.networx » Tutorial >> Running on Rails with Ruby on Rai db.networx working with Rails 2.0, Ruby on Rails, Flex, Flash and … July 6, 2007 at 22:26 Recently I wrote a Tutorial on how to build a Running JSF Application with Facelets, Glassfish, JPA and a MySQL 5 server. Interesting for me now is, how long will it take to do the same with Ruby on Rails and Netbeans 6. Replacing methods Let's say we want to replace a method instead of just throwing it away. But we want the new method to be able to call the old implementation. The standard way of doing this is by aliasing the old method and making the new one call the aliased version: class Foo def method ... end class Foo alias :method :old_method def method ... old_method endend 19 Rails Tricks Most Rails Coders Don't Know New to Rails 3? Check out the Ruby on Rails 3 Tutorial book and screencast. A book and screencast series showing you how to develop and deploy industrial-strength Rails apps in a direct, step by step way. The screencast series includes 12 lessons over more than 15 hours! Get the best "over the shoulder" experience of following what a top Rails 3 developer does when building an app today. Click here to learn more.

Ruby Tutorial RubyLearning.com Helping Ruby Programmers become Awesome! Ruby Study Notes: TOC Core Ruby Programming Introduction InstallationWhat is Ruby? Optimizing Your Landing Pages Topic: Optimizing Your Landing Pages – Part One How do you know what to change, what to keep, and what really works when it comes to optimizing a Landing Page? Online businesses searching for answers to that question submitted their Landing Pages for a critical analysis by MarketingExperiments Director, Dr. Flint McGlaughlin; Director Of Optimization Research, Jimmy Ellis; and Director of Channels Research, Aaron Rosenthal during the February 6, 2008, MarketingExperiments Webinar. Those who submitted Landing Pages were asked for their Value Proposition as well as the primary traffic source for the page and what optimization steps they had already taken, if any. The reviews identified areas where applying key concepts of Landing Page Optimization to both B2B and B2C product, service, and subscription Web sites could result in significant improvements in conversion for those businesses.

Brian Leonard's Blog: Building a Ruby Sample for NetBeans Posted by bleonard on March 26, 2007 at 3:26 PM PDT We're in the process of creating some sample applications to ship with the NetBeans Ruby module, one of which will be based on the screencast, Putting Flickr on Rails. You can just download and run the sample project (you'll have to set your Flickr API Key), or build it from scratch as documented here. Setting Things Up

Main NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. NGINX is one of a handful of servers written to address the C10K problem. Unlike traditional servers, NGINX doesn’t rely on threads to handle requests. Instead it uses a much more scalable event-driven (asynchronous) architecture.

Related:  scripting