Grary Stimon wrote in post #1019984: > Hi, > > I'm new to gem development. I just completed a gem for use with a Rails > 3.0.7 project. The gem itself passes its tests. I've listed the gem in > the Rails project's Gemfile... > > Unfortunately, Rails is choking on some requires in my gem. Here is what > I get in Rails: > > activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require': > no such file to load -- zip_code/config.rb (LoadError) > > > $LOAD_PATH.unshift(File.dirname(__FILE__)) >
Try getting rid of that line. Do you have a .gemspec file? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: 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/rubyonrails-talk?hl=en.

