Displaying 20 results from an estimated 2000 matches similar to: "Subversion | CVS | Sourceforge | OS X : Tutorials"
2006 Jun 16
5
[slightly OT] Problem with subversion 1.3.1 on OSX Tiger
I have a subversion repo on a Debian Sarge server. I do rails
development on two Debian workstations (home, work) and also a
MacBookPro.
I installed subversion from Darwinports. Things worked ok for a while
and I did commits from and updates to all three machines until today.
When I did svn status I noticed a lock on the working dir.
$ svn status
? Rakefile
? readme
! L .
.... etc
I cannot
2006 Mar 14
3
Can anybody tell me step by step how validate data on form?
Hi,
I am new to ROR. I have created a form with foru fields in ROR. Now its
working fine for all CRUD operations. But I want to validate data on
form for "validates_presence_of" validation. How to do this?
I tried it by putting line "validates_presence_of :description" . But
its not working. Its throws error like "undefined method `each'' for
2006 Oct 24
3
Subversion handling of .AppleDouble etc in mixed OSX, Linux environment
Hi,
Can some one point me to some resources on managing a mixed OSX and
Linux environment (Linux desktops and OSX laptops). When it comes to
.AppleDouble, :2eDS_Store etc what happens when folks are commiting
from both OSes?
When a project is created on Linux and imported into svn and co''d to
OSX or the other way around how are these hidden files versioned? In
the first case does this
2005 Apr 27
2
noob question: rhtml new/edit views and the date functionality
Hello All,
I''ve been playing with Rails - did the recipe/category sample from
onLamp.com - fairly straight forward - even got it working against
postgres.
Anyway, I''ve been appling rails to a small test project and I can''t
seem to get the syntax down or find a sample of how to use the date
control on a custom new/edit view. The CRUD (is that right?) that
automatically
2005 Dec 26
4
Books for Beginners
I have experience in PHP/MySQL, but absolutely no experience at all in
Ruby (and Rails) and would love to get a few quality books aimed at
absolutley newbies. Any suggestions?
Thanks,
Jim
--
Posted via http://www.ruby-forum.com/.
2017 Jun 11
3
[Bug 1157] New: feature to add
https://bugzilla.netfilter.org/show_bug.cgi?id=1157
Bug ID: 1157
Summary: feature to add
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: jp.pozzi
2006 May 16
7
svn-1.3.1 errors on intel mac on checkout
I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ...
subversion/libsvn_wc/log.c:338: (apr_err=155009)
svn: In directory ''sr''
subversion/libsvn_subr/io.c:565: (apr_err=2)
svn: Can''t copy ''sr/.svn/tmp/text-base/README.svn-base'' to
''sr/README.tmp'': No such file or directory
Any one getting this? TIA for any help.
2006 May 19
6
rmagick->X11 on MacTel Howto?
I needed to install rmagick/GraphicsMagick on an IntelMac and did so
from Darwinports. Some things work and others don''t work, like
rendering fonts which needs X11 fonts and X server. The rmagick page
at rubyforge points to ..
http://developer.apple.com/opensource/tools/runningx11.html
where X11 link to Apple is broken.
X11User.pkg talked about on the page above no longer exists at
2006 Mar 16
21
RadRails 0.6 out
Since RadRails 0.6 is out (see http://www.radrails.org/ ), I have made a
"celebratory illustrated tutorial" on how to use the Eclipse update function
to do the upgrade from within Eclipse (I found the process a tad confusing):
http://wiki.awebfactory.com.ar/awebfactory/published/UpdateRadRails
saludos,
Victor Kane
awebfactory.com.ar
-------------- next part --------------
An HTML
2003 Nov 01
13
Quick Question
Apologies if there is a cleanly written and searchable FAQ that I could be
directed to. I have no problem to RTFM if I can find the FM...
Does Asterisk currently operate under RH9? I have IBM Netfinity 4000R
servers that do not support X windows under RH8.x and I prefer not to go
back to RH7.3...
BTW, where would I find a useful FM?
David
--
David J. Sussman, MBA
email:
2006 Jan 10
7
Can only render or redirect once per action - why?
I ran into this error message a quite a few times since my app requires
branching to different pages from the same action... say using a switch
statement. Ofcourse I found that you can use multiple redirects or renders
if you do
render :action => ''new'' and return false
I hate to code something I don''t understand fully. Any explanation of this
will be greatly
2006 May 03
1
RoR go Live?
I am having a problem trying to use RoR live.
I have a Win XP SP1 OS,
Apache 2.0.55,
MySQL 5.0.15-nt
ruby 1.8.2,
rails 1.0.0,
gem 0.8.10,
WEBrick 1.3.1
Is it possible to run RoR using these components, live? Using an actual
domain name like www.joe.com/rails/app? Instead of using localhost:3000?
I would like to go live using either just Apache or Apache and WEBrick
for RoR.
I have an actual
2006 May 26
4
shouldn''t this work? - session[:array_of_objects].delete_if {|x| x.id == params[:id]}
I am saving an array of active record objects (college courses) in the
session as session[:course_list]. This is the cart for a registration
controller.
If a student chooses to delete the course from the list I get the :id
as params[:id].
However if I do
session[:course_list].delete_if {|x| x.id ==params[:id]}
does not work.
session[:course_list].delete_at(idx)
works. Ocourse to do this I have
2006 Mar 09
6
rmagick and captcha
Has anyone implemented a captcha with ruby on rails and rmagick?
I tried this example:
http://wiki.rubyonrails.com/rails/pages/HowtoSecureFormsWithNoisyImages
but I got an error:
undefined method `size'' for #<NoisyImage:0x34d8070>
Thank you
--------------------------------------------------
Rodrigo Dominguez
?
Iplan Networks ???????????????Datos Personales
2006 May 07
1
Samba Binary Package 1.9 downloading info
Dear,
as system admnistrator of Luxottica's LAN in Italy and in China,
I need the information about the existence of a URL for downloading
Samba Binary Package 1.9 (I suggest) for HP-UX 9.07 for HP 9000 Series
700.
Please can anyone help me ?
Thank you
Massimo Pilato
Luxottica S.r.l.
Agordo (BL) - ITALY
-----------------
This message (including any attachments) is intended
2006 Apr 21
28
Ruby, Rails & Linux - Which distro ??
Hi,
I''ve been doing most of my initial playing with rails on a windows
system - but wish to switch to a dedicated linux box for this.
Are there any particular distro''s to avoid / recommend. I prefer debian
for my other stuff, but thought i''d ask before going ahead. :)
Cheers
--
Posted via http://www.ruby-forum.com/.
2006 Apr 12
5
SPAM on rails-list
This is a high traffic list as it is and it is really annoying to see
that SPAM is on the rise here.
I wonder how they can spam the list since each user has to be
authenticated. Do spammers go through the trouble of subscribing to
the list? In any case, this msg is to the list admin...could you
please do whatever it takes to filter this stuff out?
Thank you very much.
-bakki
2006 Jan 06
10
I need debugging tips?
Hi all,
Like most other frameworks, Ruby groups code by Model/View/Controller instead
of by task, and therefore I''m having a hard time debugging a problem from the
Agile Rails book where looping through @items errors out because one or more
items is nil.
I managed to empty the cart by placing session[:cart] = nil in find_cart() in
the store_controller_rb, and the problem continued
2005 Dec 11
9
LIKE SQL queries in rails
I''m trying to do something like:
SELECT * FROM attachment WHERE filename LIKE ''%whatever%'';
so my code is:
@search = params[:search]
@attachments = Attachment.find(:all, :conditions => ["filename LIKE
''%?%''", @search.to_s])
but that''s converting to:
SELECT * FROM attachments WHERE (filename LIKE
2007 Aug 08
1
autocomplete field in ajax response html - css does not get applied.
Hi all,
I have a page in which a div is updated with some html via Ajax. The
returned html contains an autocomplete field. The autocomplete field
works but the drop down results div does not get css applied to it so the
selections don''t get highlighted when I use the up/down arrows and so
I am unable to select from the drop down except for the first item. I
have been looking at this in