Tag Archives: heroku

Migrating to new Heroku Postgres plans

Recently Heroku released new version of postgres 9.1 with new price plans. A notice was send to all users to migrate from there existing share database to new planes released with Postgres 9.1. In these new plans concept of limit … Continue reading

Posted in Ruby on Rails, Tutorials | Tagged , | 2 Comments

Integrity Continuous Integration

Integrity is a Continuous Integration Tool where we can run our tests (Rspec or Cucumber) to check whether the application is running fine or not.  Whenever there is a commit it will run the test cases and checks whether the … Continue reading

Posted in Ruby on Rails, Tutorials | Tagged , , | 2 Comments

Getting started with heroku

>Heroku basics

Posted in Ruby on Rails | Tagged | Leave a comment