Tagged Questions
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
693 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
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
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
487 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
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
55 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
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
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 ...