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 for it anywhere in the Preferences. The lack of a line wrap is killing my productivity. Can anyone shed some light on this please? I can't ...
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?
<internal:lib/rubygems/custom_require>:29:in `require': 126: Das angegebene Modul wurde nicht gefunden. - c:/ruby/lib/ruby/gems/1.9.1/gems/mongrel-1.1.5-x86-mswin32-60/lib...
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...