Displaying 20 results from an estimated 5000 matches similar to: "Part 2 of ONLamp.com Rails article is online"
2006 Mar 09
3
ONLamp.com Tutorial Trouble
I have installed Ruby on Rails and the latest version of MySQL in my
Windows XP machine and I am following a demo from ONLamp.com
<http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3>. I am
3/5 down the page where it says:
"Open a browser and navigate to http://127.0.0.1:3000/recipe/new. You
should see something like Figure 32."
Instead of a page like Figure 32, I get
2004 Jan 23
0
New Asterisk article on O'Reilly's onlamp.com
Here's the follow-up article to the first article I published on Asterisk:
http://www.onlamp.com/pub/a/onlamp/2004/01/22/asterisk2.html?page=last
This one covers getting Zap hardware installed, and also covers
integrating an IPCSP (IP Communications Service Provider - aka: long
distance via SIP.)
Sorry for the delay - the article was submitted about five months ago
and just finally
2007 Mar 01
9
Active Record proposal/discussion for improvement
Hello,
I have started in "Ruby on Rails: Talk" a discussion about my problems
with current ActiveRecord implementation. Please take a look here:
http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/d40b754fc5872a99/47cff815df123b8a?lnk=gst&rnum=2
Regards
Oliver Paulus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2005 Mar 10
24
(Online) documentation for 1.0
With the big One-Oh on it''s way, I''m thinking we should perhaps start
to work on the documentation some more.
The RDoc format is perfectly fine, and does its job beautifully, but I
think it doesn''t quite reflect the whizbang value that rails has,
especially for newcomers.
As one who has looked at the api docs almost daily for several months,
I feel quite comfortable
2005 Nov 19
1
new article on R at oreillynet.com
An article I wrote that provides a basic introduction to R has
been published on Oreillynet.com. The article is titled
"Analyzing Statistics with GNU/R". Here is the link:
http://www.onlamp.com/pub/a/onlamp/2005/11/17/r_for_statistics.html
Please feel free to post comments or interesting basic R scripts
at the end of the article.
Kevin Farnham
2007 Feb 26
24
Ruby/rails port of Cocoon/hibernate
Hi,
I''m currently running an apache/jboss cocoon/flow/hibernate/ajax
paypal (directpayment) project and am looking into the possibility of
porting it across to ruby/rails. For that reason I would like to know
the following:
1. Can I call my java classes or would I be looking at a complete
rewrite in ruby?
2. How effective is ruby in terms of seperation of concerns regarding
design from
2006 Aug 08
2
Should I uninstall everything to install InstantRails?
Please help me I am brand new to this.
I have been following this tutorial from OnLamp
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html
which tells you how to install ruby, rails and mySQL and get going.
Doing this tutorial convinced me RoR was the way to go for me.
So I got hold of this e-book:
Agile Web Development with Rails - The Pragmatic Programmers
The book tells me to install
2006 May 09
2
newbie: OSX Ruby/MySQL issue?
I''m three pages into the OnLamp RoR Tutorial [1] and am wrestling
with what appears to be a MySQL connection problem.
I''ve created a simple controller called "recipe" with a corresponding
"recipes" mysql table. The recipe controller is just a simple scaffold.
When I browse to "recipe/new", though, I get these errors:
==
NoMethodError in
2006 Aug 08
1
recognation failed - ?!
Hi there,
When I was making examples form "Rolling with Ruby on Rails" (
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html ) , after
generating controller MyTest, the WEBrick server ( localhost:3000 )
reported an error:
recognation failed /MyTest
The WEBrick server was started form correct directory, what else can
crush in that way ?
Cheers.
--
Posted via
2006 May 15
3
Mysql::Error in RecipeController#new
Hi,
I''m doing the following tutorial
:http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3
but when I''m trying to access the database I get the following error
#28000Access denied for user ''root''@''localhost'' (using password: NO)
That''s strange because the database.yml file is defined with a password
:
development:
2006 Jun 06
4
Rails keeps adding the letter s to the MySQL tablename.
I followed this tutorial for Ruby on Rails...
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=1
Everything went fine. I created the DB in MySQL and tested the
recipe/new and recipe/list functions, and all went smooth.
Now I''m trying to use Ruby on Rails to track software licenses here at
work and I keep running into this strange problem. I am setting up the
DB,
2006 Jul 05
1
newbie question: Mapping Collections
Hi,
Day 3 with rails here. Forgive me. If this has been covered many times
before, pls just point me at the article.
I worked through the Rolling with Rails tutorial
(http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html) built up my
cookbook. Things work great.
I now want to add Ingredients to my app. So, a Recipe will have 1 or
more Ingredients and any single ingredient can be
2003 Jul 09
7
Asterisk basic how-to on O'Reilly's site
This was published on O'Reilly's site last week, but they didn't tell
me until now. :) The article is pretty minimal, because I had a
limited number of words to work with, so many features are not
implemented. However, it's a good start.
http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html
I had a few people review it beforehand, but I'd also welcome changes
or
2006 Mar 28
6
blank page output
Hello, I''m new to Ruby and RubyOnRails. I''m running Fedora 4 which comes
with Ruby 1.84-1. I installed rubyonrails, and I''m doing the a sample
program found on
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2
I ran ruby script/generate controller MyTest. I edited the file
my_test_controller.rb. Here''s the code I entered
class MyTestController
2006 Aug 14
5
UML
In Rolling with Ruby on Rails tutorial -
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html - I saw that to
introduce a new element to my domain, I needed to define it in a table,
generate a model element with a similar name and the class would
autoamtically take the attributes from the table definition. Is it
possible to do this in the other direction... i.e to take the class
diagram
2008 Apr 18
1
rails for dummies
Hellos all,
I''m new to this so I have one really stupid question. When I make my
website is the whole thing going to be encoded in
my_test_controller.rb if I do ''ruby script\generate controller MyTest''
as "ONLamp" says to do?
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2
Cheers,
Paul
--~--~---------~--~----~------------~-------~--~----~
2003 Oct 08
2
Registering Softphones to Asterisk
Hi,
We have set up our Asterisk server, our extension.conf and sip.conf
according to
http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html?page=4
It's quite basic, and extension.conf is set up properly. The difficulty we
are now encountering is in sip.conf, in trying to get any softphone to
register at our own Asterisk server.
We have searched the mailing list, and find bits and
2006 Feb 27
8
Newbie question - Automatically update _form.rhtml?
Hi all, I''ve got an odd issue. I''m new to Ruby/Rails and have a bit of a
silly question. I''m following along with the nice little tutorial here,
to get an idea of the system:
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3
However, I''m running into an issue where the author adds a new field in
his database, refreshes the browser and shows
2006 May 04
11
Interesting ActiveRecord vs Hibernate article
For those haven''t seen it yet, Patrick Peak has an interesting
article at the Server Side (www.theserverside.com)
discussing the differences between the Hibernate (www.hibernate.org) peristence
framework and ActiveRecord. The article can be found here: http://www.theserverside.com/articles/article.tss?l=RailsHibernate .
Patrick Peak is the author of _Hibernate Quickly_ (Manning), which
2005 Mar 04
3
Whoo Hoo... We''re on the Slashdot front page!
Part 2 of my Rails article on ONLamp.com just made the slashdot front page!
The entry, itself, is here:
http://developers.slashdot.org/article.pl?sid=05/03/04/1319242&tid=156
Curt