Hi everybody (specially Canvas devel Team),
I am attempting to setup Rails3 for my development. After achieving to run succesfully the server, I have multiple odd issues I am not able to fix whenever I run the app.
I'm sure I am forgetting to setup something and that is my fault, so I need somebody to help to figure out this:
-ActiveRecord::ConnectionNotEstablished
User#visible_stream_item_instances
app/models/user.rb, line 1702
The last error is only an example and it ocurrs in distinct ways in all the pages that are using code like the next:
self.shard.activate do
Shackles.activate(:slave) do
I have no idea this code is for, so I am very lost to fix this.
Thanks in advance.
Juan