Category Archives: Ruby on Rails

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

All in one redirect scripting

HTML redirect: For most of the webmaster, they will prefer 301 Redirect. With HTML redirect with HTML, I will suggest canonical type. You may use the following script from the HTML with canonical redirection. PLAIN TEXT HTML: ‹link rel="canonical" href="http://www.mickgenie.com/blog/" … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Microsoft IIS, PHP, Ruby on Rails | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a 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