Skip to content

Instantly share code, notes, and snippets.

@datenimperator
Created December 29, 2011 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save datenimperator/1534120 to your computer and use it in GitHub Desktop.
Save datenimperator/1534120 to your computer and use it in GitHub Desktop.
c.aust@macbook-pro:~/Documents/Projekte/budokan$ script/server
=> Booting WEBrick
=> Rails 2.3.14 application starting on http://0.0.0.0:3000
/Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `require': no such file to load -- active_record_extensions (MissingSourceFile)
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `require'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:547:in `new_constants_in'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `require'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/bundler/gems/radiant-bf356f33ee44/lib/plugins/active_record_extensions/init.rb:1:in `evaluate_init_rb'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/rails/plugin.rb:158:in `evaluate_init_rb'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/rails/plugin.rb:154:in `evaluate_init_rb'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/rails/plugin.rb:48:in `load'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/rails/plugin/loader.rb:38:in `load_plugins'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/rails/plugin/loader.rb:37:in `each'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/rails/plugin/loader.rb:37:in `load_plugins'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/initializer.rb:369:in `load_plugins'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/bundler/gems/radiant-bf356f33ee44/lib/radiant/initializer.rb:328:in `load_plugins'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/initializer.rb:165:in `process'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/initializer.rb:113:in `send'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/initializer.rb:113:in `run'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/bundler/gems/radiant-bf356f33ee44/lib/radiant/initializer.rb:266:in `run'
from /Users/c.aust/Documents/Projekte/budokan/config/environment.rb:12
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `require'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `require'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:547:in `new_constants_in'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:182:in `require'
from /Users/c.aust/Documents/Projekte/budokan/config.ru:1
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rack-1.1.3/lib/rack/builder.rb:46:in `instance_eval'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rack-1.1.3/lib/rack/builder.rb:46:in `initialize'
from /Users/c.aust/Documents/Projekte/budokan/config.ru:1:in `new'
from /Users/c.aust/Documents/Projekte/budokan/config.ru:1
from script/server:3:in `eval'
from /Users/c.aust/.rvm/gems/ruby-1.8.7-p352@radiant-1.0/gems/rails-2.3.14/lib/commands/server.rb:78
from script/server:3:in `require'
from script/server:3
source :rubygems
# I'd like to go with
# gem "radiant", '~> 1.0.0.rc3'
# there are fixes on master (but not rc3) that are needed for the extensions, thus I'm on edge
gem "radiant", :git => "git://github.com/radiant/radiant.git"
# I forked these to add missing localizations
gem "radiant-clipped-extension", :git=> "git://github.com/datenimperator/radiant-clipped-extension.git"
gem 'radiant-german_language_pack-extension', :git=> "git://github.com/datenimperator/radiant-german_language_pack-extension.git"
gem 'radiant-sheets-extension', :git=> "git://github.com/datenimperator/radiant-sheets-extension.git"
# the coffee-script extension forced me to add these
gem 'libv8'
gem 'therubyracer', :platforms => :ruby
# Gems you would like to have in your development environment
group :development do
# SQLite is the default database connection but only suitable for local use
gem "sqlite3", "~> 1.3.4"
end
# If you're running tests or specs
# group :test do
# gem "cucumber-rails", "~> 0.3.2"
# gem "database_cleaner", "~> 0.6.5"
# gem "webrat", "~> 0.7.3"
# gem "rspec-rails", "~> 1.3.3"
# gem "sqlite3", "~> 1.3.4"
# gem "ZenTest", "4.6.0"
# end
group :production do
gem "mysql", "~> 2.8.1"
end
GIT
remote: git://github.com/datenimperator/radiant-clipped-extension.git
revision: a0eecc39f257e199b9e71fa0857ddc1de641b87a
specs:
radiant-clipped-extension (1.0.14)
acts_as_list (~> 0.1.2)
paperclip (~> 2.3.16)
uuidtools (~> 2.1.2)
GIT
remote: git://github.com/datenimperator/radiant-german_language_pack-extension.git
revision: 624e425ae06986185c4b5216a2cc721d80f87ed9
specs:
radiant-german_language_pack-extension (1.0.1)
GIT
remote: git://github.com/datenimperator/radiant-sheets-extension.git
revision: e639673d5c4a10fbc62b7e61f883a5f8df22f631
specs:
radiant-sheets-extension (1.0.5)
coffee-script (~> 2.2.0)
sass (~> 3.1.12)
GIT
remote: git://github.com/radiant/radiant.git
revision: bf356f33ee44d8b02b0ea8d88b94bad353278089
specs:
radiant (1.0.0.rc3)
acts_as_tree (~> 0.1.1)
bundler (>= 1.0.0)
compass (~> 0.11.1)
delocalize (~> 0.2.3)
haml (~> 3.1.1)
highline (= 1.6.2)
rack (~> 1.1.1)
rack-cache (~> 1.0.2)
radiant-archive-extension (~> 1.0.7)
radiant-clipped-extension (~> 1.0.10)
radiant-debug-extension (~> 1.0.0)
radiant-exporter-extension (~> 1.0.0)
radiant-markdown_filter-extension (~> 1.0.0)
radiant-sheets-extension (~> 1.0.5)
radiant-site_templates-extension (~> 1.0.3)
radiant-smarty_pants_filter-extension (~> 1.0.0)
radiant-textile_filter-extension (~> 1.0.0)
radius (~> 0.7.1)
rails (~> 2.3.14)
rake (>= 0.8.7)
rdoc (~> 3.9.2)
stringex (~> 1.3.0)
will_paginate (~> 2.3.11)
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.9)
actionmailer (2.3.14)
actionpack (= 2.3.14)
actionpack (2.3.14)
activesupport (= 2.3.14)
rack (~> 1.1.0)
activerecord (2.3.14)
activesupport (= 2.3.14)
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
acts_as_list (0.1.4)
acts_as_tree (0.1.1)
bluecloth (2.1.0)
chunky_png (1.2.5)
cocaine (0.2.1)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
compass (0.11.6)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
delocalize (0.2.6)
execjs (1.2.13)
multi_json (~> 1.0)
fssm (0.2.7)
haml (3.1.4)
highline (1.6.2)
libv8 (3.3.10.4)
mime-types (1.17.2)
multi_json (1.0.4)
mysql (2.8.1)
paperclip (2.3.16)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
rack (1.1.3)
rack-cache (1.0.3)
rack (>= 0.4)
radiant-archive-extension (1.0.7)
radiant-debug-extension (1.0.2)
radiant-exporter-extension (1.0.2)
radiant-markdown_filter-extension (1.0.2)
bluecloth (~> 2.1.0)
radiant-site_templates-extension (1.0.3)
radiant-smarty_pants_filter-extension (1.0.2)
rubypants (~> 0.2.0)
radiant-textile_filter-extension (1.0.4)
RedCloth (~> 4.2.0)
radius (0.7.1)
rails (2.3.14)
actionmailer (= 2.3.14)
actionpack (= 2.3.14)
activerecord (= 2.3.14)
activeresource (= 2.3.14)
activesupport (= 2.3.14)
rake (>= 0.8.3)
rake (0.9.2.2)
rdoc (3.9.4)
rubypants (0.2.0)
sass (3.1.12)
sqlite3 (1.3.5)
stringex (1.3.0)
therubyracer (0.9.9)
libv8 (~> 3.3.10)
uuidtools (2.1.2)
will_paginate (2.3.16)
PLATFORMS
ruby
DEPENDENCIES
libv8
mysql (~> 2.8.1)
radiant!
radiant-clipped-extension!
radiant-german_language_pack-extension!
radiant-sheets-extension!
sqlite3 (~> 1.3.4)
therubyracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment