[Rails] NoMethodError (undefined method `sismember' for nil:NilClass)…Trying to deploy on heroku

2015-05-17 Thread Iacovos Karayiannis
I get the following error: 2015-05-17T17:25:40.349230+00:00 app[web.1]: Started GET "/movies/1" for 160.9.0.153 at 2015-05-17 17:25:40 + 2015-05-17T17:25:40.423697+00:00 app[web.1]: Completed 500 Internal Server Error in 67ms 2015-05-17T17:25:40.355931+00:00 app[web.1]: Processing by MoviesCon

Re: [Rails] Re: When to add multi tenancy ?

2015-05-17 Thread Thiago Cifani
If it will have some multitenancy requirements, I think your app will have to be born with it. The perfect time is always in the beginning, green field coming. Enviado do meu iPhone > Em 17/05/2015, às 14:26, Chris Lerum escreveu: > > You seem to answer your own question: you already know it'

[Rails] Re: When to add multi tenancy ?

2015-05-17 Thread Chris Lerum
You seem to answer your own question: you already know it's an architectural requirement, so I'd suggest including it from the beginning. On Friday, May 15, 2015 at 3:50:15 PM UTC-4, Leandro França wrote: > > Hi there, > > I'm building a new app that will need to have multi tenancy features and