Ruby programming

Tag details

Welcome to the 'Ruby programming' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Ruby programming'.

Look up Offsite Link "Ruby", Offsite Link "programming" at The Free Dictionary

Latest blogosphere posts tagged “Ruby programming”

  • Todd Huss Winner RPCFN #3


    RubyLearning BlogAuthority Authority: 403
    In this brief interview, Satish Talim of RubyLearning talks to Todd Huss of USA , winner of the third Ruby Programming Challenge For Newbies . Satish>> Welcome Todd and thanks for taking out time to share your thoughts. For the benefit of the readers, could you tell us something about your self? ...
    2 days ago
  • Do YOU want to learn JRuby using Google Wave?


    RubyLearning BlogAuthority Authority: 403
    RL offers online courses in Ruby programming, Ruby Metaprogramming, Git & GitHub, FXRuby, Shoes, JRuby, Sinatra and Merb. Since 2005, over 15,000 participants spread across 140+ countries have learned Ruby and other Ruby related timely topics. This has been possible due to the extensive support provided by the ...
    2 weeks ago
  • Rubyists.EU: Stairway to the European Ruby Community Integration


    RubyLearning BlogAuthority Authority: 403
    A Guest Post By Mariela Dimitrova , Gustavo Malamud and Javier Cicchelli . At the beginning of October 2009, a project, sweeping in both scope and ambition, was born. Begotten out of the current integration trends in an ever shrinking world with porous boundaries, this initiative is an attempt to fill in a ...
    2 weeks ago
  • Re-raise a Ruby exception in a Rails rescue_from statement


    Simone Carletti's BlogAuthority Authority: 413
    Let’s say you are using rescue_from in your Rails application to rescue some type of exceptions that are thrown in your application. For example, you want to rescue a ActiveRecord::StatementInvalid but not every ActiveRecord::StatementInvalid : just those ActiveRecord::StatementInvalid exceptions where the ...
    2 weeks ago
  • Re-raise a Ruby exception in a Rails rescue_from statement


    Simone Carletti's BlogAuthority Authority: 413
    Let’s say you are using rescue_from in your Rails application to rescue some type of exceptions that are thrown in your application. For example, you want to rescue a ActiveRecord::StatementInvalid but not every ActiveRecord::StatementInvalid : just those ActiveRecord::StatementInvalid exceptions where the ...
    2 weeks ago
  • Sinatra: 6th Batch of the Popular Course Announced


    RubyLearning BlogAuthority Authority: 403
    Sinatra: 6th Batch of the Popular Course Announced RL offers online courses in Ruby programming, Ruby Metaprogramming, Git & GitHub, FXRuby, Shoes, JRuby, Sinatra and Merb. Since 2005, over 15,000 participants spread across 140+ countries have learned Ruby and other Ruby related timely topics. This has been ...
    3 weeks ago
  • RPCFN: Short Circuit (#3)


    RubyLearning BlogAuthority Authority: 403
    Ruby Programming Challenge For Newbies RPCFN: Short Circuit (#3) By Gautam Rege About Gautam Rege Gautam Rege ( twitter / blog ) is based in Pune, one of the busiest IT hubs in India. He has done his computer engineering from Pune Institute of Computer Technology (PICT) and passed out in the year 2000. After ...
    3 weeks ago
  • RVM: ruby version management


    The Doctor WhatAuthority Authority: 104
    I just discovered RVM , a tool for managing multiple versions of ruby on the same system. This is really useful on my MacBook Pro, since the built-in Ruby “has problems”. Such as having gems in weird locations which makes updating them difficult. Plus the fact that the OS X updater may clobber your changes ...
    4 weeks ago
  • Ruby Whois 0.8.1


    Simone Carletti's BlogAuthority Authority: 413
    Whois 0.8.1 is now available. The new version of the GEM includes the compatibility with the new Denic response format and a small features to check whether the current answer supports a specific property. For example, let’s suppose you want to create a basic whois interface and you need to display the creation ...
    4 weeks ago
  • Ruby Whois 0.8.1


    Simone Carletti's BlogAuthority Authority: 413
    Whois 0.8.1 is now available. The new version of the GEM includes the compatibility with the new Denic response format and a small features to check whether the current answer supports a specific property. For example, let’s suppose you want to create a basic whois interface and you need to display the creation ...
    4 weeks ago
  • DRY up your Controllers with find_or_redirect


    SmartLogic Solutions BlogAuthority Authority: 100
    Do you do this: class ModelsController < ApplicationController before_filter :find_model def show end  def destroy @model.destroy end  private  def find_model @model = Model.find_by_id(params[:id]) [...]
    4 weeks ago

Comments about Ruby programming

Personal attacks are NOT allowed
Please read our comment policy