Skip to content
daronco edited this page Apr 3, 2013 · 6 revisions

Version 1.3.0 added recordings and several other things. This guide has a few important things that should be considered when migrating to 1.3.0.

Generate the migration and apply it:

rails generate bigbluebutton_rails:install 1.3.0 --migration-only
bundle exec rake db:migrate

Copy the new locale file config/locales/en.yml to your application replacing the old one.

Update your views. Version 1.3.0 added several new views for recordings and modified some of the already existent ones. If you wish to replace the old ones you can simply generate the new ones with:

rails generate bigbluebutton_rails:views

Otherwise you'll have to copy the new ones and take a look at the changes in the old ones to make the same thing to your views. Here are some links to help you find out what changed:

Clone this wiki locally