Displaying 20 results from an estimated 2000 matches similar to: "NewB questions"
2006 Oct 24
1
Changeset 5358 - Jamis
In http://dev.rubyonrails.org/changeset/5358 and the new alternative
deprecation method,
deprecate :link_image_to => :link_to_image
should probably use the message version, as both link_image_to and
link_to_image should be deprecated (according to the comments at
least):
deprecate :link_image_to => "Use link_to(image_tag()) instead"
2006 Nov 17
8
Basic search, quick question
Hi, I know there are other threads about this topic, but I''ve checked
and none seem to help my problem.
I''m trying to get a simple search to work on my Rails app, but I get a
"Couldn''t find Recipe without an ID" error when I search. Here''s what I
have:
list.rhtml
<%= start_form_tag :action => ''find_recipes'' %>
2007 Nov 18
2
Aptana RadRails 0.9.1 Final Release
For fellow Radrails users, there is happy news !
Aptana RadRails 0.9.1 Final Release has been released since 15th
November 2007. Users who are still on 0.8.0 are highly recommended to
upgrade.
Here''s the Trac changelog: http://www.aptana.com/trac/milestone/RadRails%20IDE%200.9.1
And the ASAP one: http://support.aptana.com/issues/browse/ROR/fixforversion/10004
Apparently, 66 tickets
2007 Feb 26
2
undefined method ... from `alias_method'
0 wicked var/www % ./script/console
Loading development environment.
>> r = Recipe.find :first
NameError: undefined method `recipe_type='' for class `Recipe''
from ./script/../config/../config/../app/models/recipe.rb:
101:in `alias_method''
In recipes_controller:
alias_method :orig_recipe_type=, :recipe_type=
def recipe_type=(t)
if t.nil?
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
2008 Jan 18
2
Adding an existing project to Aptana RadRails
I''ve just installed Aptana RadRails and now want to import an existing
project that was originally created in the Ruby console using the
"ruby script/generate controller say" command.
I now want to import this into Aptana so I don''t have to use Notepad
to edit the .rb and .rhtml files.
Does anyone know how to do this or know of a decent user guide I can
read?
Thank
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
2007 Jun 06
7
RadRails vs. Textmate
Is there anyone out there can give me a comparison between RadRails/
Aptana and Textmate? I have been using skEdit for all of my general
coding stuff, but I am now looking into getting a new editor for my
Ruby/Rails work. I know that most Mac users swear by Textmate, but I
would really like to hear some comparisons between RadRails, Textmate,
and even skEdit as well.
What your thoughts and
2007 Apr 11
4
RSpec plugin for RadRails
Hi,
Is there already a plugin for RadRails that would support RSpec ?
Thx
Julien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070411/1c9aca29/attachment.html
2007 Sep 28
4
Aptana Radrails M7 Beta - Best Way to Upgrade
Hi
Just upgraded smoothly to long overdue Aptana M7 Beta which was
released on 25/9/2007.
FYI, the best way to upgrade from July''s M5 (M6 was skipped) is as
follows :-
1) Click Help/Software Upgrades/Finad and Install
2) Manually adding the following update site to the update manager:
http://update.aptana.com/update/rails/beta/3.2/site.xml
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
2009 Jul 01
1
Newb question - CHM files - Best method to view
Please excuse my first couple of probably quite a few newb questions.
Are there still probs with viewing chm files?
If I browse to the chm file and just launch it seems fine until I try search for a subject. I search, find what I'm looking for, click it and the help file closes.
If I use wine hh / winepath windows path it launches but if I click search I can't try the search, it's
2006 Jul 28
2
newb question...
This is what it says when i have this stupid error...
app/controllers/info_controller.rb:9: syntax error
this is what is inside of info_controller,
class InfoController < ApplicationController
def who_bought
@product = Product.find(params[:id])
@orders = @product.orders
respond_to do |accepts|
accepts.html
accepts.xml
end
end
if someone could please help me...
-/ James
--
2010 Jan 26
0
newb question: chron and hist()
Hi all, I'm just getting started in R so bear with my newbness.
I am trying to create a very simple histogram of logins by time, with data
coming in from a MYSQL query.
the raw data looks like this:
"id" "user_id" "experience_given" "created_at" "ip_aton"
"1" XXXXXXX 2445626 0 "2010-01-21 00:00:01" 1123632036
"2"
2009 Apr 27
2
uninitialized constant ActionController running Cucumber features in Aptana/RadRails IDE
I''m just starting on BDD. I installed the gems for webrats and
cucumber.
I also ran the following in the Ruby shell:
>rake gems:install RAILS_EN=test
>script/generate cucumber
These commands seemed to create the expected features and lib folders
in my project.
I''m using the eclipse framework with Aptana and RadRails as my IDE.
However, when I run:
>cucumber features
2005 May 18
0
Integrating Asterisk into our Legacy PBX <-- Newb (correction)
Correction:
The hardware is a Wildcard T100P (not a TE110P)
Thanks!
> -----Original Message-----
> From: Geoff Manning [mailto:gmanning@zoom.com]
> Sent: Wednesday, May 18, 2005 9:07 AM
> To: Asterisk Users (E-mail)
> Subject: [Asterisk-Users] Integrating Asterisk into our Legacy PBX
> <--Newb
>
>
> I have been successful in setting up asterisk and making
>
2007 Dec 03
1
Subject: Newb Question
Hi,
Use orecx, voip call recording and monitoring.
www.orecx.com
Thanks & Regards,
Vidura Senadeera,
Sri Lanka.
Tel - +94114520001
Mobile - +94777766596
yahoo/skype Ids - vidurased
> ------------------------------
>
> Message: 17
> Date: Fri, 30 Nov 2007 08:58:41 +0530
> From: ram <talk2ram at gmail.com>
> Subject: Re: [asterisk-users] Newb Question
> To:
2009 Jun 17
0
newb question installing rsync on old solaris
hi all
i installed a new version of rsync on an old solaris machine we have around.
an old rsync was running before, but now neither is running, both
complaining about dependencies,
even though the compiling & install went fine, you can see the error i get
below when i try to run it.
la3000# rsync
ld.so.1: rsync: fatal: libpopt.so.0: open failed: No such file or directory
Killed
so i
2011 Jan 23
1
Newb Question : How do I load the Rsymphony Library, and How do I get Symphony Running on my windows Vista?
Hi, I'm new to R, and at this phase, I don't really even know how to learn
how to use R.
I want to use R and Symphony together. CAn I use Symphony on a windows
based machine? I downloaded
Symphony 5.2.0, and when I hit to install it, I'm getting an error that I
can't get past. "Bad end of central directory record"
Now, let's say I miraculously am able to install
2008 Nov 11
0
[LLVMdev] [newb] howto install?
I've been loosely following lvm with some interest, and I'd like to give it a try. Despite having searched the docs, I don't see a newbs guide to doing a normal install. I tried building llvm-2.4 using --prefix=/usr, and then try to install but it doesn't install into /usr but under the builddir.
This is fedora f9 x86_64. What is a simple procedure to get llvm-2.4 installed?