radrails

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 machine right now. So is there a way I could download the installer from another machine and copy it over my existing Aptana installation?...

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 how to integrate Radrails or Netbeans with InstantRails? ...

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 the one that automatically gets downloaded by RadRails, and I'm pretty sure the two versions wouldn't be compatible (the site is using som...

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 downloaded Aptana Studio (w/ RadRails) as it seemed to be a good solution (and because I love anything Eclipse-based). But that's where the proble...

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 RadRails is sufficiently developed and stable enough for use. (The last time I tried it it was in beta and wasn't quite fully baked.) So my qu...

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, and potentially wasting time) is can I create plain old .rb files without the rails framework attached? Also, can I execute the ruby file ...

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 error right away: Mongrel's set as the default server and it's complaining about starting because of a missing log file. Sure enough, n...

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 with: <%= link_to "${1 default="link text..."}", :controller => "${2 default="items"}", :action => "${3 default="edit"}", :id => ${4 defau...

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

Hello, 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 RadRail IDE. NetBeans is also good IDE, but I like Eclipse-styled. Could you tell me how to make this happen? Do I have to do this vi...

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 however get one table to show up if i create it in the parameters when generating a scaffold, but that's one table. I have Rails version 2.3....

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 ...

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 not sure how to actually take this file and commit it into the existing SVN repository. ...

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 the following, however, I get syntax errors in eclipse, although running works. test = { raw: '1', symbols: '2' } p test Furthermor...

RadRails is very slow on Windows 7.

Hi, 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 around 5% and it's looks like RadRails is doing nothing, no debbuger activity, no sql connection and no server requests during the 15 seco...

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 rake tasks in debug mode by giving a similar command, i.e. debug rake db:migrate Any pointers will be highly appreciated. ...

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 tabs preferred for a specific reason? ...

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 configuring something wrong, but it guesses that I'm using html.erb on both css.erb and js.erb files. Tried in both windows and linux (Fedora 12). ...

RadRails Aptana

Hi, 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 useful in my projects as I prepare parts of codes that are selfdescribing and very common in coding. In netbeans I found Palette but I can...

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 (NameError) from C:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80:in `const_missing' from ...

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 '/Foobar/public' does not exist. (where 'Foobar' is the name of my new project). Any ideas? ...