Did you try to run commands through the bundle? The error log states:
You have already activated activesupport 4.0.8, but your Gemfile requires activesupport 3.2.16. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
So try running like this:
> bundle exec rails c > bundle exec rails s
source share