search for: onlamp

Displaying 20 results from an estimated 168 matches for "onlamp".

2005 Mar 04
2
Part 2 of ONLamp.com Rails article is online
ONLamp.com has finally published part 2 of my Rails article! You can find it here: http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html It would be really nice if we could get this slash dotted again before the weekend. >From what I understand, you''re more likely to get accepted when...
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 an error that looks some...
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 m...
2006 May 08
4
Asterisk documentation..
Where can I get some asterisk books.. or tutorials..? I?ve been searching in google.. but I find just some tutorials explaining how to fast set up an asterisk server. I want to learn how to use it and how to make my own configurations. So, the thing is that I want to know what is the best book or tutorial that you know? recomendations? Thanks to everyone... Danko Miocevic
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 su...
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 < ApplicationController def index render_text "Hello World, my first line of Ruby" end en...
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&qu...
2006 Mar 03
13
Listing help
Hi, I''ve created a Rails application and am having a problem listing by a particular category in an associated table. I followed the instructions found at the O''Reilly tutorial (http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html?page=3) but have not had success. Can anyone please outline a better set of instructions than in the "Showing Recipes in a Category" section? Thank you for your time! Melanie
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 prob...
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 http://www.ruby-f...
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 wit...
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
2003 Sep 11
0
RV: WARNING[5126] Maximum retries exceeded on call
...c827415f83584c0c9dc15b03ed6924@10.1.1.1 for seqno 102 (Request) Do you have a clue? My bet is like it is trying to send a message to a mailbox that doesn't exist Am I right?? How can I cancel this and stop this from retryng. PS: I made my configuration to work as stated in this ONLamp.com article by John Todd: http://www.onlamp.com/lpt/a/3956 And also made the corrections in: http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html?page=last#thread
2004 Aug 20
1
from Newcomtech Co,. Ltd Help us.
How are you? Fristly I would like to introduce myself in a shortly. I'm a newcomer at Newcomtech Co,. Ltd. Nowdays I'm working at TDM40B and TDM04B cards. I have installed Linux hedhat 9.0 and Asterisk software. I have configured the cards. I typed asterisk -vvvc command in the command line and then asterisk give us "asterisk is ready". Now I have to configure my asterisk
2004 Dec 27
1
incoming & outgoing call
Hi All, I've installed digium TDM02B. The PSTN line connected to this card. At the IP network side, I have SIP phones registered sucessfully to asterisk server. How do I configure asterisk, so once there is incoming call to the TDM channel from PSTN, the caller will hear another dial tone from asterisk then to key in the extension of intended destination (SIP phones number) that already
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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email...
2005 Feb 07
4
Newbie help/pointers required - configure xlite with asterisk
I could use a few pointers to get this working please? I have asterisk installed on my linux server. It is setup to register with sipgate and works for incoming calls. I have xlite installed on my windows pc and this connects fine with the asterisk server and can get the incoming calls fine. Now I want to be able to make outboun calls from xlite via sipgate. I also need to be able to dial
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 referenced (belong to?) any recipe. How do I set up this relationship? With other languages...
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 di...
2005 Feb 06
3
Question about X100P card
Hello my brothers and sisters, Is "X100P" card suitable to VoIP? and if "yes", am i need to only "X100P" and "Asterisk" Package? or i need also to other cards or packages? and if "X100P" card not suitable to VoIP, please recommend a another card, (please take in your account that i would like to connect standard analog line to the card