Displaying 2 results from an estimated 2 matches for "iconvcharset".
2012 Feb 28
4
JIRA anyone?
...set this up in a Gemfile and tried to run this from the rails
console:
/Users/TAllison/projects/cs_jira/vendor/cache/ruby/1.9.1/gems/soap4r-1.5.8/lib/xsd/charset.rb:13:
warning: variable $KCODE is no longer effective
/Users/TAllison/projects/cs_jira/vendor/cache/ruby/1.9.1/gems/soap4r-1.5.8/lib/xsd/iconvcharset.rb:9:in
`<top (required)>'': iconv will be deprecated in the future, use
String#encode instead.
/Users/TAllison/projects/cs_jira/vendor/cache/ruby/1.9.1/gems/soap4r-1.5.8/lib/xsd/xmlparser.rb:74:in
`<top (required)>'': XML processor module not found. (RuntimeError)
f...
2006 Aug 17
2
SaltedHashLoginGenerator no such file to load -- iconv
Hi,
I''m trying to use the SaltedHashLoginGenerator as documented on
http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator
Ruby version: ruby 1.8.4 (2005-12-24) [i386-openbsd3.9]
I''ve the following commands:
gem install salted_login_generator
gem install localization_generator
rails myapp
cd myapp
ruby script/generate salted_login User Localization
All ran