aptana

Creating Plain .rb Files with Aptana RadRails

I have just bought a MacBook for some ruby development and like the look of Aptana Studio as a really nice IDE. The question I have, however, is that I want to know (before getting too deep into it, and potentially wasting time) is can I create plain old .rb files without the rails framework attached? Also, can I execute the ruby file ...

Updating Version

I created a new air project in aptana but launching it gets me This application requires a version of the Adobe Integrated Runtime (AIR) which is no longer supported. Please contact the application author for an updated version. How does one go about updating the application for a newer version of air? I suspect it is related to <a...

Javascript Aptana assist extend

Code: var a={ value:5, test:function() { this.value=4; } } var b=someFunction( { value:5, test:function() { this.value=4; } }); As you see they are look the same, diffrence is only that in first case we define object, in second, we pass this object into function. The problem is that ...

Windows Rails-IDE with Remote-File-Support (FTP/sFTP)

I am currently using Aptana RadRails for Ruby on Rails development on my local system. Now I want to work on a Rails-Application that is hosted on my dedicated server, but unfortunatly RadRails does not provide support for Remote File Access (apart from SVN). Is there an IDE for Rails-Applications that gives me the ability to work on an...

Integrate Shoes into Aptana Studio RadRails

How can I run my Carpet applications directly from Aptana Studio with RadRails? Setting the shoes.exe as VM/Interpreter won't work. ...

dojo, prototype and jquery

Hi, I've been programming in PHP for some time now, and id like to start learning how to create more dynamic websites using AJAX. The question is - where do I start? Heres' what I'm considering: prototype + script.aculo.us dojo (with/without Zend Framework) jquery What book should I buy? Are these different libraries, or the same?...

How to install Python on mac os x and windows with Aptana Studio?

How do I get python to work with aptana studio? I've downloaded a bunch of stuff, but none of them seem to give me a straight text editor where I can interpret code into an executable type thing. I know there's interactive mode in IDLE, but I want to actually use an editor. So I downloaded the pydev extensions for Aptana studio, but it ...

How can I get HTML syntax highlighting in my editor for CakePHP?

I use Notepad++ and Aptana for editing my CakePHP code? Is there any way to get basic html syntax highlighting for CakePHP's .ctp template files? It's a lot harder for me without any coloring going on. Any ideas? ...

New RadRails project in Eclipse with SQL Server

I'm trying to get into Rails development and am using Aptana Studio (RadRails) as a plugin to Eclipse (WinXP). When I create a new project with the options shown here things go south. I get this error right away: Mongrel's set as the default server and it's complaining about starting because of a missing log file. Sure enough, n...

Will all javascript libraries work with Iphone? Aptana question.

I am trying to use Aptana to build an IPhone web application. I've never use Aptana. I downloaded the iphone support and started a new project. It is now asking me if I want to import a javascript library and lists the "big ones." Will IPhone's Safari be able to use these, specifically jquery? I saw that jquery had a special iphone ...

Aptana install problem with Linux (CentsOS 5)

After I installed Aptana (install directory: /usr/share/aptana ) I keep getting errors like this: An SWT Error has occurred, you are recommended to exit the workbench. Subsequent errors may happen and terminate the workbench without warning. See the .log file for more details. looking in the logs I see this: !MESSAG...

Which is better for Java development hosting: Aptana? Google App Engine? Slice Host?

I am split between the benefits of developing Java (non-commercial) webapps and deploying to something like Aptana or Google cloud, or just going with a Slice Host account. Tomcat or Jetty and MySQL are really my only big requirements. Aptana and Google App Engine come with some cool Eclipse deployment options, but does scalability rea...

Why does running "apachectl -k start" not work, but "sudo apachectl -k start" does?

I'm working on my OS X with the default installation of Apache. For some reason, when I run the "apachectl" command without the "sudo" I get "no listening sockets available / unable to open logs." I'm guessing this is a permissioning thing, so can someone help me out? I'm using Apache 2.2. Also, side question, where the the Apache sc...

Set Aptana to collaborate with team members on Dreamweaver?

I think I want to switch from Dreamweaver to the eclipse based IDE, Aptana. The only real issue stopping me is that I need to be able to collaborate with the other members on my team. Like being able to check-in/out files so we don't override each others work. The other members on my team want to stick with Dreamweaver. So, is there a wa...

aptana unistall from eclipse

Finally I have decided to get rid of aptana from eclipse but the "Software update" menu shows "unistall" as disabled. How to enable unistall and release me of aptana woes? Is there a workaround or I simply go searching for aptana everywhere and delete all files which I will eventually do? ...

Problem with Aptana Studio & XULRunner 8.1

Hey guys, I recently installed Ubuntu Jaunty and I'm encountering a problem when I try to run Aptana Studio under it. Any interaction with the internal browser crashes the system. I checked the log and after some Googling came to the conclusion that it was crashing due to the incompatibilty with XULRunner 9.0 which is installed on my sy...

Getting Aptana setup with Nokia WRT plugin

I've just installed Aptana and gone through the process of creating the default RSS Reader following the wizard. I changed the name and the url but nothing else. It works fine in the preview in Aptana. Two problems: i). When I try to setup the device to deploy to, pressing the Search button in Window->preferences->Web Runtime->Deploym...

Keyboard shortcut to "untab" (move a block of code to the left) in eclipse / aptana?

Well, hopefully the question is self-explanatory. It's so easy to select a block of code and tab out, but how about the reverse? Currently, I just search & replace for whitespace at the beginning of the line. Anything faster? ...

Is there a way to transfer external files using Aptana's FTP browser?

In Aptana, their FTP browser is useful for a few things. One thing I have not figured out how to do is to copy an external file on my computer over to their FTP browser. I can download files, create new files/directories, but when I drag a file from explorer to the browser, I get the [+] symbol but nothing happens! Is it possible to do...

In Eclipse 3.5 (and with the Aptana plugins), how do I get a view that I can use to show my project, including "dot" files?

I've managed to get the various project explorer views to show dot files, such as .htaccess, but if I ever close the project and reopen it, the dot files no longer show up in the view. Am I missing a view that lets me show the dot files or is there some kind of configuration option that I can toggle? I've tried a few things over the past...