Tag Archives: Gems

Ruby on Rails Handy Guide

Some Useful command To install ruby Gem, gem install [gem_name] eg, gem install rails To install ruby Gem with certain version, gem install [gem_name] –version=x.x.x eg, gem install rails –version=2.3.5 eg, gem install rails -v=2.3.5 To update ruby Gem, gem … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Ruby on Rails | Tagged , , , , , , , , , , , , , , , , , | 1 Comment

Check Missing Ruby on Rails Gems

In Ruby on Rails (RoR), you might found some error from your mongrel log as some gems might missing to run your site properly, you may run the following command from your rails in order to fix/install automatically by the … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Ruby on Rails | Tagged , , , | 3 Comments