Skip to content

Instantly share code, notes, and snippets.

@simi
Created January 26, 2011 22:22
Show Gist options
  • Select an option

  • Save simi/797614 to your computer and use it in GitHub Desktop.

Select an option

Save simi/797614 to your computer and use it in GitHub Desktop.
Refinery 0.9.9 gem install on clear railsinstaller environment
RDoc 2.5 did not save method parameters, so you should upgrade your rdoc-data
gem to a version >= 2.5.3.
To have ri data for core and stdlib you'll need to:
gem install rdoc-data
then run:
rdoc-data --install
To have ri data for you gems you'll also need to run:
gem rdoc --all --overwrite
If you don't want to rebuild the rdoc for `gem server`, add --no-rdoc.
Successfully installed acts_as_indexed-0.6.6
Successfully installed warden-1.0.3
Successfully installed bcrypt-ruby-2.1.4-x86-mingw32
Successfully installed devise-1.1.5
Successfully installed dragonfly-0.8.2
Successfully installed babosa-0.2.2
Successfully installed friendly_id_globalize3-3.2.0
Successfully installed globalize3-0.1.0.beta
Successfully installed moretea-awesome_nested_set-1.4.3.1
Successfully installed rack-cache-0.5.3
Successfully installed rdoc-3.4
Successfully installed truncate_html-0.4.0
Successfully installed will_paginate-3.0.pre2
Successfully installed refinerycms-0.9.9
14 gems installed
Installing ri documentation for acts_as_indexed-0.6.6...
Installing ri documentation for warden-1.0.3...
Installing ri documentation for bcrypt-ruby-2.1.4-x86-mingw32...
Installing ri documentation for devise-1.1.5...
Installing ri documentation for dragonfly-0.8.2...
Installing ri documentation for babosa-0.2.2...
Installing ri documentation for friendly_id_globalize3-3.2.0...
Installing ri documentation for globalize3-0.1.0.beta...
Installing ri documentation for moretea-awesome_nested_set-1.4.3.1...
Installing ri documentation for rack-cache-0.5.3...
Installing ri documentation for rdoc-3.4...
Installing ri documentation for truncate_html-0.4.0...
Installing ri documentation for will_paginate-3.0.pre2...
Installing ri documentation for refinerycms-0.9.9...
Installing RDoc documentation for acts_as_indexed-0.6.6...
Installing RDoc documentation for warden-1.0.3...
Installing RDoc documentation for bcrypt-ruby-2.1.4-x86-mingw32...
Installing RDoc documentation for devise-1.1.5...
Installing RDoc documentation for dragonfly-0.8.2...
Installing RDoc documentation for babosa-0.2.2...
Installing RDoc documentation for friendly_id_globalize3-3.2.0...
Installing RDoc documentation for globalize3-0.1.0.beta...
Installing RDoc documentation for moretea-awesome_nested_set-1.4.3.1...
Installing RDoc documentation for rack-cache-0.5.3...
Installing RDoc documentation for rdoc-3.4...
Installing RDoc documentation for truncate_html-0.4.0...
Installing RDoc documentation for will_paginate-3.0.pre2...
Installing RDoc documentation for refinerycms-0.9.9...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment