search for: salted_login_generator

Displaying 10 results from an estimated 10 matches for "salted_login_generator".

2005 Oct 20
2
Salted Login Generator Installation
Hi, I am trying to install the salted login generator from rubygems. I have version 0.13.1 of rails installed. When 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 exp...
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...
2006 May 09
9
Recommendation for a user authentication plugin
Hi, Which user-authentication plugins should one try first? Too many out there and too little time to try them all fairly. Thanks for your recommendation. cheers! -- Posted via http://www.ruby-forum.com/.
2006 Nov 04
0
login sugar generator
After being frustrated (yet again) last week when attempting to use the salted_login_generator in a new rails project, I have modified it so that it works better for my needs. Since the SaltedHashLoginGenerator wiki page seems to indicate many people are frustrated by this package which is very nice but has been broken since rails 1.1.4 I think, I have gem-ified my version of the generator...
2006 Feb 04
2
file_column path problem grouping controllers in to modules
Hey there, good job with the file_column thing, but I''m experiencing a problem I didn''t found about. I''m grouping controllers in to modules (like Admin::Category Admin:Item) and: url_for_file_column("dettaglio", "picture_url") return this search path: src="/detail/picture_url/development/5/dark.jpg" there''s a development coming from
2005 Dec 31
0
Salted Login Generated code throwing lots of errors
...[''login''], @params[''user''][''password'']) and the line: @login = @params[''user''][''login''] Is there any way I can fix this problem without a lot of dull re-coding? I''m using the Rails 0.14.4 and salted_login_generator 1.1.1 Dave -- Site: http://antidis.com/
2005 Sep 22
2
production environment
So I''m getting ready to setup a production environment on my boxen (running Fedora Core 3), what are my options? I''ve seen a number of posts about FastCGI, SCGI, etc. and am completely lost as to what I should be setting up on my box (that I hopefully won''t have to touch for a while). I need to run Collaboa, Typo and probably 3 or 4 other apps on this, so
2006 Aug 25
0
Re: login sugar
...e5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > > On 8/21/06, dav.yaginuma-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <dav.yaginuma-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > After being frustrated (yet again) last week when attempting to use > > the salted_login_generator in a new rails project, I have modified it > > so that it works better for my needs. Since the > > SaltedHashLoginGenerator wiki page seems to indicate many people are > > frustrated by this package which is very nice but has been broken > > since rails 1.1.4 I think, I hav...
2006 Mar 28
3
compiling php with fcgi on tiger
..._____ Get Ruby gems curl -O http://rubyforge.org/frs/download.php/3700/rubygems-0.8.10.tgz tar xvzf rubygems* cd rubygems* sudo ruby setup.rb __________________________________________________ ______________ Get Rails and a few other gems sudo gem install rails RedCloth search_generator salted_login_generator production_log_analyzer answer yes to all dependencies __________________________________________________ ______________ Get mysql-ruby C bindings (the pure ruby ones suck) This command works great on osx as well using the mysql 4.1.x installer from mysql.com or the serverlogistics.com mysql...
2005 Jul 05
2
Salted hash login generator (verification problem?)
...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/functional/admin/summary_controller_test.rb" ./test/functional/admin/../../../config/environme...