Github: REST API backend/frontend

/

Today I’ve published my first ruby on rails and as well my first swift application
I still would not call myself a programmer. It was just for fun and maybe it is useful for someone else out there.

Read More

Rails 4: Use Multiple Databases

/

The idea was to have a rails application that could run multiple times.

They all have their own state, but share some data.

For this example say you have some instances of a game. The games don’t interact with each other. Lets imagine them as different game worlds.
A user should be able to use different worlds or can at least switch between them. Therefore it was required to have some kind of master data for the user accounts.

Read More