Including Other Files in Ruby: Ruby Study Notes...
When writing your first few Ruby programs, you tend to place all of your code in a single file. But as you grow as a Ruby ...
“Ruby on Railsで複合キーを扱う(1) - Rails 雑感 - Ruby on ...
Ruby on Railsでは、データベーステーブルの主キーとしてidというカラムを使うのがデフォルトです。 誤解される方も多いのですが、もちろん主キーの名前は変更できます。たとえば、User モデルに対応するusers テーブルの主キーがui...
My new gem talks was covered in new @rubyfive e...
May 25th, 2012 The Objectify framework, use rake everywhere, big news from JRuby, some Rails console tips, Jasmine testing...
Ruby on Rails Guides: Configuring Rails Applica...
configures Rails itself to serve static assets. Defaults to true, but in the production environment is turned off as the s...
Episode 2 of #AwayWeHappened is now up! This ep...
Hey everyone! I've had a really busy and exciting last week since I've been back here in LA, so I'll do an instagram updat...
How do i check what version of ruby and rails i...
>> What is the command to see what version of ruby and what version of >> rails i am running? >> >> Thanks in advance! >> ...
Bookmarked: "Layouts and Rendering in Rails"
To find the current layout, Rails first looks for a file in app/views/layouts with the same base name as the controller. F...
@maryloulenhart what about them?
Forms in web applications are an essential interface for user input. However, form markup can quickly become tedious to wr...
What’s New in Edge Rails #23: Week of May 28 -J...
It was a fairly quiet week on the Rails front. Well, if you don't count multiple non-edge dot releases for security fixes....
Ruby Inheritance: Ruby Study Notes - Best Ruby ...
Inheritance is a relation between two classes. We know that all cats are mammals, and all mammals are animals. The benefit...
@taylorwilliamss maybe start here.
bundle rails g rspec:install mkdir spec/support spec/models spec/routing guard init rspec gem install rb-fsevent rails g i...
Ruby5 Episode #274: A ruby lbrary for reading t...
May 20th, 2012 Devise 2.1, running your uncommitted rspecs, feeling dirty with soap, grabbing data out of Google spreadshe...
Away We Happened: Episode 1! via @sharethis
You agreed to meet up. But after the phone conversation, you had a second thought. And flash back of what happened with th...
