>Rails 3 Installationsudo gem install rails -v3.0.4postgres as db installationbr/$ sudo apt-get install postgresqlRails 3 App with postgres as database$ rails new pg -d postgresbundle installationIt will install dependency gems & postgres adapter for db connectionbundle installHere by default 'postgres' database user gets created while installation but i recommend to create new db user with … Continue reading Getting started with rails 3 & postgres database
Category: Ruby on Rails
Want to increase user registrations using all available social networks? Gigya widgets are quick and easy!
Do you already have a web-portal running for years and you want to use different social networks to increase user registrations? Can you afford to keep integrating newer social networks and deprecate older ones? Gigya register widget eases all this -- its quick and simple to use!
Using hoptoad notifier as gem in rails 2.3
># in config/environment.rbconfig.gem 'hoptoad_notifier'# from your Rails root:$ rake gems:install$ rake gems:unpack GEM=hoptoad_notifier$ script/generate hoptoad --api-key your_key_here
