Tagged Questions

4
votes
14answers
4k views

Aptana RadRails?

I've been using a text editor for my rails app for a while and I have a workflow that I am happy with for my existing app. However, I am about to be starting a new app and it appears that Aptana ...
1
vote
1answer
293 views

Run ruby IRB for Ruby on rails from Aptana studio and/or radrails?

I was a happy Ruby on Netbeans (6.9) user until I learned that NB (Oracle) will no longer be supporting Ruby, in future releases. So, I'm trying out Aptana w RadRails plugin. so far the trasition has ...
1
vote
1answer
2k views

How to configure Aptana RadRails plugin for Rails3

I just installed Aptana RadRails in Eclipse as a plug in. While I was in the RadRails perspective, I clicked 'New Rails Project' and gave the project a name and immediately received an error. ...
1
vote
1answer
154 views

Ruby on Rails Incorrect Primary Key Names

I'm using RadRails to create my MYSQL database tables. This is migration task: class CreateEvents < ActiveRecord::Migration def self.up create_table :events do |t| t.string :eventname ...
1
vote
3answers
486 views

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, ...
1
vote
12answers
1k views

Rails & Windows

Is Rails development really this hard on Windows? I'm a PHP developer looking forwards to using Rails (mainly because every single PHP framework I've tried has some quirk that I just hate). I ...
1
vote
2answers
573 views

Integrating InstantRails with Aptana or any other IDE

So I've been using InstantRails to check out Ruby on rails. I've been using Notepad++ for the editing. Now I don't want to install Ruby or Rails on my machine. Is there any walk through/tutorial on ...
0
votes
0answers
54 views

Ruby Debugging with Pow and Aptana (Eclipse)

Does anybody know how to set up Ruby Debugging with Pow and Aptana (Eclipse)?
0
votes
1answer
267 views

Read error: #<Errno::ECONNABORTED: An established connection was aborted by the software in your host machine.> in ruby

i am getting below message in my log while running my ruby application with firefox & IE8 . Is any one got same message while running ruby application? Fri Aug 20 18:18:17 +0100 2011: Read error: ...
0
votes
1answer
108 views

RadRails, Ruby, Content Assist and Methods

I am new to Ruby, and I am currently working with an API which is unfamiliar to me. In order to use code completion, which helps me learn, I installed RadRails in Eclipse. However, I am having ...
0
votes
1answer
141 views

RadRails + Ruby Installed on Virtual Machine (Ubuntu)

I have installed Aptana RadRails IDE on my computer under Windows. Also I have Ubuntu guest OS where installed ruby environment. RadRails ask me for ruby installation at start. But I don't want ...
0
votes
1answer
186 views

Installing radrails/ruby for the first time - setup is not working

I'm completely new to ruby / radrails. I've installed radrails and ruby using rubyinstaller (Ruby 1.9.2-p180) and followed the Configuring your RadRails setup and when I follow the step to check to ...
0
votes
2answers
329 views

How to debug pure ruby programs in RadRails

I am new to Ruby so have installed RadRails, Ruby 1.92 and ruby-debug-ide19. I have a very simple ruby program that prints hello world. But when I try and place a breakpoint in the code and run in ...
0
votes
1answer
198 views

radrails dev server startup error: load_missing_constant

Here is the stacktrace I get in the console: C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:443:in `load_missing_constant': uninitialized constant ActiveRecord ...
0
votes
2answers
540 views

RadRails is very slow on Windows 7

I'm trying to use RadRails on Windows and it's works relatively smoothly. But, when i hit F5 in my browser i have to wait ~15 secondes to refresh the page. It's annoying because the CPU usage is ...
0
votes
1answer
746 views

RadRails (Eclipse plug-in) not recognizing 1.9.1 ruby features

I installed RadRails as a plugin to eclipse, and I set the interpreter to C:\ruby, the location of my ruby installation. I've also installed RubyGems 1.3.5 via the ruby setup.rb script. When I run ...
0
votes
1answer
251 views

Does RadRails have keyboard triggers (code templates) as a shortcut for writing repetitive code?

One of the things I like about Netbeans Ruby development is keyboard triggers. For example, if you are in an erb template and you type: licai After you hit the tab key, this text gets replaced ...