search for: collaboa

Displaying 20 results from an estimated 28 matches for "collaboa".

Did you mean: collabora
2006 Feb 23
1
OT: Collaboa on Debian
I am running a subversion server (on Windows) but I would like to run Collaboa. I am pretty familiar with the Linux world (not in a developer sence) and I am having problems with installing the prereqs for Collaboa. I have read the article "How to install Collaboa on Debian" but it doesn''t seem to work for me. Has anyone gotten this working and can help?...
2006 Jan 13
2
Change Password with acts_as_authenticated
I want to have a form to change a users password. I can''t figure out what the method in the controller should look like. I tried @user.save and @user.update_attributes, but can''t get it to work. My Form: ############################## <%= start_form_tag :action => "update_password", :id => @user.id %> <%= password_field ("user",
2006 Jul 27
3
Subversion library for RoR
Hi everybody, Is there a gem or something for working directly with Subversion from a RoR app? Thanks, Tiffani A.B. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/26846e72/attachment-0001.html
2005 Oct 18
0
Fwd: acts_as_versioned for many-to-many
...)? I''m open to ideas. I have of course ran into this, but have not found a satisfactory solution. Perhaps you could extend the way AR deals with extensions to set and look for version as well as foreign key. I''m open to suggestions, and patches :) The RDocs do have links to my collaboa instance and subversion repo if you want to take a stab. http://ar-versioned.rubyforge.org/ collaboa: http://collaboa.techno-weenie.net/repository/browse/acts_as_versioned svn: http://techno-weenie.net/svn/projects/acts_as_versioned -- rick http://techno-weenie.net
2006 Oct 12
7
Evil Scaffold
I read the Amy Hoy''s presentation on why scaffold is not a good thing for beginners. For admin application, is it ok to use scaffold? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Feb 08
8
Liquid with database?
Hello, Just wondering if someone here as successfully ported Liquid to use with a database. I would like to try it out but not sure how Liquid integrates with current templates. Thanks Frank --------------------------------- Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Sep 22
2
production environment
...y to setup a production environment on my boxen (running Fedora Core 3), what are my options? I''ve seen a number of posts about FastCGI, SCGI, etc. and am completely lost as to what I should be setting up on my box (that I hopefully won''t have to touch for a while). I need to run Collaboa, Typo and probably 3 or 4 other apps on this, so what''s my best solution? -warner _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2007 Feb 20
10
ferret webpage down
The ferret webpage at http://ferret.davebalmain.com/ has been down for a number of days. Any idea what''s going on? or how to notify the webmaster? -- Posted via http://www.ruby-forum.com/.
2006 Aug 11
1
Engines & Rails 1.1.6
...n! There is a patch in the Engines release branch now (Changeset #415: http://dev.rails-engines.org/repository/changesets/415), which should work with Rails 1.1.6, and hopefully all Rails 1.1.x versions. Do you want to live forever? Hawkmen... DIVE! Please test this patch and give feedback on the collaboa site (http://dev.rails-engines.org/tickets/196) ? your help here is absolutely vital. Today, we can *all* be like Flash Gordon, hurling our bodies out into the void, without the slightest inkling of who or what is out here. Please replace your copy of engines with the 1.1 release branch: cd /pa...
2005 Aug 25
3
Active Record Object Dependency
I have three model objects: 1. Document 2. Section 3. Content According to my requirements a Document must have at least one Section. Similarly a Section must have at least one Content. How can I add a Section when a Document is created and add a Content when a Section is created? My code: class Document < ActiveRecord::Base has_many :sections end class Section < ActiveRecord::Base
2006 Feb 04
4
Page caching feeds and cache file extensions
I have a feeds controller which generates RSS and Atom pages. I put ''caches_page :show'' in it. The problem is that the pages are saved with an html extension. As a result, browsers display the cached feeds as HTML rather than XML, and feed validators complain. There''s an option to set ''Base.page_cache_extension'' globally, but I don''t want
2006 Aug 10
1
IMPORTANT: Rails update 1.1.6
for those who didn''t read it somewhere else: the bug being adresseb by 1.1.5was not completely fixed, so now theres another security update: http://feeds.feedburner.com/~r/RidingRails/~3/10954980/rails-1-1-6-backports-and-full-disclosure anybody using engines, dont update since this update will break the plugin, more info for fixing the bug in this case also in the blog. -- Michael
2006 Jul 06
1
Engines 1.1.3 (brought to you by a small french pirate and the number #180)
...As ever, if you''re new to this whole thing read the README, join the mailing lists, blah blah and so on. No warranty! Rails Edge users beware! Thar be dragons ''ere! Aaaaaarrrrrr! And: a quick note to re-affirm that the first point of contact for any issues you might have is the Collaboa site at http://dev.rails-engines.org - if you can''t find your issue there, please do post a ticket with as much information as you think might be relevant. See Ticket #180 (the relevant ticket for this release, @ http://dev.rails-engines.org/tickets/180) for an example of what I might be l...
2006 May 05
2
shared hosting with Rails and SVN support
Hi, Can someone recommend a good web hosting company with relatively inexpensive, small shared host accounts with experienced Rails support and allows SVN for Trac or Collaboa projects? (I''m not thinking of SVN in SSH mode) I think I need to change hosting companies. They won''t let me use SVN in any mode. Thanks, Peter
2005 Oct 03
3
WriteBoard for Programmers? (code support)
Anyone think it''d be useful to make a WriteBoard type application that supported ruby, html, etc. and allowed programmers to collaborate on writing scripts or just code in general and track each others changes? Just a thought. - Jim
2006 Jan 31
2
Liquid templates and forms
I have started to experiment with Liquid templates and all goes fine as long as I just display my stuff. But I want to get user input (using forms), and I couldn''t figure out so far whether and how liquid facilitates the use of forms, something like the form helper tags in .rhtml. Anybody knows about that ? -- Roberto Saccon - http://rsaccon.com -------------- next part --------------
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
2006 Jun 02
3
Use a Model or Controller?
...a controller of it''s own or a model of it''s own. Model feels the right thing to do but I am unsure how a model reacts when it doesn''t find a table to connect to. If it runs slower because of some inner checks. Or mabey I should generate a completely new set of stuff like Collaboa does by creating a ActionSubversion system(Their''s just didn''t fit my needs). Any thoughts? -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/
2006 Feb 04
5
file_column + form_remote_tag
For my weekend project, I''m going to get form_remote_tag and file_column playing happily together. According to my research, no one has done this yet. If you happen to have tried this, and have some workable code, send me an email. I''d rather not duplicate the effort. Thanks! -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com
2006 Aug 15
7
Engine broke under rails 1.1.6
ActionController::RoutingError (Recognition failed for "/user/signup"): All the controller in Engine can not be recognized,I update my engine to the latest version,the application even can not be started.Something more need to be done? -- Posted via http://www.ruby-forum.com/.