search for: active_rbac

Displaying 20 results from an estimated 21 matches for "active_rbac".

2006 Aug 10
2
rendering templates from an engine''s app dir
Hi there, i have a rails application which use the active_rbac engine for user and access control. How can I use the original login, etc. forms which were provided with the engine as partials in my application? I''ve tried all of the below mentioned approaches and it seems so that I cannot reach the templates provided under the [RAILS_HOME]/vendor/plu...
2006 May 29
1
Engine: Active_RBAC not working, missing require
Hi there, I try to install the active_rbac plugin as described in the manual on the active_rbac trac site. The installation through the plugin script was great: ruby script\plugin discover ruby script\plugin install engines ruby script\plugin install active_rbac I set up the environment.rb in rails\config dir correctly to Engines.start...
2006 May 22
1
Problems with ActiveRbac plugin
*Sorry for the first mail without subject* Hello, I try to use the active_rbac plugin (0.3.1) with Rails 1.1.2 but can''t succeed for the moment. Here is what I did : 1 - install Engines Plugin => OK. ''rake engines:info'' gives me "1.1.1" as the engines plugin version. 2 - install Active_rbac plugin => OK. Files are copied in vendor...
2006 Mar 13
2
Engines with InstantRails
I''ve recently started playing with InstantRails 1.0 and am now wanting to experiment with the Login and active RBAC engines but having trouble getting them to install. I''ve checked the following but can''t find any info on how to get it to work. http://rails-engines.org/wiki/pages/Engines+plugin I''ve also tried the following:
2006 Mar 01
1
Net/Https & active_rbac & Debian Sarge
Hi, I''m attempting an install of active_rbac but am having some troubles. I''m running Debian 3.1 sarge and I am getting an error saying that I need to have net/https installed. I checked out my ruby lib and net/https.rb is nowhere to be found. I''m running the default ruby for Sarge which is 1.8.2. Was https.rb not included...
2006 Feb 27
2
Publishing a Plugin via ./script/plugin
...h a plugin so I can download it via ./script/plugin. I''ve put my plugin (ActiveRBAC) on http://wiki.rubyonrails.com/rails/ pages/Plugins but seemingly ./script/plugin discover does not find it :/ Even if I do ./script/plugin source \ https://activerbac.turingstudio.com/source/active_rbac/trunk/ active_rbac it does not appear on ./script/plugin list. Can someone help me? Regards, Manuel Holtgrewe
2006 May 16
3
Best way to handle namespace collisions?
All, I have a little namespace collision here. I am trying to use both RubyfulSoup (an HTML parser - which I highly recommend by the way) and the ActionView::Helpers::TextHelper class. Within the TextHelper class, there''s an attempt to create a new "Tag" object. However, Tag is also defined in the RubyfulSoup gem and it is _this_ Tag class whose initialize method is
2006 May 22
0
(no subject)
Hello, I try to use the active_rbac plugin (0.3.1) with Rails 1.1.2 but can''t succeed for the moment. Here is what I did : 1 - install Engines Plugin => OK. ''rake engines:info'' gives me "1.1.1" as the engines plugin version. 2 - install Active_rbac plugin => OK. Files are copied in vendor...
2006 May 01
0
ACTIVE_BRAC engine migration error.
Hi there, I''ve installed the active_rbac engine and am following the manual to install it. I''ve come to point 2.2.1 Installing Engines and ActiveRBAC . When I try to execute the engines migration I get the following error: C:\Documents and Settings\Keegan\My Documents\Website Work\live2move\code\L2M>rake db:migrate:engines --...
2006 May 30
2
Plugin install using version
Hallo, after I found an bug item for my active_rbac problem on windows using ruby one-click last stable (1.8.2 I guess), there was the rant to downgrade to engines-1.1.1. I successfully installed engines-1.1.2 and removed it by ruby script\plugin remove engines I tried ruby script\plugin install engines-1.1.1 in the gem way of handling versio...
2006 Jun 14
0
ACTIVE_BRAC engine migration error.
...ery rbac_mysql_X.sql file (where X=a, b, c, d, e, f, g, and h). Also, you will probably NOT need the database table "articles" created at the beginning of the rbac_mysql_a.sql file. Happy Programming! John Wolfe On 5/1/06, Keegan Govender wrote: Hi there, I''ve installed the active_rbac engine and am following the manual to install it. I''ve come to point 2.2.1 Installing Engines and ActiveRBAC . When I try to execute the engines migration I get the following error: C:\Documents and Settings\Keegan\My Documents\Website Work\live2move\code\L2M>rake db:migrate:en...
2006 Feb 23
20
ActiveRbac 0.3 release - We''re now on Engines
.../ - our SVN repository is here If you have any questions or suggestions for us, contact us via our mailing list (or contact me directly if you prefer that): rbac-dev@lists.cloudcore.com You can sign up here: https://lists.cloudcore.com/mailman/listinfo/rbac-dev Changelog --------- active_rbac * Moving configuration into the "ActiveRbac" module as is normal for engines. * Controllers have been moved into a subdirectory "active_rbac" so they can be in the namespace "ActiveRbac" * The structure of ActiveRBAC has been changed to the of an engine. rbac_dem...
2006 Jun 09
5
ActiveRBAC?
How''s the experience with using ActiveRBAC? For my "next 4 days with rails" :P I''d like to consider adding Role-based access to the To-Do List application in the original "four days w/ rails" tutorial. Just wondering if ActiveRBAC would be a good place to start? Thanks! For those who are wondering: https://activerbac.turingstudio.com/trac Cheers Mohit.
2006 May 04
0
Using ActiveRBAC 0.3.1 to restrict entire site?
All, I''m trying Active_rbac for the first time. I have the basics working so I can protect a single controller. I want to protect all of my controllers so users have to login to see anything. I''m trying to put a before_filter in my application controller, but I don''t know how to do the except correctly. I...
2006 Oct 09
1
error running 'ruby script/console' => "uninitialized constant RAILS_ROOT" ??
...ENV''] ||= ''production'' RAILS_GEM_VERSION = ''1.1.6'' require File.join(File.dirname(__FILE__), ''boot'') Rails::Initializer.run do |config| end module ActiveRbacConfig config :controller_layout, "contacts" end Engines.start :active_rbac ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.update(:default => ''%H:%M:%S %d-%m-%Y'') # e.g. 10-31-2006 @ 9:30 PM LOCALES = {''en'' => ''en'', ''fr'' => ''fr''}.freeze =======================...
2007 Feb 18
6
Simple Captcha for Rails
check out the simple captcha plugin for rails... http://expressica.com/2007/02/06/simple-captcha-released-the-captcha-for-rails-applications/ it is really simple to implement, just need one line of code in view and one line of code in controller or model as required. And it provides multiple image styles to be selected from. -- Posted via http://www.ruby-forum.com/.
2006 Jun 20
3
WEBrick just decided to take a hiatus on me
...r 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 things would just croak on my box? Thanks in advance, -- ~d www.razorpress.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http:/...
2006 Jul 05
0
ActionMayday! Sends from Console, but not from App
I''ve got active_rbac installed and its not sending registration mails? I''m using delivery_method :msmtp, since my mail server usese TLS, when I call RegistrationMailer.deliver_confirm_registration(user, ''a'') from the console, it works perfectly, but when I call it from within my app, say i...
2006 Jan 15
0
ANN: ActiveRBAC 0.2.1 released
...component that handles authentication (login) and authorization (permissions). The aim of ActiveRBAC is to provide the default authentication and authorization backend for shared Ruby On Rails components. You can fetch the current release from https://activerbac.turingstudio.com/releases/active_rbac-0.2.1.tar.gz This will be the last release in which ActiveRBAC follows RoR''s component structure. The next release 0.3.0 will work as a Rails Engine. Hopefully, this will make customizing and configuring ActiveRBAC easier. If you want to find out more about ActiveRBAC, you can vi...
2006 Jun 30
9
User engine problems with 1.1.4 + Test driven development??!
The following two posts (at the bottom) were posted to engine- users@lists.rails-engines.org and suggests further issues with 1.1.4 I''m forwarding it here for two reasons: 1. Just a heads-up that 1.1.4 breaks engines that are customised. login/user_engine are probably almost as widely deployed as Typo, and if you''ve done any controller-level customisation, 1.1.4 appears to