Displaying 20 results from an estimated 60000 matches similar to: "aptana studio 3 for rails development."
2010 Aug 13
5
"uninitialized constant" Error for CalendarHelpper
After installing calendar_helper-0.2.3 gem, application using
CalendarHelper works fine. Then I tried to test using rake command which
gave me the following error.
Why does these messages appear evenif the application owrks fine.
------------------------------ Error Messags
--------------------------------------
/usr/local/jruby-1.5.1/bin/jruby -I"lib:test"
2010 Jun 20
0
Debugging a Rails 3 app with RadRails 2?
When trying to debug a Rails 3 app with RadRails 2.0.4, I''m running into
a problem with gem loading, apparently. See below for a stack trace.
That problem disappears, when I move Gemfile out of the way, but, of
course, then other necessary gems aren''t loaded.
From my Debug Configuration
Project: <myproject>
File: script/rails
Working Directory:
2010 Oct 22
1
problem about create project by aptana
After installed ruby 1.92 and rails 3.0.1 I can create project by
windows cmd but when create project with aptana it perform conflict the
pic i attached.Any one face this problem .Share idea please
best
Tanawat
Attachments:
http://www.ruby-forum.com/attachment/5235/railsconflicct.png
--
Posted via
2008 Jun 17
6
Book released "Aptana RadRails: An IDE for Rails Development"
Hi,
Some months ago, a person from Packt Publishing posted a message in this
list looking for potential Authors/Reviewers for new Ruby on Rails
books. Now I''m proud to announce my book [1] "Aptana RadRails: An IDE
for Rails Development".
If you are using [2] Aptana RadRails, or if you are looking for an IDE
and you still haven''t decided which one to use, you might
2010 Jan 30
1
Scaffold in Aptana error - wrong number of arguments(1 for 2) help?
Hi all - I''m new to rails and programming in general.
I installed Rails 2.3.5, using mac os x 10.5.8, running into problems
using scaffold. I am using Aptana Radrails as my IDE. I was not
encountering this problem when using Rails 1.2.6, which is odd because
from what I can gather online the entry syntax I am using should only
work with Rails 2.x . Any help would be greatly appreciated.
2012 Feb 29
1
can't convert Fixnum into String in relativity
good day i read about relativity gem but when i try to use it and make
a test file and build it gives me an error
=test.rb=
<pre>
require ''relativity''
opens_at = DayTime.new(9) #=> 09:00:00
closes_at = DayTime.new(12,30) #=> 12:30:00
</pre>
<pre>
/home/start/.rvm/gems/ruby-1.9.2-p290/gems/relativity-0.0.8/lib/
relativity/day_time/new.rb:24:in
2012 Jan 10
2
Opening rails with
How do you open Rails up with Aptana and or Redcar through the "Command
Prompt with Ruby and Rails"?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from
2012 Mar 02
3
Create a Model
I''m new to Ruby on Rails and I''m using Aptana Studio 3.0 for the IDE.
How do I create a Model called ''Employees''.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2012 Jan 03
1
updating rails version to 3.1.3 get error
hi all,
i have ruby : 1.8.7 rails :2.3.11 and rubygem:1.6.2 installed on my
Windows sys. my application work without error .I have upgraded the
environment
to gem:1.8.12,rails:3.1.3 ,ruby:1.9.2
i have getting the following error on starting the Webrick server
D:/Hemant/Suggestica_setup/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'': cannot load such
rails - postgres error: Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 o
2012 Jun 21
0
rails - postgres error: Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 o
Hi,
I am stuck with the setup of Ruby (1.9.3), Rails and Postgres (9.0.8) on
my Mac (10.6.8). Everytime when I run rails console I get the following
error:
/Users/dc/.rvm/gems/ruby-1.9.3-head@global/gems/pg-0.13.2/lib/pg.rb:4:in
`require'':
dlopen(/Users/dc/.rvm/gems/ruby-1.9.3-head@global/gems/pg-0.13.2/lib/pg_ext.bundle,
9): Library not loaded: @loader_path/../lib/libssl.dylib
2011 Jun 15
5
rails 3.0.9
Today was expected the new stable rails release 3.0.9 with some fixed,
among all the problem with escape_javascript.
It seems that it see that has not been released, unfortunately.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2013 Feb 14
4
Struggling with Jruby Rails + jdbc driver
hi all,
I am having a hard time trying to find out what''s wrong with my setup. It
used to work smoothly until I decided out of the blue to do a selfupdate
and upgrade outdated on MacPort, then things started going south very
quickily.
Since MacPort kinda broke, I pull it all out and re-install the ports I
have before, which went pretty smoothly. Then to my surprise any command I
2011 Aug 18
3
Rails 3 - Production Environment
Hello Everyone,
I need some help related to the below requirements:
-> I need to setup production environment without installing Ruby or
Rails or other related gems into it.
I did accomplish the same using JRuby, bundler and warbler plugin. And
deployed the WAR file into Apache Tomcat server. But now I have to do
this without JRuby & Apache Tomcat.
-> I have to setup Apache with
2011 Nov 14
2
Looking for environment setup help
Can anyone help with setting up my environment? This all started when
I tried to install Aptana Studio 3, and want to use the debugger. I
have installed ruby 1.9.2, and rails 3.1.0. When I try to install the
ruby-debug-base gem, I get an error that does not make sense to me -
it tells me it needs ruby version > 1.8.7. Here is the error message,
along with other details. I am running this
2009 Dec 28
2
How to get parameters to controller from view using <input tag?
Hello! I''m everywhere searching the answer for my question. How to get
parameters to controller from view using <input tag. But I want to do
this without db. I have the code:
class TranslateController < ApplicationController
def start
@time = Time.now
end
def result
@rez = params[:name]
end
end
<html>
<head>
<title> Translate numbers from 10 to
2014 Jun 04
0
Getting random threading errors in jruby (1.7.3) & rails 2.3.17 application
I am running jruby (1.7.3) & rails 2.3.17 application whose apis are
exposed to outside app. When I add "config.threadsafe!" in my
development.rb/production.rb & hit lot many api requests in a second then I
am getting following errors randomly for some of the api requests:
1. TypeError (NilClass can't be coerced into Float)
2. RuntimeError (can't add a new key
2010 Sep 22
1
Bundler picking up wrong version of Ruby with Rails 3 ( possible bundler bug )
Hello All,
I am developing a JRuby on Rails 3 application. Standard stuff.
I am facing problems getting autotest to run.
Here''s the trace:
% autotest
loading autotest/rails_rspec2
bundle exec
/Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.22/bin/rspec
2012 May 03
3
inheritance with rails.
Hello.
I''ve read about examples on inheritance with rails.
Here is an example:
http://juixe.com/techknow/index.php/2006/06/03/rails-single-table-inheritance/
The way is to add a type field in the table.
So if I have an Animal class with an attribute name, I can inherit
from this class like:
Dog < Animal, Cat < Animal, and so on.
With the type field in the table I can do Dog.all,
2013 Jan 28
1
How to start working on reby on rails
Hello Friends,
I am new to Ruby on Rails actually i am .net developer, i installed
rails frame work and Aptana Studio3 in my system, i am not getting
Idea
how to start working on ruby on rails , please help me , how to start
working on ruby on rails, if any one have sample project that helps me
a lot.
Thanks in Advance
V.Venkat
--
Posted via http://www.ruby-forum.com/.
--
You
2009 Aug 23
1
Install Aptana Radrails into Eclipse Galileo - Simple Tutorial
1. Download Eclipse 3.50 aka Galileo
2. Launch Eclipse
3. Click Help/Install Software
4. Install Aptana Studio 1.5 as a plug into Eclipse
More at Rails... Rails... Rails
CCH
http://cch4rails.blogspot.com