similar to: Nice O'Reilly blog post by Gregory Brown

Displaying 20 results from an estimated 6000 matches similar to: "Nice O'Reilly blog post by Gregory Brown"

2006 May 22
0
Interviews at O''Reillynet
Most of you have probably read the interview with Zed Shaw: http://www.oreillynet.com/ruby/blog/2006/05/post.html I posted a companion interview with Luis Lavena this morning, you can read it in English at: http://www.oreillynet.com/ruby/blog/2006/05/interview_with_luis_lavena_2.html It''s also available in German:
2006 Jan 18
0
O'Reilly's Etel Conference
Hey there, Just wanted to drop a line and let people know that I'll be heading to San Francisco for O'Reilly's Etel. If you are interested in attending, there are some free passes floating around. If anyone is interested in getting together for a beer, let me know! Info on the conference can be found here: http://conferences.oreillynet.com/etel2006/ I'm looking forward to an
2006 Jan 03
1
Another Rails blog entry out of Apress
A short entry, but good words about Rails. http://ablog.apress.com/?p=842 -- thanks, -pate -------------------------
2006 Feb 23
1
AJAX Patterns Blog
Christian Gross, the author of AJAX and Best Practices, runs a blog at http://www.devspace.com/ and has started a poll asking which language he should port his AJAX patterns to next. (They are currently available for Java and .Net). If anyone''s interested in seeing Ruby up next, you might head over to the blog and cast your vote. -- thanks, -pate -------------------------
2006 Feb 02
3
OT O'Reilly Asterisk TFOT
I went to the Linux Solutions exhibition in Paris yesterday, visited the well stocked O'Reilly stand and saw a nice pile of Asterisk TFOT, 6 hours later there was only one left. It must say something, also it was the English version. -- Dave Cotton <dcotton@linuxautrement.com>
2006 Mar 17
0
Installed Gems on godaddy.com
Hi, is there a core list of gems that one needs to install in a production environment? Anyways, here''s a current list of installed gems on godaddy.com: Gems *actionmailer 1.0.1* [www] <http://www.rubyonrails.org/> - depends on actionpack <http://www.situationman.com/_h_admin_/gems.html#actionpack>. Service layer for easy email delivery and testing. *actionmailer 1.1.5*
2006 Jul 10
1
O'Reilly - Using Samba (3rd edition)
As the second edition is a bit long in the tooth, I wrote to O'Reilly, and they said the 3rd edition of "Using Samba" is scheduled for release in November. Steve :)
2005 Dec 19
1
FastCGI: comm with (dynamic) server ...../dispatch.fcgi aborted: (first read) idle timeout (30 sec)
Hello, I just did a "gem update" on my server updating to the latest version. After this none of my scripts work. In apache error log I get: FastCGI: comm with (dynamic) server "/home/user/public_html/dispatch.fcgi" aborted: (first read) idle timeout (30 sec) My only guess is that the problem is related to the fastCGI binding but I have no idea what to look for. I
2006 Jul 03
0
Mysql configuration is slowing me down
Hi all, I have a strange configuration problem I ordered Debian VPS and installed Rails with all the necessary components with and deploying a dating site. But this is my first system admin work as well. I was surfing site I develop and when it performs so good on my local computer it is having problems on my VPS. Let my production log explain it Completed in 0.79161 (1 reqs/sec) |
2006 Jul 26
0
LoadError: no such file to load
Suddenly I noticed that I can''t require installed gems from irb or ./script/console. Any ideas? irb(main):001:0> require ''RMagick'' LoadError: no such file to load -- RMagick from (irb):1:in `require'' from (irb):1 irb(main):002:0> require ''mysql'' LoadError: no such file to load -- mysql from (irb):2:in
2006 Mar 28
2
Rails 1.1 and Rails 1.0 gems
Firstly, Congrats to the Rails team for the 1.1 release! I installed Rails using the package created by Tony Arnold, referenced here: <http://tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners> I did the upgrade to Rails 1.1 and all went well. Now, however, I seem to have two sets of gems installed. Doing a ''gems list'', I see:
2005 Dec 18
1
Informix adapter testing
I''ve just written an ActiveRecord adapter for Informix. It lacks a pair of features that I will add later, but it works for me. I found this on the web: http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActiveRecordAdapter and followed it, but when I get to $ rake test_informix I get the following error messages: -----------------------8<-----------------------
2005 Dec 19
1
FastCGI: comm with (dynamic) server dispatch.fcgi aborted
I just did a "gem update" on my server updating to the latest version. After this none of my scripts work. In apache error log I get: FastCGI: comm with (dynamic) server "/home/user/public_html/dispatch.fcgi" aborted: (first read) idle timeout (30 sec) My only guess is that the problem is related to the fastCGI binding but I have no idea what to look for. I
2005 Mar 07
0
Routing error follow-up
So, maybe I''m asking a stupid question, but if someone could point me in the right direction, I''d be eternally grateful. First, here''s what I have installed: $ ruby -v ruby 1.8.2 (2004-08-24) [i386-linux] $ gem list *** LOCAL GEMS *** actionmailer (0.7.1) Service layer for easy email delivery and testing. actionpack (1.5.1) Web-flow and rendering framework
2004 May 19
2
O'Reilly Open Source Convention in Portland
Anyone else going to this and interested in having an Asterisk birds-of-a-feather breakfast or dinner get together? Open Source Convention, Portland, OR, July 26-30. See http://conferences.oreilly.com/oscon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040519/190e9bfb/attachment.htm
2007 Apr 11
1
error about "gem install mysql -r "?
ruby 1.8.6 (2007-03-13 patchlevel 0) [i486-linux] Rails 1.2.3 ------------------------------------------------------- debian:/home/ror# gem list -l *** LOCAL GEMS *** Service layer for easy email delivery and testing. actionpack (1.13.3) Web-flow and rendering framework putting the VC in MVC. actionwebservice (1.2.3) Web service support for Action Pack. activerecord (1.15.3)
2006 Mar 11
2
Problems building mysql gem
Hi, I?m having problems building and installing the mysql gem on a Fedora Core 4 (Linux) server. # gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Building native extensions. This could take a while... can''t find header files for ruby. ERROR: While executing
2006 Jun 17
1
gem install mysql - problem
Hi all, I run into a problem whilst installing the mysql gem on a debian box and not sure what I need to do. Cheers, Paul root@a:/tmp# gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Select which gem to install for your platform (i386-linux) 1. mysql 2.7.2006.05.10
2006 Jul 28
8
Manning Ruby/Rails contest
Manning is running a contest: If you make the winning entry, you''ll win a $100 Manning Gift Certificate (hey, that''d be two copies of David''s awesome Ruby for Rails). the contest is to complete the phrase: Ruby is to Rails as ___________ is to __________________ The contest is at: http://www.manning.com/black/contest.php -- thanks, -pate
2006 Apr 19
5
new article up at Linux Journal
http://www.linuxjournal.com/article/8993 If you''ve got feedback, requests for coverage, etc. please let me know. I''ll try to respond in an upcoming column. -- thanks, -pate ------------------------- http://on-ruby.blogspot.com