similar to: ACTIVE_BRAC engine migration error.

Displaying 20 results from an estimated 900 matches similar to: "ACTIVE_BRAC engine migration error."

2006 Jun 14
0
ACTIVE_BRAC engine migration error.
Hello Keegan, You may already have forgotten about your posting from last month - but I stumbled across the EXACT same error today, and figured out a way around it. The difficulty stems from you running under Windows XP, probably running InstantRails, right? I fairly quickly discovered that the reason things were not working according to the ActiveRBAC Manual was that the code for
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 :active_rbac But if I try a rake db:migrate:engines
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/plugins/active_rbac/app/views directory.
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/plugins/active_rbac
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/plugins/active_rbac 3 - add the line ''Engines.start
2006 Feb 27
2
Publishing a Plugin via ./script/plugin
Hi How do I publish 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.
2004 Aug 06
2
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
My chroot shouldv'e been configged quite, nsswitch.conf/resolv.conf/hosts, and all libs via the ldd of icecast & bash. What else might one need? -CP <p>Quoting Keegan Quinn <keegan@thebasement.org>: > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Wed, May 26, 2004 at 07:51:14PM
2009 Jul 30
5
PDF Compression
Hi, I am generating a large number of graphs with pdf() and incorporating them in pdf document using pdflatex. According to the pdf() help: 'pdf' writes uncompressed PDF. It is primarily intended for producing PDF graphics for inclusion in other documents, and PDF-includers such as 'pdftex' are usually able to handle .compression. But pdflatex incorporates the R
2008 Feb 01
1
Manipulating the "..." args.
Hi, foo<-x(...) { # Need to remove bad characters from string arguments "..." # here. # Pass on the modified string arguments. bar(...) } I need to modify string arguments passed in to function foo as "..." and then pass the modified arguments on to function bar. Is there a way to access the contents of "..." for in-place modification? I know I can
2004 Aug 06
0
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
On Thursday, 27 May 2004 at 00:17, cpickert@t3inc.us wrote: > My chroot shouldv'e been configged quite, nsswitch.conf/resolv.conf/hosts, > and > all libs via the ldd of icecast & bash. What else might one need? All libs via ldd probably doesn't include /lib/libnss*. You'll need those too, I believe (or at least libnss_files and libnss_dns). > Quoting Keegan Quinn
2004 Aug 06
4
Debian packages: icecast2, libshout, ices2
On Fri, Aug 08, 2003 at 03:57:44PM -0500, Luke Stodola wrote: > I've compiled Keegan's libogg, libvorbis, and icecast2 packages for > woody/powerpc, available at > http://showcase.stjacademy.org/debianpackages/ if anyone wants them. > Keegan, feel fry to put these on your site. Thanks, but it looks to me like you've done a bit more than recompile my packages for PowerPC.
2004 Aug 06
1
Debian packages: icecast2, libshout, ices2
On Sun, Aug 10, 2003 at 11:29:47AM -0500, Luke Stodola wrote: > Yep, it was a testing src line that was throwing me off. I *knew* > compiling debian packages was easier than I had been making it! :) I was pleasantly surprised to see that the packages which made it to unstable were immediately built correctly on all 11 architectures: i386, ia64, alpha, s390, arm, hppa, mips, mipsel, sparc,
2004 Aug 06
7
Debian packages: icecast2, libshout, ices2
Hello everyone, I've been maintaining Debian packages (for sid) of icecast2, libshout, and ices2 for several months now; my production servers run Debian, and these packages make using icecast on them even more easily manageable. They've been quite solid and reliable in all of the situations I've encountered, and I've had nothing but positive reports from a couple of testers.
2004 Aug 06
0
Icecast and Ices2 manual pages
Hello everyone, In the process of packaging Icecast and Ices2 for Debian, it was necessary for me to write a set of minimal manual pages to satisfy policy requirements. Since I would be adding them to CVS as part of the debian/ directories anyway, I thought I would present them here, so they could perhaps be integrated with the other forms of packaging. They are very simple but perhaps someone
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''ve been trying this: class ApplicationController
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 in this build? How can I get around this? I
2006 Mar 29
2
Rake Migrations for Rails 1.1
Hi all. I keep having the following error when I invoke the rake db:migrate command for Rails 1.1 (Ruby 1.8.2 -- Windows 2000) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate == Realtorex: migrating ======================================================= -- create() rake aborted! undefined method `create'' for
2004 Aug 06
2
Debian and ices0
On Monday, 04 August 2003 at 10:40, Keegan Quinn wrote: > On Thu, Jul 17, 2003 at 04:53:46PM -0700, Keegan Quinn wrote: > > On Thu, Jul 17, 2003 at 09:55:04AM -0600, Jack Moffitt wrote: > > > Are you planning on packaging ices 0.3 as well? > > > > I had not previously, because I don't personally have any need for MP3 > > streaming, since Ogg Vorbis is
2006 Jul 18
1
Fixtures Max Size? SystemStackError: stack level too deep
Hello, I have a table of zipcodes that I am using in my application, so there are approximately 50,000 rows in this table. I have dumped the table to a fixture yaml file to represent this data, but when I try to load it, I get this error: SystemStackError: stack level too deep Is there a max size allowed for a fixture file..? Here is the --trace output: rake db:fixtures:load --trace **
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 versions but that didn''t worked. Any idea