Ruby on Rails, Active Record — Object-relation mapping put on rails
var fbShare = {url: ‘http://sree.cc/ruby-on-rails/ruby-on-rails-active-record-%e2%80%94-object-relation-mapping-put-on-rails’,size:’large’}
[...]
var fbShare = {url: ‘http://sree.cc/ruby-on-rails/ruby-on-rails-active-record-%e2%80%94-object-relation-mapping-put-on-rails’,size:’large’}
[...]
var fbShare = {url: ‘http://sree.cc/ruby-on-rails/how-to-install-ruby-on-rails-in-windows’,size:’large’} Quick notes on how to install Ruby on Rails under Windows
Open http://rubyforge.iasi.roedu.net/files/rubyinstaller/ruby186-26.exe or any later version if applicable
Install to c:ruby
Windows -> Start -> Run -> cmd to get the dos prompt
Type PATH to ensure that it has c:rubybin; if not fix this manually via Windows control panel settings.
Download http://rubyforge.rubyuser.de/rubygems/rubygems-1.1.1.zip
Unzip [...]