Skip to content

Commit

Permalink
depend on xml-simple gem
Browse files Browse the repository at this point in the history
  • Loading branch information
josephholsten committed Nov 10, 2009
1 parent 977a58f commit fcce5f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environment.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# config.gem "sqlite3-ruby", :lib => "sqlite3" # config.gem "sqlite3-ruby", :lib => "sqlite3"
# config.gem "aws-s3", :lib => "aws/s3" # config.gem "aws-s3", :lib => "aws/s3"
config.gem "RedCloth" config.gem "RedCloth"
config.gem "xml-simple", :lib => 'xmlsimple'


# Only load the plugins named here, in the order given (default is alphabetical). # Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named # :all can be used as a placeholder for all plugins not explicitly named
Expand All @@ -39,4 +40,4 @@
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join("my", "locales", "*.{rb,yml}")] # config.i18n.load_path += Dir[Rails.root.join("my", "locales", "*.{rb,yml}")]
# config.i18n.default_locale = :de # config.i18n.default_locale = :de
end end

0 comments on commit fcce5f4

Please sign in to comment.