Skip to content

Instantly share code, notes, and snippets.

@hone
Created November 7, 2009 23:39
Show Gist options
  • Select an option

  • Save hone/228950 to your computer and use it in GitHub Desktop.

Select an option

Save hone/228950 to your computer and use it in GitHub Desktop.
$ irb
>> require 'config/environment'
config.gem: Unpacked gem mechanize-0.9.3 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
config.gem: Unpacked gem bmabey-email_spec-0.2.0 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
config.gem: Unpacked gem json_pure-1.1.7 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
config.gem: Unpacked gem thoughtbot-factory_girl-1.2.2 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
config.gem: Unpacked gem ar-extensions-0.9.2 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
config.gem: Unpacked gem blackbook-1.0.17 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
NoMethodError: undefined method `full_host_name' for #<IRB::Context:0x2893198>
from /home/hone/Projects/oib/boxboss/config/initializers/action_mailer_configs.rb:7
from /home/hone/Projects/oib/boxboss/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in `load_without_new_constant_marking'
from /home/hone/Projects/oib/boxboss/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in `load'
from /home/hone/Projects/oib/boxboss/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /home/hone/Projects/oib/boxboss/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in `load'
from ./config/../vendor/rails/railties/lib/initializer.rb:600:in `load_application_initializers'
from ./config/../vendor/rails/railties/lib/initializer.rb:599:in `each'
from ./config/../vendor/rails/railties/lib/initializer.rb:599:in `load_application_initializers'
from ./config/../vendor/rails/railties/lib/initializer.rb:174:in `process'
from ./config/../vendor/rails/railties/lib/initializer.rb:113:in `send'
from ./config/../vendor/rails/railties/lib/initializer.rb:113:in `run'
from ./config/environment.rb:13
from /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from (irb):1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment