Sunday, July 17, 2011

Ruby 2.0: What We Want to Accomplish in the Near Future

Matz, the founder of Ruby, talks about Ruby 2.0 and the future of Ruby.



ActiveAdmin Tutorial

What is ActiveAdmin?
Active Admin is a Ruby on Rails plugin for generating administration sytle interfaces. The goals of this plugin are easy-to-use for non-techical users and fast for developers.



How To Use ActiveAdmin
Suppose we are create Blog web application.
$> rails new blog

Popular Posts