Skip to content

Instantly share code, notes, and snippets.

@phiggins
Created March 22, 2012 23:40
Show Gist options
  • Save phiggins/2165513 to your computer and use it in GitHub Desktop.
Save phiggins/2165513 to your computer and use it in GitHub Desktop.
[16:37:44 refinerycms (2-0-stable u=)]$ rvm --force gemset empty && rm Gemfile.lock && rm -rf spec/dummy/ && bundle && rake refinery:testing:dummy_app && rake spec
Fetching gem metadata from http://rubygems.org/.......
Fetching gem metadata from http://rubygems.org/..
Using rake (0.9.2.2)
Installing i18n (0.6.0)
Installing multi_json (1.1.0)
Installing activesupport (3.2.2)
Installing builder (3.0.0)
Installing activemodel (3.2.2)
Installing erubis (2.7.0)
Installing journey (1.0.3)
Installing rack (1.4.1)
Installing rack-cache (1.2)
Installing rack-test (0.6.1)
Installing hike (1.2.1)
Installing tilt (1.3.3)
Installing sprockets (2.1.2)
Installing actionpack (3.2.2)
Installing mime-types (1.18)
Installing polyglot (0.3.3)
Installing treetop (1.4.10)
Installing mail (2.4.4)
Installing actionmailer (3.2.2)
Installing arel (3.0.2)
Installing tzinfo (0.3.32)
Installing activerecord (3.2.2)
Installing activeresource (3.2.2)
Installing acts_as_indexed (0.7.8)
Installing awesome_nested_set (2.1.2)
Installing babosa (0.3.7)
Installing bcrypt-ruby (3.0.1) with native extensions
Using bundler (1.1.1)
Installing nokogiri (1.5.2) with native extensions
Installing ffi (1.0.11) with native extensions
Installing childprocess (0.3.1)
Installing rubyzip (0.9.6.1)
Installing selenium-webdriver (2.20.0)
Installing xpath (0.1.4)
Installing capybara (1.1.2)
Installing coffee-script-source (1.2.0)
Installing execjs (1.3.0)
Installing coffee-script (2.2.0)
Installing rack-ssl (1.3.2)
Installing json (1.6.5) with native extensions
Installing rdoc (3.12)
Installing thor (0.14.6)
Installing railties (3.2.2)
Installing coffee-rails (3.2.2)
Installing database_cleaner (0.7.2)
Installing orm_adapter (0.0.6)
Installing warden (1.1.1)
Installing devise (2.0.4)
Installing diff-lcs (1.1.3)
Installing dragonfly (0.9.11)
Installing factory_girl (2.6.4)
Installing factory_girl_rails (1.7.0)
Installing friendly_id (4.0.3)
Installing rspec-core (2.8.0)
Installing rspec-expectations (2.8.0)
Installing rspec-mocks (2.8.0)
Installing rspec (2.8.0)
Installing rspec-instafail (0.2.2)
Installing ruby-progressbar (0.0.10)
Installing fuubar (1.0.0)
Installing rails (3.2.2)
Installing rspec-rails (2.8.1)
Installing generator_spec (0.8.5)
Installing paper_trail (2.6.2)
Installing globalize3 (0.2.0)
Installing guard (1.0.1)
Installing guard-rspec (0.6.0)
Installing spork (0.9.0)
Installing guard-spork (0.5.2)
Installing jquery-rails (2.0.1)
Installing mysql2 (0.3.11) with native extensions
Installing pg (0.13.2) with native extensions
Installing rb-fsevent (0.9.0)
Installing sass (3.1.15)
Installing sass-rails (3.2.5)
Installing truncate_html (0.5.4)
Installing uglifier (1.2.3)
Installing will_paginate (3.0.3)
Using refinerycms-core (2.0.2) from source at /Users/pete/work/refinerycms
Using refinerycms-authentication (2.0.2) from source at /Users/pete/work/refinerycms
Using refinerycms-dashboard (2.0.2) from source at /Users/pete/work/refinerycms
Using refinerycms-images (2.0.2) from source at /Users/pete/work/refinerycms
Installing seo_meta (1.2.0)
Using refinerycms-pages (2.0.2) from source at /Users/pete/work/refinerycms
Using refinerycms-resources (2.0.2) from source at /Users/pete/work/refinerycms
Using refinerycms (2.0.2) from source at /Users/pete/work/refinerycms
Installing routing-filter (0.3.0)
Installing refinerycms-i18n (2.0.0)
Using refinerycms-testing (2.0.2) from source at /Users/pete/work/refinerycms
Installing ruby_gntp (0.3.4)
Installing sqlite3 (1.3.5) with native extensions
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Post-install message from friendly_id:
NOTE: FriendlyId 4.x breaks compatibility with 3.x. If you're upgrading
from 3.x, please see this document:
http://rubydoc.info/github/norman/friendly_id/master/file/WhatsNew.md
Copied migration 20120322233901_create_refinerycms_authentication_schema.refinery_authentication.rb from refinery_authentication
Copied migration 20120322233902_create_refinerycms_images_schema.refinery_images.rb from refinery_images
Copied migration 20120322233903_create_refinerycms_resources_schema.refinery_resources.rb from refinery_resources
Copied migration 20120322233904_create_refinerycms_pages_schema.refinery_pages.rb from refinery_pages
Copied migration 20120322233905_create_seo_meta.seo_meta_engine.rb from seo_meta_engine
== CreateRefinerycmsAuthenticationSchema: migrating ==========================
-- create_table(:refinery_roles_users, {:id=>false})
-> 0.0006s
-- add_index(:refinery_roles_users, [:role_id, :user_id])
-> 0.0004s
-- add_index(:refinery_roles_users, [:user_id, :role_id])
-> 0.0004s
-- create_table(:refinery_roles)
-> 0.0005s
-- create_table(:refinery_user_plugins)
-> 0.0005s
-- add_index(:refinery_user_plugins, :name)
-> 0.0003s
-- add_index(:refinery_user_plugins, [:user_id, :name], {:unique=>true})
-> 0.0007s
-- create_table(:refinery_users)
-> 0.0011s
-- add_index(:refinery_users, :id)
-> 0.0004s
== CreateRefinerycmsAuthenticationSchema: migrated (0.0055s) =================
== CreateRefinerycmsImagesSchema: migrating ==================================
-- create_table(:refinery_images)
-> 0.0012s
== CreateRefinerycmsImagesSchema: migrated (0.0012s) =========================
== CreateRefinerycmsResourcesSchema: migrating ===============================
-- create_table(:refinery_resources)
-> 0.0010s
== CreateRefinerycmsResourcesSchema: migrated (0.0011s) ======================
== CreateRefinerycmsPagesSchema: migrating ===================================
-- create_table(:refinery_page_parts)
-> 0.0010s
-- add_index(:refinery_page_parts, :id)
-> 0.0004s
-- add_index(:refinery_page_parts, :refinery_page_id)
-> 0.0005s
-- create_table(:refinery_pages)
-> 0.0048s
-- add_index(:refinery_pages, :depth)
-> 0.0004s
-- add_index(:refinery_pages, :id)
-> 0.0005s
-- add_index(:refinery_pages, :lft)
-> 0.0005s
-- add_index(:refinery_pages, :parent_id)
-> 0.0006s
-- add_index(:refinery_pages, :rgt)
-> 0.0006s
== CreateRefinerycmsPagesSchema: migrated (0.0129s) ==========================
== CreateSeoMeta: migrating ==================================================
-- create_table(:seo_meta)
-> 0.0010s
-- add_index(:seo_meta, :id)
-> 0.0004s
-- add_index(:seo_meta, [:seo_meta_id, :seo_meta_type])
-> 0.0004s
== CreateSeoMeta: migrated (0.0019s) =========================================
/Users/pete/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -S rspec ./authentication/spec ./core/spec ./dashboard/spec ./images/spec ./pages/spec ./resources/spec
Run options: include {:focus=>true}
All examples were filtered out; ignoring {:focus=>true}
..........................................................F.......................................................................................................................................................................................................................................................................................................................................................
Failures:
1) Refinery::Admin::RefineryCoreController should update the plugin positions
Failure/Error: plugins = @refinery_user.plugins.reverse.collect {|p| p.name}
NoMethodError:
undefined method `plugins' for nil:NilClass
# ./core/spec/controllers/refinery/admin/refinery_core_controller_spec.rb:9:in `block (2 levels) in <module:Admin>'
Finished in 67.86 seconds
402 examples, 1 failure
Failed examples:
rspec ./core/spec/controllers/refinery/admin/refinery_core_controller_spec.rb:8 # Refinery::Admin::RefineryCoreController should update the plugin positions
rake aborted!
/Users/pete/.rvm/rubies/ruby-1.9.3-p125/bin/ruby -S rspec ./authentication/spec ./core/spec ./dashboard/spec ./images/spec ./pages/spec ./resources/spec failed
Tasks: TOP => spec
(See full trace by running task with --trace)
[16:40:29 refinerycms (2-0-stable u=)]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment