search for: localization_generator

Displaying 5 results from an estimated 5 matches for "localization_generator".

2005 Oct 20
2
Salted Login Generator Installation
...hen I try to install the salted login generator (gem install salted_login_generator) it asks: Install required dependency rails? If I select yes it says: RubyGem version error: rails(0.11.1 not >= 0.13.1) and fails. It does the same thing when I try to install the regular login_generator or localization_generator that the salted one depends on. My questions to all the experts out there are: 1) Why is it doing this? (I''m guessing it requires rails 0.11.1, but this page http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator says 0.13 should work) 2) Is this an error with the gem? 3) Is...
2006 Jun 10
2
readline problems
.../ruby and reinstalled ruby using autoconf, ./configure, make clean, make, make test, and make install. There were many warnings about differences in signedness during make, but it installed fine. I also uninstalled and reinstalled rake and rails. I got an invalid date error while re-installing localization_generator, but otherwise all went well. But I still get the above error. Anyone know why? Thanks for helping. Chas. Munat Seattle
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 successfully. I then created the databases and schema, without incident. In theory, I should be able to hit my server: http://my.host.com:3000/user ..... Doing so, throws an error page in my face: +-----------------...
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
...e plugins where simple_date_select and datebox_engine. I am running the following env: XP Pro SP2 Ruby 1.8.4 Rails 1.1.2 with the following gems and versions actionmailer 1.2.1 actionpack 1.12.1 actionwebservices 1.1.2 activerecord 1.14.2 activesupport 1.3.1 db_structure 1.0.2 localization_generator 1.0.0 money 1.7.1 pdf-writer 1.1.2 rake 0.7.1 RedCloth 3.0.4 SimpleSearch 0.5.0 source 0.0.1 transaction-simple 1.3.0 Plugins active_rbac dialog_helper dollars_and_cents engines flash_helper query_trace Does anyone have any idea why all of a sudden that thing...
2005 Jul 05
2
Salted hash login generator (verification problem?)
...0'', `deleted` int(11) default ''0'', `delete_after` datetime default NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; *** LOCAL GEMS *** actionmailer (0.9.1) actionpack (1.8.1) actionwebservice (0.7.1) activerecord (1.10.1) activesupport (1.0.4) localization_generator (1.0.7) login_generator (1.1.0) rails (0.12.1) rake (0.5.4) RedCloth (3.0.3) salted_login_generator (1.0.9) sources (0.0.1) ruby -Ilib:test "/usr/local/lib/ruby/gems/1.8/gems/rake-0.5.4/lib/rake/ rake_test_loader.rb" "test/functional/user_controller_test.rb" "test...