similar to: RoRED a free Ruby on Rails editor for Windows

Displaying 20 results from an estimated 5000 matches similar to: "RoRED a free Ruby on Rails editor for Windows"

2007 Jan 03
2
RoRED 0.9.3.7 released
Hi, for whoever cares RoRED 0.9.3.7 is released on http://www.plasmacode.com . There are many improvements (UTF-8 support,code proposal,etc..). Free as always. Suggestions for improvements are welcome. Best regards, Marcus. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2006 Sep 04
0
RoRED 0.9.2.4 released
For whoever cares, RoRED 0.9.2.4 (25 Aug 2006) is available for free on www.plasmacode.com. RoRED is a free IDE for Ruby on Rails, for Windows only. Regards, Marcus. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2006 Jul 10
18
Deleting join association of has_many :through
I''m trying to use has_many :through, since my join model deserves being more than just an intersection table. But when I try to break the association, the break only seems "temporary": Let''s say my two tables are Users and Colors, and the join model is Favorites. user = Users.find(1) user.colors.length >> 2 c = user.colors.first >> #<Color:....>
2006 Jun 09
12
Securing database from your provider?
Hi. If i had a RoR application dealing with very reserved personal informations about my customers, if my hosting provider would like to, i guess it would be easy for him to steal the data by simply peeking the username and password inside the database.yml file. Is there a way to hide the database password from indiscrete eyes ? Thanks, Marcus Ob. -- Posted via http://www.ruby-forum.com/.
2006 Apr 05
7
Archive monthly count for blog
I am creating a blog to learn ruby on rails. from the layout page i pass all the posts as a collection to _archive.rhtml <%= render :partial => "archive", :collection => @archive %> On _archive.rhtml i have access to the collection. I am then gone to render partial another page _archivecount.rhtml to display the number of posts for each month. Can anyone give a clue
2006 Aug 07
10
RideMe 1.0 (Rails IDE for Windows) 1.0
Just wanted to let all those Windows devs out there know that RideMe 1.0 dropped over the weekend. http://www.projectrideme.com/ If you''ve never used RideMe before, here are some highlights: * 100% free, open source, and not built on top of anything else. You just need Ruby 1.8.2 and .NET 2.0 installed. * Mission in life is to be lightweight and very fast. This is not a general
2006 Apr 19
24
Why Ruby on Rails
Our company is mainly made up off application developers but we have a lot of web work coming up so we are deciding which route to take at the moment. We initially identfied ASP.NET 2.0 with the ATLAS AJAX framework because of the RAD features, easy to learn etc. I had read some stuff on ROR and our Boss who is open minded allowed me to create a sample application with ROR. He was impressed
2006 Apr 20
8
SCM for a Rails project - Darcs or Subversion?
Hi everyone. I''m choosing an SCM for my current Rails project. Up until now, for my other (non-Rails) codings, I used Darcs and liked it very much. I''d prefer to use Darcs for my Rails development as well. Looking into the matter, I''m somewhat deterred by the appearant dominance of Subversion as the SCM tool of choice for Rails hackers. Is there a technical reason for
2006 Jul 08
4
Application generation
I love rails but I want more. :-) I''d like a generator that generates a complete application. It would read an information model, and from it generate the MVC''s with a validation-constrained model, errors and exceptions, page navigation and rich view layout... The information model would be represented by ruby "meta" classes, and could be generated as an
2006 Mar 21
4
Kaybord problem with "@" and "[" and "]" in console..
I am using RoR on Win XP: ruby v. 1.8.4 gem v. 0.8.11 rails (1.0.0.3855, 1.0.0) when running "script\breakpointer" or "script\console" from a normal dos prompt window everything is working well, except i am unable to type the characters "@","[","]", and some others: they simply don''t appear when pressed. Not even copy/pasting those
2006 Feb 18
3
Controller to View and Back Again (TextMate shortcut)
One of the most inconvenient things about the Rails directory structure is the relative distance between the controller and its corresponding view files. While it?s organizationally sound, it?s often a pain to go hunting for a view (especially in a complicated application that has modules and modules within modules). I discovered a fantastic little key-combo within TextMate the other
2006 Feb 18
2
Sharing a Hashtable between all sessions?
Is it possible with RoR? In my case this shared Hashtable is a language translation table for several hundred terms, and does not need to be updated. I would like it to be shared in order to avoid loading it once for each session. Thanks, Marcus O. -- Posted via http://www.ruby-forum.com/.
2003 Mar 01
1
cannot disconnect by callee at first in SIP case
sorry, this problem is fixed by myself. we must need set 'canreinvite=no' each user. --- I'm try to discconect a call with SIP. when caller make a call, 'show channels' result is following. mack*CLI> show channels Channel (Context Extension Pri ) State Appl. Data SIP/mack-1bfc (default 1 ) Ringing AppDial (Outgoing
2005 Aug 12
8
Sortable Tables
I''ve put together a little library to provide sortable tables. It is heavily copied from http://www.kryogenix.org/code/browser/sorttable/ (mentioned in the Wish List) but has been modified to match the same form as the prototype.js library and add some new features. I still need to clean up some of the comments, but everything is pretty much working at this point. I posted an
2006 Mar 15
4
New RadRails tutorial using AWDWR book
Hello there, I am basically a J2EE refugee fascinated with Rails. I have been using the Spring framework (a lightweight J2EE java framework with some special characteristics) but I am so impressed with RoR that I am porting over many applications. In order to "dive into Rails", of course the second thing to do was get myself an IDE, and since I''ve been using Eclipse for the
2006 Apr 07
8
Why Ruby on Rails won''t become mainstream
Why Ruby on Rails won''t become mainstream http://beust.com/weblog/archives/000382.html Kind of interesting, but didn''t convince me. Though, yeah, I can imagine a lot of naive programmers sticking with PHP and VB (the type of crowd that also doesn''t run their own servers, so they''re dependent on hosts offering Rails for them). Rails DOES have an IDE - soon
2006 Jun 07
16
How dows RoR work?
This is so frustrating. Is RoR that easy to learn or is it hype or is it just me? I wonder how many newbies like me are surfing the docs trying to get a clue of the basics. Every tutorial I find is much the same, and seems to skip the fundmental parts. How should you understand the Ruby API http://api.rubyonrails.org/? What is < ActionController::Base? Can''t I set a cookie under
2011 Jun 13
1
Home Directory Issue
I hope all is well with everyone. I've got sometime a little strange going on. I'm running RHEL 6 and SMB Version 3.5.6-86.el6. I am using Samba so that my Windows users can mount a home directory share to their Windows machine, with my Linux/Samba server and the storage point, and their account is validated against out campus AD servers. The issue I am having is that the share fails
2001 Dec 22
2
No --delete-after?
Is anyone successfully using the Cygwin rsync on Win2k (or NT4) as both daemon and client, with --delete-after working on the client? I can get --delete to work, but I'd prefer to delete files only on a successful transfer, to ensure that the end-user has a working collection of files, no matter what release. For some reason, --delete-after does nothing for me, even as administrator on the
2002 Feb 12
3
Strict Mode for Client?
Is there a way to specify "strict modes = false" on the client side? I'm having trouble getting the client to accept the password file on Windows 2000, since rsync doesn't want the file to be other-readable, but this concept doesn't map too well to Windows. Alternatively, if I could simply set the proper permissions on the passfile, that would suit me fine, but it seems