similar to: Newbie question: How to remote login

Displaying 20 results from an estimated 10000 matches similar to: "Newbie question: How to remote login"

2006 May 02
0
Linking multiple rails apps
Hi I was wondering what people advised as the best way to run multiple rails apps under one banner? For example, I''ve got a basic tagging/bookmarking app, and I''d like to add, say, forum and wiki functionality. As far as I can see, I could: 1) bundle the other rails apps in with mine in the one project, creating a "superapp" of sorts. Problem with this though is
2006 May 08
1
newbie: Login/Logout in view
I am using the acts_as_authenticated plugin to manage logging in/logging out. There are a few controllers, such as search, that I don''t mind people accessing regardless of whether they are logged in or logged out. My current view just has some static links on the left that say Login and Logout. How should I set it up so that it says Login when not logged in and log out when logged
2005 Apr 29
2
problem installing login generator on windows
Hi, I had a non-fatal problem installing the login generator on Windows w/ rails 0.12.1. Has anyone else run into this or know what''s wrong? c:\devel\ruby>gem install --source http://dist.leetsoft.com login_generator c:\devel\ruby>"c:\devel\ruby\bin\ruby.exe" "c:\devel\ruby\bin\gem" install --source http://dist.leetsoft.com login_generator Attempting local
2006 May 22
0
acts_as_authenticated mailing for activation problem
Hi I''m relatively new to all this, so sorry if this is a daft question. I''ve got the acts_as_authenicated plugin working and have added the user activation extras - which is all fine but I can''t seem to get the activation mail sent. My mail setup in config/environment.rb works with other notifiers, so I was wondering if there''s anything I''m not
2006 May 09
3
Need Login/Authorization/User Management Advice
I''m new ot rails and am revamping one of my first rails projects and would like some advice on user authentication and management. In my app I implemented the basic user login functionality as it is in the Agile Web Developement book. Though it works great I''d like a bit more functionality such as: user levels/roles (i.e level1, level2, level3, admin) type permission,
2006 Apr 17
2
newbie before_filter question
I''ve successfully gotten acts_as_authenticated working. Currently the before_filter line for my admin screen is like this: class AdminController < ApplicationController include AuthenticatedSystem before_filter :login_required Only issue I have now is that anyone logged in can access that screen. I''d like to differentiate between a regular user and
2006 Apr 15
9
newbie q: acts as authenticated or login engine?
I''m trying to create a basic web page where people can register. Before they are approved they are emailed a link where that they must click in order to verify their info is correct (or at least their email). Should I use acts as authenticated or the login engine for this? http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated http://rails-engines.org/login_engine TIA
2006 Mar 21
5
Object#id being deprecated - Rails 1.1
Hi Think this is probably straightforward, but I don''t know enough about rails to work it out, so was wondering if anyone can help I keep on running into this error when I''m deploying my app: "FastCGI: server ".../public_html/public/dispatch.fcgi" stderr: ../config/../app/views/items/_side_share.rhtml:8: warning: Object#id will be deprecated; use
2006 Jun 08
3
Newbie question on ordering e.g. @post.comments
Hi Quick question (I think): I''ve got the table joins/active record stuff working I think, but is there a way I can order the query results? E.g. @post = Post.find(:all) @comments = @post.comments gives me all the comments on a particular post, but dated such that the first comment is first on the page. Could someone let me know how I can reverse that order so that it gives me the
2004 Jul 07
1
fedora core 2 + bitmap() + ghostscript (PR#7062)
Hi all, A bug popped up recently when I upgraded to fedora core 2 (from core 1). Whenever I used the bitmap() function, ghostscript complained that it couldn't handle png or tiff devices. This was NOT a bug with R. It was with the version of ghostscript shipped with core 2. Going to rawhide and getting ghostscript 7.07-29 (core 2 comes with 7.07-25) solved this problem. Unfortunately, I
2014 Mar 11
1
Cannot Ping after successful connection?
I apologize for the TLDR-style email, but I wanted to demonstrate that I have done a lot of work (11 hours and at least 8 tutorials including the tinc docs) before asking for help. My basic problem is this: tinc appears to properly connect and authenticate the client to the server, but I cannot ping or access resources. (yes. I know there is no 'server' in tinc, but 'server'
2018 Jun 13
0
No ports 445/139 & smbclient shows NT_STATUS_CONNECTION_REFUSED
Hi all, I'm maintaining a small AD system on a computer called "ad" in our small charity, and it has been working fine for a year or so. However, "ad" is very rickety so we got a proper server purchased and now I'm trying to move the AD system over.  I've set up the new server called "org-ad" with Debian 9 and followed the instructions here
2016 Jul 08
0
Wine release 1.9.14
The Wine development release 1.9.14 is now available. What's new in this release (see below for details): - More Shader Model 5 support in Direct3D. - Some more write support in WebServices. - Performance improvements in GDI. - Some more progress towards the Direct3D command stream. - Various bug fixes. The source is available from the following locations:
2017 Jul 21
0
Wine release 2.13
The Wine development release 2.13 is now available. What's new in this release (see below for details): - Unicode data updated to Unicode 10.0.0. - Nicer looking default mouse cursors. - Persistent connections support in WinHTTP. - Message Framing protocol support in WebServices. - Improved metafile support in GdiPlus. - Debug registers support in x86-64 exception handling. -
2006 Apr 28
2
["acts_as_authenticated"] << "Role-Based Authorization Rails Recipe"
hi guys, has anyone here implemented role based authorization from rails recipes into acts_as_authenticated ? how''s it going? Case: there is ONE admin. And MANY users. Admin is the only one who can create, edit, delete user, etc.. users also need to login, but go to different pages. do you guys think it''s good to try rick''s acts_as_authenticated + chad''s
2017 Jun 23
0
Wine release 2.11
The Wine development release 2.11 is now available. What's new in this release (see below for details): - OpenGL support in the Android driver. - Support for security labels. - Relay debugging on ARM64. - More dictionary support in WebServices. - New registry file parser in RegEdit. - Various bug fixes. The source is available from the following locations:
2017 Apr 28
0
Wine release 2.7
The Wine development release 2.7 is now available. What's new in this release (see below for details): - TCP and UDP connection support in WebServices. - Various shader improvements for Direct3D 11. - Improved support for high DPI settings. - Partial reimplementation of the GLU library. - Support for recent versions of OSMesa. - Window management improvements on macOS. - Various
2017 May 26
0
Wine release 2.9
The Wine development release 2.9 is now available. What's new in this release (see below for details): - Support for tesselation shaders in Direct3D. - Binary mode support in WebServices. - Clipboard changes detected through Xfixes. - User interface improvements in RegEdit. - Various bug fixes. The source is available from the following locations:
2016 Sep 02
0
Wine release 1.9.18
The Wine development release 1.9.18 is now available. What's new in this release (see below for details): - Support for multiple kernel drivers in a single process. - More WebServices reader support. - Various improvements in joystick support. - Some more work towards the Direct3D command stream. - GDI performance improvements. - Improved IME window handling. - Compatibility
2007 Sep 11
2
acts_as_authenticated redirect on ajax requests
Hi there, I''d like to know if there is a solution to the scenario when using acts_as_authenticated and ajax: I have an action in my controller which is protected by login via acts_as_authenticated. Now, this action can be called both by human interaction, as well as ajax requests. (It is an add to cart link). It works great as long as I am in an authenticated session. Now, I want to