Tagged Questions

RadRails is a cross-platform IDE for Ruby and Rails development based on the Eclipse platform. RadRails releases are currently deprecated in favor of the embedded Ruby/Rails functionality in Aptana Studio 3.

learn more… | top users | synonyms

7
votes
3answers
1k views

word wrap / line wrap option in Aptana Studio 3 Beta?

I have been searching for an hour and cannot seem to find any information whatsoever about a word wrap / line wrap option in the new Aptana Studio 3 Beta (aka RadRails 3 Beta). I can't find an option ...
6
votes
4answers
1k views

How do you configure RadRails to use Rails installed through RVM?

How do I properly setup Aptana RadRails if I've installed Rails through RVM? I followed the install on http://railstutorial.org/ but my script paths don't work: e.g.: 'rails' path: ...
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 ...
4
votes
2answers
2k views

Install the Radrails plugin for Aptana Studio offline

I downloaded and installed the Aptana Studio free version. But apparently, to install the Radrails plugin for ruby on rails development you have to connect to the internet. I don't have internet on my ...
3
votes
2answers
691 views

Cannot find RadRails views in Aptana Studio 3

I cannot see any of the RadRails views in my IDE. For example Rake tasks, rails console, generator view, etc.. See the screenshot for the available view options. I'm perplexed by the explanations I ...
1
vote
1answer
129 views

How do I remove MyRadRails from my eclipse installation

I am a newbie to Eclipse, how do I remove MyRadRails from my eclipse installation
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
5answers
1k views

Creating new Rails project with Aptana fails with “/<project name>/public does not exist”

I am using Windows 7 and Ruby 1.8.7. I get the following error message when I start a new Rails project: Problem Occured 'Replace project index file' has encountered a problem. Resource ...
1
vote
1answer
909 views

How to run the rails console in debug mode in Aptana Radrails

In Apatana Rad Rails, I want to run the rails console in debug mode. When I launch the debugger as shown below, debugger doesn't honor the break points. debug script/console I am able to run the ...
1
vote
1answer
483 views

how do I import my existing RadRails project into a new SVN repository?

I currently have an existing project that I have been working on in RadRails. I want to put the entire project into an SVN repository (hosted on Unfuddle). I downloaded the Subversion plugin. I'm ...
1
vote
1answer
154 views

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 => ...
1
vote
1answer
387 views

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 ...
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
1k views

How do I use an old version of Rails with Aptana RadRails?

I'm new to Rails development, and I'm trying to figure out how to use an older version of Rails with Apatana's RadRails IDE. I'm trying to help out a friend who has a site built on older version than ...
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
60 views

Running debug server with bundle exec in aptana

I'm trying to debug a rails application, but when I've tried, it throws me : Uncaught exception: You have already activated rake 0.9.2, but your Gemfile requires rake 0.8.7. Using bundle exec may ...
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
0answers
29 views

version string must be of format #.#.#(.#)?, instead it was: 3.1.0.rc6

I'm getting this error when trying to create a new project in RadRails eclipse. version string must be of format #.#.#(.#)?, instead it was: 3.1.0.rc6
0
votes
1answer
228 views

Getting a dependency error when installing RadRails

I'm trying to install the Aptana RadRails/Aptana Studio plugin for Eclipse and I'm getting a strange dependency error. Here are the details: OS: Ubuntu 11.04 Eclipse version: 3.5 (Galileo) RadRails ...
0
votes
1answer
62 views

How to config radrails for rails project to run

I searched a lot about how to config radrails to run rails project, and stuck here for a long time. Here is what I did: install ruby,rails in windows (ruby -v and rails -v both returns version ...
0
votes
1answer
265 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
211 views

customize shortcuts: remove 'hash pointer' and have only 'go to line' on CTRL+L

Hi all In aptana Studio 3 I don't find useful CTRL+L -> 1 for 'hash pointer' and CTRL+L -> 2 for 'go to line' and I would like to get rid of the first one and easily go to line with CTRL+L and ...
0
votes
2answers
487 views

How does one run Rake tasks from Eclipse (using the Aptana RadRails plugin)?

As an XEmacs user, I'm a firm believer that if you're using a powerful editor / IDE, you should attempt to do as many of your development tasks as possible without leaving the environment (e.g. why ...
0
votes
1answer
88 views

RadRails and Gemfile, am I missing something?

Is there a way to have my Ruby on Rails project reference the Gems that are declared in Gemfile? Am I missing something?
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
241 views

Choosing rails version in RadRails 2.0.5

I've created rails application using rails 3.0.3 After adding it to RadRails it still recognize my project as rails 2 application and searching for "scripts/server" How and where can I change settings ...
0
votes
2answers
272 views

Reporting errors in launching rails webrick server

I have an application which runs on rails 2.3.2 and now i upgraded my version of rails to 3.0.3 After i try to start the application server by typing rails server I get a list of arguments that i ...
0
votes
1answer
638 views

RadRails error when creating new project

i just installed RadRails. Now i want to create a new project. It creates the directory structure and the gives this error. Can somebody tell me what's the problem? ...
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
1answer
62 views

RadRails Aptana

I would like to ask if there is a functionality in RadRails that allows to copy parts of code, save them for further usage and if they are needed justo drop them form palette. It seems to be very ...
0
votes
2answers
360 views

Good code highlighting, syntax analysis and code assist editor on js.erb and css.erb files

I want to know if there is an api that supports nicely eRuby (erb) and JavaScript highlighting, sintax analysis and code assist. I've already tried Eclipse with Aptana RadRails. Perhaps I'm ...
0
votes
1answer
43 views

radrails automatically giving me two tabs when i go to new line

So any time i hit enter and go to a new line... radrails automatically gives me two tabs over. I'd rather turn this off. I haven't been able to figure out how in the settings. Ideas? thoughts? is 2 ...
0
votes
2answers
539 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
59 views

getting tables to work is RadRails?

When I manually enter tables into the .rb file in the migrate folder nothing shows up. I have followed a few different "how to's" but I can't get the tables to show up when I preview my work. I can ...
0
votes
2answers
684 views

How to use Java's JAR file with Aptana RadRail's JRuby project?

everyone. I am trying to use Aptana RadRail to work on my JRuby project. A good feature of JRuby is, able to use Java library in the world. but I try to find out how to make this happen with Aptana ...
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 ...