Routing Basics: Ruby on Rails for Front-End Dev...
Routing Basics: Ruby on Rails for Front-End Developers This guest post is by Miles Matthias , who in between trips and sip...
Had an independent team review your Ruby on Rai...
Our extensive experience working with Ruby on Rails over the past eight years has provided us with the opportunity to revi...
Venturing into fashion blogging
I’m venturing out into fashion blogging now so hopefully I will have more blog posts!! Support my photographer, Adam Addar...
@alantucker Alternatively, we have our Ruby spe...
Serious rails hosting out of the box™ Brightbox provides high-performance virtualised servers, optimised for hosting Ruby ...
@oujiro_coffee 多少面倒でもいいならここの最初のやつを
% mkdir ~/src % cd ~/src % wget http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p195.tar.gz % tar xzf ruby-2.0.0-p195.tar...
Medium's Ruby on Rails Collection
Medium's Ruby on Rails Collection Posted by rizwanreza on February 03, 2014 — 0 comments I've been seeing quite a lot...
From HN: Ruby Gem: Convert a Ruby Hash to an XM...
No big deal. A small addition to the Ruby Hash Class, allowing a to_xml method.
Rails developers can build iOS and OS X Apps to...
Rails developers can build iOS and OS X Apps too! New Book - RubyMotion for Rails Developers Posted by FluffyJack on Febru...
PostgreSQL awesomeness for Rails developers
PostgreSQL awesomeness for Rails developers Posted by hubertlepicki on February 04, 2014 — 0 comments I just posted a bit ...
"Removed 'cow' => 'kine' irregular inflection f...
If you're upgrading an existing application, it's a great idea to have good test coverage before going in. You should also...
@hubertlepicki @garybernhardt It does look like...
configures Rails itself to serve static assets. Defaults to true, but in the production environment is turned off as the s...
Getting Started with Rails — Ruby on Rails Guid...
Rails is a web application development framework written in the Ruby language. It is designed to make programming web appl...
Abril Pro Ruby 2014, The Tropical Ruby Conference
Abril Pro Ruby 2014, The Tropical Ruby Conference Abril Pro Ruby 2014 , the third edition of the Tropical Ruby Conference,...
The Rails Command Line — Ruby on Rails Guides F...
$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20120528060026_create...