> You don't have i18n installed in your application. Please add it to > your Gemfile and run bundle install
_Are_ you using bundler? If you are, remember that you need to add a line like "gem sequel" to your Gemfile and run bundle install. R On Sep 18, 10:00 am, dave <[email protected]> wrote: > this is the error message i get. > I had been developing against 3.13.0 and now i've gone to install on a > clean PC i've done a sudo gem install sequel and got 3.15.0 with the > subsequent error msg. > > What am i not doing right? > > ./sequel1.rb:1:in `require': no such file to load -- sequel > (LoadError) > from ./sequel1.rb:1 > from barcode_class_rpt_email.rb:1:in `require' > from barcode_class_rpt_email.rb:1 > > here is the gem env settings > > RubyGems Environment: > - RUBYGEMS VERSION: 1.3.5 > - RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] > - INSTALLATION DIRECTORY: /var/lib/gems/1.8 > - RUBY EXECUTABLE: /usr/bin/ruby1.8 > - EXECUTABLE DIRECTORY: /var/lib/gems/1.8/bin > - RUBYGEMS PLATFORMS: > - ruby > - x86-linux > - GEM PATHS: > - /var/lib/gems/1.8 > - /home/dave/.gem/ruby/1.8 > - GEM CONFIGURATION: > - :update_sources => true > - :verbose => true > - :benchmark => false > - :backtrace => false > - :bulk_threshold => 1000 > - REMOTE SOURCES: > -http://gems.rubyforge.org/ > > adding in require 'rubygems' before the other requires gives me.... > > You don't have i18n installed in your application. Please add it to > your Gemfile and run bundle install > /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require': no such file to load -- i18n (LoadError) > > this is the first time I've tried to take my code to another PC in the > endeavor of having that PC become a production machine. > > help would be appreciated. > > ps I've just now removed 3.15.0 and installed 3.13.0 and still getting > the same error! > > dave. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
