search for: loginengine

Displaying 20 results from an estimated 63 matches for "loginengine".

Did you mean: login_engine
2006 Apr 27
3
LoginEngine File_column interop
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Hello all, I hope someone can help me with this issue, I have the SVN file_column and using LoginEngine/UserEngine with Rails 1.1.2. My issue is that I''m overloading the view for LoginEngine to support a file image upload as part of the user record and having a heck of a time doing so. Near the bottom of my new _edit.rhtml file I put in: <tr><td><%= file_field("u...
2006 Jan 16
2
LoginEngine vs. LoginGenerator?
I just saw a mention here of LoginEngine, which I hadn''t heard of before. Last week when I was digging for user-account sample code for my web-app, I instead found the LoginGenerator and started using that: http://wiki.rubyonrails.com/rails/pages/LoginGenerator Is one of these preferred over the other? From skimming the API...
2006 Jun 08
2
LoginEngine: undefined method `generate_security_token''
Hi there, I''m trying to set up LoginEngine with Rails 1.1.2 on Ruby 1.8.4 on a Windows XP box and the log is reporting: undefined method `generate_security_token'' for #<User:0x39436a0> Rendering user/signup Rendered user/_edit (0.01600) Rendered user/_password (0.01600) Rails appears to be failing on key = @user.generate_...
2005 Dec 31
6
What does this error mean when using scaffold?
...s-powerbook58:~ farocco$ source /private/var/tmp/folders. 501/TemporaryItems/Locomotive.1135999534.992790-16807 frank-roccos-powerbook58:~/Documents/receipts farocco$ script/ generate scaffold receipt receipt ./script/../config/../config/environment.rb:63: undefined method `config'' for LoginEngine:Module (NoMethodError) from /Users/farocco/Desktop/Locomotive/Bundles/rails-1.0.0- min.bundle/Contents/Resources/ports/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:21:in `require__'' from /Users/farocco/Desktop/Locomotive/Bundles/rails-1.0.0- min.bundle/Contents/R...
2006 Feb 26
7
LoginEngine problems
I''m trying to get a simple authentication system going for a small rails app. After much research, it looks like LoginEngine should do exactly what I want. Now, the documentation is somewhat confusing to me when looked at in the light of reality. There are some places that say you have to install the "engines" plugin. But, I cannot find such a beast. So, I installed the login_engine plugin. When I try to...
2006 Jul 04
3
Engine Not Starting
...rt up, in the development log file, I get only routing errors for the page requested. The login_engine unit tests pass fine. My question is if an engine is not loaded, not in a path, etc, how is this indicated in rails? None of the log files even indicate that it''s trying to start the LoginEngine. Since I''ve had no problem in the past, I''m assuming this is some sort of fcgi issue, but not sure how to even start troubleshooting it. Any help would be appreciated. Application helper: module ApplicationHelper include LoginEngine end Environment.rb (bottom) module Logi...
2006 Jul 09
1
Problem with LoginEngine
I installed the Engines and loginEngines plugins but when it came to set up the Database schema.rb, that file is missing from the folder. I have searched everywhere possible to see if i can get this file and set up the schema but no success. Anyone with the same problem or know what the issue could be? Even the documentation for lo...
2006 Mar 07
2
LoginEngine problem
The LoginEngine plugin of RailsEngines can be show working well in the video http://rails-engines.rubyforge.org/movies/engines_intro.mov However it does not work on my pc. I have had the rails 1.0 installed as well as worked under windows enviroment. After I have repeated the steps that the video shows,the login...
2006 Aug 25
3
uninitialised constant LoginEngine
In my worker class, when i try to start the worker thread, it throws the error: uninitialized constant LoginEngine - (NameError) /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing'' /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:131:in `const_missing'' /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/act...
2006 Apr 10
1
LoginEngine 1.0.1
Hi, The LoginEngine has been updated to 1.0.1. Notable changes: * User model now does very basic email validation * All tests now pass on both Rails 1.0 and 1.1 * Many bugs fixed! Please refer to the Engines documentation for how to update. http://www.rails-engines.org/download The subversion URL for the tag is:...
2006 May 30
0
UserEngine / LoginEngine + file upload
I''m trying to setup loginengine/userengine for my site, and I''ve added one extra field to the ''user'' table, which is supposed to store the filename of the user''s picture. Now, I have upload_progress/file_column working on other parts of my site, but when I try to submit a multipart from wit...
2006 Jan 22
0
Problem with change_password action in LoginEngine
...ce sometimes we''re changing the password from within another action/template... #redirect_to :action => params[:back_to] if params[:back_to] redirect_back_or_default :action => ''change_password'' end end end Is this a bug in the LoginEngine (and maybe the Login Generator code) or did I screw something? -- ---------------------------------------------------- http://hronia.blogalia.com
2006 Jul 11
3
LoginGenerator Killing Me ;)
...ous screens. I really don''t need much as far as an ACL model. I just wanted to make folks login to access the update/write actions and methods, and to setup special rights for a single admin user. If I can''t get through this I guess I''oll have to go to the next option LoginEngine or Salt and see if I have the same issues. Thanks in advance. -- Posted via http://www.ruby-forum.com/.
2006 Feb 08
1
testing with loginengine and userengine
Hi all, My unit tests and functional tests are failing because my tests aren''t authenticated. I''m using using user engine and login engine. How can I fake authentication to make my tests work properly. Thanks, Jason Edgecombe
2006 Feb 20
3
file_column and login_engine incompatibilities
...e tmp dir fine, but then it never gets copied to the proper permanent location. No errors - everything happens fine except for that final part. I have file_column up and running fine on other models, it''s just the User model which it doesn''t work on. If I don''t mixin LoginEngine::AuthenticatedUser to my model, all works fine again! So there''s definitely something up there. I''m off to a meeting now so can''t look any further, but will spend the evening ripping it apart to see what''s wrong unless anyone else has come across this before,...
2006 Feb 09
4
Login_Engine: trouble configuring
...ith the exception of the Mailer stuff and cannot get my application to run. Heres what I have; module ApplicationHelper include login_engine end ##################################### require ''login_engine'' class ApplicationController < ActionController::Base include LoginEngine helper :user model :user before_filter :login_required end ################################### In environment.rb; module LoginEngine config :salt, "throcking-cottered" config :use_email_notification, false end Engines.start :login #################...
2005 Dec 29
2
has_many & belongs_to with Plugins (login_engine)
...elationship, I figured I would have to override the User model in the login_engine. Hence I copied the user.rb from the <myapp>/vendor/plugins/login_engine/app/models to <myapp>/app/models and modified it as below class User < ActiveRecord::Base has_many :journal_entries include LoginEngine::AuthenticatedUser .. Now my limited undertanding tells me that after reloading the app, if I login and create a new journal entry, the user_id colum should be populated with the user_id of the user that created the entry but it''s not doing that. Am I missing something? Do I have to sp...
2006 Jun 22
1
Models and Backgroundrb
Hi Erza, I am using login engine in my code...and i get the error "uninitialized constant LoginEngine and uninitialized constant LoginEngine", when i try to do a find in the worker code!!! Why am i getting this error? -- nothing much to talk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/200606...
2006 Jan 30
2
Modules, controllers and inheritance
...to quite a problem. My controllers in submodule do not seem to inherit things from base class. I have following setup: app/controllers/ application.rb: class ApplicationController admin/ admin_controller.rb: class Admin::AdminController < ApplicationController include LoginEngine include UserEngine before_filter :authorize_action # method defined by LoginEngine homepage_controller.rb class Admin::HomepageController < Admin::AdminController Now when I try to access HomepageController I get NoMethodError: undefined method `authorize_action'&...
2005 Dec 29
2
Login plugin
All- I am new to Ruby; following are my two questions: 1. Which is the best login plugin? I keep hearing about SALT and loginengine. 2. For installing loginengine; I see the two following steps - Both these does not work for me. : $ script/plugin install login_engine ==I am getting "script/plugin is not a internal or external command, operable program or batch file" % svn co https://opensvn.csie.o...