search for: opensvn

Displaying 20 results from an estimated 69 matches for "opensvn".

2006 Jul 26
4
How to Install Engines?
....and I am not sure how to install the engine? could someone please give me some instructions with regards to this.... http://rails-engines.org/wiki/pages/DateboxEngine for example in the website above The Engines plugin or the EdgeEngines plugin * Engines 1.0 script/plugin install http://opensvn.csie.org/rails_engines/branches/engines/ * EdgeEngines script/plugin install http://opensvn.csie.org/rails_engines/engines/trunk/ I am kinda confuse how to do this....when I use a browser to check http://opensvn.csie.org/rails_engines/engines/trunk/ it throws a 404 error? any ideas? Thanks...
2006 May 02
3
Writing tests for plugins
I''ve been googling around trying to find some tips on creating tests for plugins. Am I correct in assuming that I''d have to have the tests as part of a rails app in order to test the plugin? I''d like to find a way to do standalone tests for the plugin. -- Posted via http://www.ruby-forum.com/.
2006 Mar 02
1
Engines SVN repository move
The rails engines SVN repository has now officially moved from its old location on the OpenSVN servers to: http://svn.rails-engines.org/ Please update your SVN externals appropriately, as the continued existence of the old repository is now NOT guaranteed. Engines plugin (official): http://svn.rails-engines.org/plugins/engines Engines plugin (for Edge rails): http://svn.rails-engine...
2005 Dec 29
2
Login plugin
...d 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.org/rails_engines/plugins/login_engine <MY_RAILS_APP>/vendor/plugins/login_engine ==== I am using Windows, how can I get the svn stuff? Any help will be appreciated. I am on Windows XP with Ruby and Rails succssfully installed. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jan 09
5
file_column content type
is there a way using the file_column plugin to enforce a certain content type based on regex (i.ie, /^image/) and/or filesize (150k) ? thanks adam
2006 Aug 24
1
trying to encode/decode videos using libtheora
...m trying to learn how to use libtheora but I'm having some problems: I believe to have encoded a video, but I can't decode it. I've tried 2 things: to record a .ogg file and to write a libtheora decoder, using the encoded ogg_packets present in memory. The source code is here: http://opensvn.csie.org/ribamar/projects/streaming/cvaenc.c (it has a makefile in http://opensvn.csie.org/ribamar/projects/streaming/Makefile and requires highgui and opencv to compile, in debian and ubuntu with universe it must be trivial to install them with apt-get install libhighgui-dev libcv-dev) 1) genera...
2006 Aug 05
2
acl_system2 undefined method `access_control''
I''ve installed acts_as_authenticated and have that working like a charm and now would like to add the acl_system2 plugin so I can do some role based authorization stuff. I went ahead and installed the plugin like this: >ruby script\plugin source http://opensvn.csie.org/ezra/rails/plugins/dev/acl_system2 Then I installed the lib and test >ruby script\plugin install lib >ruby script\plugin install test Created the role.rb model, etc. as per the readme file, then added this to one of my controllers: class CountryController < ApplicationControll...
2006 Mar 22
4
Problem with ACL plugin system
Don''t know if anyone else has experienced this but I''m having a problem with the access_denied method in Ezra''s ACL access control plugin. It''s working fine (in conjunction with acts_as_authenticated) until it comes across a user it denies access to, in which case it throws the following error: NoMethodError in Admin#index protected method
2006 Jul 07
1
Fwd: installing backgroundrb
...but $script/plugin install svn://rubyforge.org//var/svn/backgroundrb gives me this: /usr/lib/ruby/1.8/open-uri.rb:88:in `initialize'': No such file or directory - svn://rubyforge.org//var/svn/backgroundrb (Errno::ENOENT) I can install the old version with $script/plugin install http://opensvn.csie.org/ezra/rails/backgroundrb but $rake backgroundrb:setup gives me this: rake aborted! undefined method `namespace'' for #<Object:0xb7d11970> ./Rakefile:10 I''m running ruby 1.8.4 and rails 1.1 on an up to date gentoo installation. thanks, Will wmacfarl at gmail.com
2006 Mar 20
3
login_engine
...rouble getting login_engine to work properly. I get the standard login/registration views, but whenever I try to register I get: NoMethodError in User#signup undefined method `password_confirmation='' for #<User:0x408b2f9c> I have login_engine, and engines installed from cvs: http://opensvn.csie.org/rails_engines/plugins/ anyone else had anything similar or know what I might be doing wrong? dorian -- I do things for love or money
2006 Jan 30
2
Modules, controllers and inheritance
Hi! I was trying to cleanup my app and I runned into 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
2006 Feb 24
5
need help with form layout
Is there some way to format the layout of the fields within a form? I''ve got about 10 fields that I''d like to lay out in a couple of columns. Tried putting them in a table and that didn''t work too good. Any pointers will be very much appreciated. Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 15
10
BackgrounDRb background task runner and Application Wide Context Store
...llows for all backends to have one place to store data or launch jobs from. You can see the proof of concept screencasts here: http://brainspl.at/drb_progress.mov http://brainspl.at/drb_ajax_tail.mov And you can download the proof of concept rails app and run it yourself from here: http://opensvn.csie.org/ezra/rails/plugins/backgroundrb/ I''m looking for some folks to play with this and give feedback so I can improve on it. So I appreciate any feedback from folks who try this out for me. Cheers- -Ezra Here is the README: BackgrounDRb is a small framework for divorcing long...
2006 Jan 11
14
User Engine/General Engine issues
I''m trying to get the login/user engine combo up and working and am having difficulties. I got the login engine up and running fine, no problems. Now, on to the user engine. After fixing the needed stuff in the bootstrap task so it loads I''m able to login as the default admin ok. BUT none of the views/controllers that are in login/user_controller are being overridden by the
2006 May 18
5
acts_as_classifiable plugin
Hello, I am pleased to announce the availability of the plugin acts_as_classifier which allows using the ''classifier'' gem in a Rails application. This plugin can be downloaded from http://opensvn.csie.org/sksinghi/acts_as_classifiable/ This plugin is useful in scenarios where you want to distinguish between spam or non-spam comments, Or maybe you want to track the preferences of each user and then based on that make suggestions to them, etc. More information + example on this can be fo...
2005 Dec 29
5
help with installing login_engine
Hello, I did a script/plugin discover then script/plugin engine then script/plugin login_engine The discover worked, but I get engine and login_engine not found. I am using a Mac Thanks Frank
2006 Aug 17
3
file_column plugin + rails 1.1.6
Hello, I need to install file_column plugin but I got an error message. This is the command I use: ./script/plugin install http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk This is the error: Cannot find gem for Rails =1.1.4: Install the missing gem with ''gem install -v=1.1.4 rails'', or change environment.rb to define RAILS_GEM_VERSION with your desired version. What should I do? change...
2006 Jul 18
2
2-column select lists (Available/Selected)
I''m trying to get one of those 2-column select lists (where there''s an "Add>>" and a "<<Remove" button between them) working for a Rails application. First of all, what the heck is this thing called? You''d list all of the available items in one select list, and the selected ones in the other. Items move from one list to the other, but
2006 May 07
1
file_column problem - uninitialized constant Magick
...gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:123:in `const_missing'' #{RAILS_ROOT}/vendor/plugins/file_column/branches/kyle/lib/file_column.rb:621:in `file_column'' I installed file_column by running the following command: ruby script/plugin install http://opensvn.csie.org/rails_file_column/plugins/file_column It installed fine and I had RMagick installed before that and that ran fine too. I tried reinstalling file_column and RMagick but it doesn''t make a difference. I have a "require ''RMagick''" statement in my boot.rb...
2006 Feb 01
2
Need clarification for Rails Engines SVN repository
Hi all ! Could someone tell me what''s what in the Rails Engines Subversion repository ? There are many folders where the Rails Engine is located, and from the folder names alone, I can''t really guess what''s what. For example, the rails engine plugin is situated at: plugins/engine engines/trunk branches/engines branches/edge_engines From the log, I gather