aptana

Using aptana.log outside of aptana

Aptana is a useful debugging tool but one of the joys of liberally spreading aptana.log statements around in your javascript is that you have to remember to comment them out prior to running outside of the debug window. Here is one trick that will allow you to continue sprinking debug statements around that will still work outside of de...

Aptana studio won`t load ?

i`m using a standalone version of Aptana and i have just finished reformatting when i tried to launch Aptana i got this error "Could not launch the product because the specified workspace cannot be created. The specified workspace directory is either invalid or read-only." how can i solve this ? ...

Eclipse (Aptana) Typing Lag

Hello SO, I've been using Aptana for some time now, and as of recent I've been dealing with files that are really, really big (500+ lines of code, which is huge for me, being a novice developer). Whenever I deal with smaller files, I get that weird sensation that I'm "in front of" what's typing, but now I'm quite sure of it--there is a s...

Aptana Studio FTP doesn't work with folders normally

When Aptana Studio uploads some project folder, this folder gets 655 permission rights, even if this folder had been exist. After that files won't be transfered to it (no errors, just no files there). Also I can't open this folder in my FTP client (access denied). But if I manually change permissions to 755, everything become ok. How to ...

View available methods ruby

Hi, how can I view all the available methods on an object in ruby. I'm using the aptana IDE when I type File. no methods are displayed. I'm coming from an eclipse/java background. Thanks ...

Crontab doesn't run Wget with a url with parameters

Hi, I'm using Aptana Cloud without root access. WORKS: * * * * * /usr/sfw/bin/wget -qO- 'http://myproject.aptanacloud.com/myproject/myphp.php' | /bin/mail [email protected] DOESN'T WORK!: * * * * * /usr/sfw/bin/wget -qO- 'http://myproject.aptanacloud.com/myproject/myphp.php?param1=blog%2frss2.xml' | /bin/mail [email protected] I...

Best RoR aptana radRails tutorial for the total beginner?

Hi, I'm an application developer going web. After deciding to dump google-apps I'm now starting with Aptana's Rad Rails. Is there a simple tutorial which will take me through a sample project like "stock quote project" or such for Ruby? which is the best one? thanks! ...

Visual Studio-like Aptana key bindings

Hi, Does anybody know how I can set a new scheme for my keyboard shortcuts that mimics the default key bindings of MS Visual Studio? There are two default schemes in Aptana (Preferences | General | Keys) but can I create or (better still) upload a new scheme? Ideally I'd like to avoid having to set them all manually. I'm on a OS X Sn...

Aptana Alternatives

I am looking for javascript/css editors that are a good alternative to using aptana. The following are features I care about: 1) "learning-based" auto-complete within the file. Aptana does not necessarily know what all possible auto-complete values are, but it tries to guess based on references in the file. 2) auto-complete for css. A...

Add a file to a database in a Ruby on Rails application?

I've only just started learning ruby on rails and I would like to create an application that will allow me to add files to the database. Currently, I'm developing the rails application using the Aptana plugin for Eclipse and the application is using the default sqllite db. I have tried generating a scaffold with the following parameters...

How do I use 'paperclip' in Eclipse RadRails perspective?

I'm a newbie Ruby on Rails developer. I have installed the 'paperclip' gem by modifying the config/environment.rb file and adding the following: config.gem 'paperclip', :source => 'http://gemcutter.org' and then running rake->gems->install and rake->gems->unpack. Now, I would like to run the 'paperclip' generator however, it does not ...

run a bash script from Aptana (eclipse) with Script Monkey

I'd like to run a bash script on save in Aptana. I have the on save part of the script but absolutely no where can I find documentation on Script Monkey. Thanks ...

Aptana won't generate phpdoc blocks for functions within classes

In Aptana, I have somehow broken the functionality to auto-generate phpdoc comments for functions within classes. It appears to only affect my current project. Normally I can type /** on the line before a function and press enter, and Aptana will create a phpdoc comment with the correct @param values, etc. For some reason when I do this...

PHP and Aptana, unset keyword gets underlined like there is an syntax error

i have this simple loop: for($i=$_POST['position'];$i<count($myFiles);$i++) { $withoutNumber = explode("_",$myFiles[$i]); $noNr = unset($withoutNumber[0]); } my code editor is Aptana, and the problem is that when i write this code i get the unset keyword underlined like is an syntax error and i have no idea why that hap...

Anyway to get Aptana PHP back with Aptana 1.5.1?

I made a mistake uninstalling Aptana PHP as I didn't know PDT would suck as much...It's unable to accept my theme color files for PHP docs. I know it's not a relevant question for this community, but I didn't know where else to go. Please Help. Thanks. ...

To connect MySQL Workbench with Aptana Radrails

Hi, I am unable to connect the two. Mainly I can't get the rake function to work. Can anyone offer suggestions? ...

How to show hidden files in Aptana's Project View?

Hi, I understand that Aptana is built from Eclipse. I tried searching for the Package Explorer to enable viewing of .htaccess files inside the project but I can't find the Package Explorer. Any help of the exact location on how to enable it will be excellent. Thanks a mil. Cheers, Mickey ...

Test automation of Aptana (Eclipse) GUI

Hi, I m looking for a tool able to automate tests for Aptana Studio's GUI. Google was not too helpful in this case. Thanks, Shakov ...

Configuring and running Ruby-On-Rails migrations

Hi, I'm (completely) new to ROR and have got an application to maintain and upgrade. I've the source code and am trying to build database using db:migrate rake command. I've started using Aptana Studio for the development. When I run dg:migrate I get following errors: rake db:migrate (in G:/Projects/.../.../trunk) MissingSourceFile no s...

Cake PHP, omit folders from svn

Hello, I have a site developed with cakePHP. I have it under source control with svn. I develop it with the Aptana Studio, both in Linux and in windows. there are some directories like app/tmp which as the name says holds temporary data. Is it possible to omit the folder for being checked by aptana studio where to be commited? I right-c...