Tips for Migrating Ruby on Rails Applications to Bluemix on Thu, Mar 5, 2015
In Sample Code,
Tags bluemix postgresql redis ror ruby ruby on rails
Who doesn’t love some Ruby? Bluemix definitely loves Ruby on Rails! Sometimes running a Ruby on Rails app can be a little tricky, so I have included some tips and tricks for migrating your Ruby on Rails app to Bluemix. They will include:
Required gems Code tweaks Accessing external databases Deploying your app Required gems If you are using PostgreSQL you need to include pg. Sqlite3 is included to get local development working as well.