Bodacious/blogit

How to install in our existing application

Opened this issue · 3 comments

Hi all,

I have add "gem 'blogit'" in gemfile.

And start the bundle install. Successfully bundle installed. But when I enter the below command in terminal. I got an error and attached that error screenshot

bundle exec rails g blogit:install

blog

Help me !!!

Looks like you're using an old version of blogit 0.8.0. Please try installing 1.1.0 and try again?

Thanks for your reply

How to install the new version of blogit 1.1.0 ?

You should be able to do so with:

# Gemfile
gem "blogit", "~> 1.1.0"

Then run: $ bundle update blogit