We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http://guides.rubyonrails.org/getting_started.html
$ vi Gemfile
add the following anywhere in the file:
gem 'social_stream', :git => 'git://github.com/ging/social_stream.git'
group :development do gem 'meta_request' gem 'pry-rails' end
$ bundle
$ rails generate social_stream:install
$ rake db:migrate
$ rails s
Point your browser to 0.0.0.0:3000