similar to: Getting started with Ruby and FreeRIDE

Displaying 20 results from an estimated 20000 matches similar to: "Getting started with Ruby and FreeRIDE"

2005 Oct 27
1
InstRails FAQ: FreeRIDE
Does it help to observe that in the ..\ruby\freeride directory created by 1CI there are batch files run.bat and runw.bat that can invoke FreeRIDE for you? Waiting patiently but with ''bated breath for InstRails-pre3 Thanks for your continuing efforts - DeeJay, Leicester, UK
2006 Mar 13
9
what the » ???
Im just learning trough the "geting started with ruby" i''m only on page Ruby.new and im stuck here''s the thing, I''m using FreeRIDE to duplicate the examples a = %w{ ant bee cat dog elk } a[0] ? "ant" a[3] ? "dog" for the live of me i cant seem to use Alt+0187 (?) what happen?? -- Posted via http://www.ruby-forum.com/.
2006 Apr 30
3
Ruby Reference
Hello all, What Ruby reference is everybodies favorite? When I''ve been looking around for documentation I haven''t found any that quite compares to php.net''s and cppreference.com''s function references. I''ve been using the one found on rubycentral, but I think that it is missing quite a bit and doesn''t have very good examples. ri is fine, but
2007 Sep 07
5
Ruby IDE with wxRuby
Hello All, There seems to have been a lot of interest in getting wxScintilla incorperated, and I think most of us who want it, want it so we can create an editor, so to avoid multiple projects comming out with the same goal (Not really that bad of a problem....), I''m going to kick start this, and ask that anyone interested in developing a Editor with wxRuby and wxScintilla, to send
2004 Nov 18
1
Forward from Laurent Julliard
Let''s try that again, without Hotmail''s crappy formatting. Dan, I am one of the developer of the FreeRIDE project (the Ruby IDE) and I''m in charge of the FreeRIDE debugger with which we have had a number of problems on Windows now mostly due to the clunky implementation of IO/Process/Signal stuff on Win32. I recently came across your Win32 utils package and
2006 Mar 17
3
Best debugger for Rails on Linux
A quick survey... what''s the best gui debugging tool for Rails 1.0 on Linux that you''ve used? SW versions? Personally I''ve tried FreeRIDE 0.95 and RDT 0.7.0 in Eclipse 3.1.2. Both are very slow and the latter got quite a few bugs itself. TIA! -- Posted via http://www.ruby-forum.com/.
2006 Jul 11
1
Securing MySQL with InstantRails
Hi, I sucessfully got InstantRails installed on my WinXP Home pc and the demo applications ran fine. I noticed that the MySQL root was the user accessing the MYSQL Server and that there was no password used. Due to security concerns I have added a password to the root user but this has now broken my Rails applications. I believe I have found the config file but am unsure how to edit it. Do I
2006 Mar 24
2
How to use Readymade plugins?????
Hi, I have downloaded "Ruby on Rails validator plugin for password fields". & they have specified that for using it we have to unzip it in plugins directory of your rails application. But I cant find the plugin directory in my Rails Application. Also there is plugin directory in Rails server installation directory:-"C:\local\ruby\freeride\plugins\". & so I have
2006 Feb 11
4
Starting Ruby On Rails
Hi, i m a web developer(php,ajax). i want to start with ruby on rails. can one suggest me online tutorials for ruby on rails? How would i start with ruby on rails,i knew something about ruby? editor for ruby on rails? Plase..... Thank You. -- Posted via http://www.ruby-forum.com/.
2006 Jul 30
8
Method_missing from Ruby for Rails book
I''m having a problem getting this example from the book to work: class Cookbook attr_accessor :title, :author def initialize @recipes = [] end def method_missing(m, *args, &block) @recipes.send(m, *args, &block) end end cb = Cookbook.new cb << recipe_for_cake cb << recipe_for_chicken beef_dishes = cb.find_all {|recipes| recipe.main_ingredient ==
2006 Mar 31
2
''=>'' : Ruby or Rails?
I''m trying to find an explanation of the difference between ''='' and ''=>''. I thought a good first step would be finding out whether this is a Ruby or a Rails construct. Then I''d dig in before bothering the list. No joy at step 1. Can anybody point me to the right documentation? Thanks in advance, Bill -------------- next part
2011 Mar 13
2
XP not obeying Samba file perms
Hi List, I have an unusual problem concerning the Windows XP "Rotate" image explorer shell extension. I have a share called "Archives" defined with a number of sub-directories. Whilst I have read/write permission to all directories, I am unable to use the Windows XP "Rotate Clockwise" or "Rotate Counter Clockwise" image command on JPG's contained
2007 Apr 18
2
why does --size-only not detect change only is size (but also time)?
Hi, I'm wondering why when I use --size-only on the same file, except the modification time, rsync transfers the modification time? I was under the impression that --size-only caused rsync to transfer files based upon differences in the size of the file. For example: #cp Untitled.pdf Untitled-2.pdf #touch Untitled.pdf #rsync -ani --size-only Untitled.pdf Untitled-2.pdf .f..t......
2004 Apr 20
0
Top RubyForge Downloads
I thought that the list of top RubyForge downloads was interesting: (6,992) Ruby Release Mirror (2,539) Win32 Utils (1,994) FreeRIDE (1,569) RMagick (1,470) AEditor (1,418) wxRuby In looking at this, I discard the top two entries -- the first because that''s Ruby itself, and the second because Win32 Utils is broken up into *lots* of packages that are downloaded separately and this skews
2010 Feb 09
1
OS X Clients Unable To Create Subdirectories?
I asked about this a few days ago, but none of the suggestions have made any difference... asking again in the hopes I'll find more things to try.... Linux: Ubuntu 9.10 Samba version: 3.4.0 OS X 10.6.2 I'm running samba on a local linux server, with a bunch of shares. Over the last several years, this has worked perfectly in our heterogenous network of OS X and Windows. All my windows
2010 Feb 02
1
OS X Clients Can't Create Sub-Directories
I'm running samba on a local linux server, with a bunch of shares. Over the last several years, this has worked perfectly in our heterogenous network of OS X and Windows. All my windows clients still work perfectly - my users can mount the samba shares and create, rename, move etc files and folders. However, recently (starting yesterday) my OS X clients are unable to rename any sub
2006 Feb 07
4
Ruby, Rails & Inheritance
Hi! I am looking for a solution for the following problem: Some of my models share some attributes and also was in need for some extra features, so I created a class "RecordWithFeatures": ----------------------------------------------------------------- class RecordWithFeatures < ActiveRecord::Base # @Override def self.descends_from_active_record? superclass ==
2010 Feb 03
0
Fwd: OS X Clients Can't Create Sub-Directories
Begin forwarded message: > From: Kimball Larsen <kimball at miridiatech.com> > Date: February 2, 2010 7:58:49 PM MST > To: Andy Liebman <andyliebman at aol.com> > Subject: Re: [Samba] OS X Clients Can't Create Sub-Directories > > > On Feb 2, 2010, at 6:53 PM, Andy Liebman wrote: > >> >> Kimball Larsen wrote: >>> I'm running
2006 Feb 08
10
Writing activex controls and dlls in ruby.
Is it possible to write activex controls and windows DLLs in ruby? I would like to have some of my logic be usable from VB (don''t ask why). Thanks.
2015 Aug 07
2
vfs_streams_xattr and create mask = 0640 don't play well together
Hi everyone, We are working on the deployment of samba 4.2.3 on Solaris 11.1 with ZFS backed storage. We plan to use the new vfs_fruit in order to better support our OSX clients out there. Everything seems to be working fine so far, but one operation: If the user on an OSX client sets (or modifies) a tag (the colour flags or a custom tag) on a directory *AND* the share is configured with