I'm trying to add Aptana to my Eclipse installation. I'm trying to do so on Win7 x64. I've tried both x86 and x64 versions of Eclipse. Most of the time Eclipse would install just fine, run okay, but as soon as I try to pluin Aptana it has problems. It will start up, then encounter an error immediately and close. Right now I have the x64 ...
Which IDE is more superior for Ruby development? Aptana or Netbeans? Also, is there any IDE to date that is better than the two?
...
Is anyone familiar with Aptana Cloud? We used them for one of our php projects and they are going out of business and so we have to migrate.
It was a good management interface, affordable at around $20 a month but options to increase database and CPU if needed.
Looking for options for better hosting and ways to easily do the migration...
Hi,
Can anyone suggest me a solution for the above mentioned combination. I'm using Eclispe Helios SR1 with latest PDT from Zend and Aptana Studio 2 Eclipse plugin. Otherwise it all works well, with Aptana Editor for HTML/Template files and PDT for PHP stuff, but Smarty syntax highlighting on templates would be nice. Is there anyway to ...
Aptana Studio 3 has a way to import, export your color settings.
Does Eclipse have something similar?
...
Hi
I'm using RadRails to create my MYSQL databsase tables. This is migration task:
class CreateEvents < ActiveRecord::Migration
def self.up
create_table :events do |t|
t.string :eventname
t.string :evententryurl
t.string :eventurl
t.timestamps
end
end
def self.down
drop_table :events
end
e...
At 1 minute into the "See it in action" video, Paul stops the program from running.
What button did he push to do so?
...
Note: debug (using xdebug) has been working great on this machine for months.
Using aptana to debug php app on local machine (win7). Webserver is wamp. Was working fine earlier today, now when I come to step thru app (configured for external firefox browser), shows 1st line of app, session_start. Singlestep that, and firefox comes up wi...
I'm in Aptana, and when I click on the run button, it runs a previous program.
There's no way that I can see to specify that I want it to run the program that I'm currently editing.
...
I'm trying to make Zend's command line tool to work in Aptana's terminal view (on Windows), so I can use commands like "zf create model User" directly from aptana.
So far I've managed to get the zf command work by making an alias like this alias zf=/path/to/zend/bin/zf.sh but now I'm stuck because I have to make php's cli work too.. and...
I need to do a huge replacement on my site 400+ items with the new asynchronous tracking.
pageTracker._trackEvent('footer_search', 'search', 'search-footer');
Im using aptana and it has a regex replacement, it needs to look like this, notice the [ ].
_gaq.push(['_trackEvent', 'footer_search', 'search', 'search-footer']);
Much appr...