similar to: [ANN/ADV] "Advancing With Rails", July 21-24, Edison NJ

Displaying 20 results from an estimated 2000 matches similar to: "[ANN/ADV] "Advancing With Rails", July 21-24, Edison NJ"

2008 Oct 29
0
[ANN/ADV] Intro and Advanced Rails training in Florida in January
Hi everyone -- My .sig has said so for a while, but I thought I would directly announce two Rails training courses from Ruby Power and Light, coming up in Florida in January, both in Fort Lauderdaler Intro to Ruby on Rails, January 12-15 Advancing with Rails, January 19-22 I''m teaching "Intro", and "Advancing" will be co-taught by me and Patrick Ewing. The
2007 Jan 04
0
[ADV] Ruby/Rails training in Alexandria, VA, by Accelebrate
Hi -- Accelebrate[1] is presenting a four-day Ruby for Rails training course, February 6-9, 2007, in Alexandria, Virginia. I will be the instructor. The course covers beginning through intermediate Ruby and Rails, and is a good fit for anyone who''s starting out on their own and wants to get the fundamentals down solid. You can get more information, and registration details, at
2006 Jun 21
0
[MINI-ANN] DABlog
Hi -- Just a quick note to announce the creation of DABlog, David A. Black''s Log, at http://dablog.rubypowerandlight.com. You can also reach it at http://dablog.rubypal.com, if you want to type less :-) DABlog runs on Typo. Meanwhile, greetings from Chicago -- I hope I''ll see lots of you here. David -- David A. Black (dblack@wobblini.net) Ruby Power and Light, LLC
2008 Apr 25
2
Can't Understand Why This Works
I have 3 methods: def add_to_cart # do some stuff redirect_to_index end def empty_cart # do some stuff redirect_to_index("your cart was emptied") end def redirect_to_index(msg = nil) flash[:notice] = msg if msg redirect_to :action => :index end How come the flash notice works if I''m setting msg = nil? For example, if I''m in empty_cart and pass
2009 Sep 27
3
Newbie Trouble with RubyOnRails Bible
Hello all, I am new to RoR and am working my way through Timothy Fisher''s Ruby On Rails Bible. I''m stuck on page 81. I have followed the steps leading to this page, i.e. cd rails_projects rails contactlist <creates all the directories> ruby script/server webrick <shows the Welcome Aboard page> open a cmd window and run mysql: create database contactlist_development;
2006 Jun 13
0
[ANN/ADV] Rails Recipes is Shipping
Hi All, Pragmatic Dave Thomas tells me that Rails Recipes (http://pragmaticprogrammer.com/titles/fr_rr) is now shipping! He and Andy apparently have over a ton of books to deliver. If you''ve ordered a paper book, it''s soon on the way. If you''ve been waiting, now''s the time. Amazon is also has the book in stock
2009 Feb 26
0
[ADV/ANN] Get a support site with the Helpdesk Rails Kit
The Helpdesk Rails Kit <http://railskits.com/helpdesk/> is now available to help you host your own support site, or even quickly add code for a support site to your existing Rails app. It integrates well with email to manage support requests, and it''s useful for hosting support articles for your app. More info can be found here:
2008 Jul 17
0
[ADV/ANN] Easy recurring billing with Authorize.net
I have just put out an update to the SaaS Rails Kit, a sample Rails application that implements recurring billing. This update adds support for the Authorize.net payment gateway. With the Rails Kit and Authorize.net CIM, you get a complete and very flexible subscription billing system that you can use as a starting point for building your software-as-a-service Rails application, so you can skip
2007 Dec 19
1
Prelink: Something's happening here
Can anybody explain to me what's going on here? This is a CentOS 4 i386 system. [root at edison ~]# rm -f /etc/prelink.cache [root at edison ~]# /etc/cron.daily/prelink [root at edison ~]# rpm -qf /usr/bin/sqlite3 sqlite-3.3.6-2 [root at edison ~]# rpm --verify sqlite prelink: /usr/bin/sqlite3: at least one of file's dependencies has changed since prelinking S.?.....
2008 Nov 12
1
R code to generate Sweave input ? Sweave squared ?
Dirk, I came upon your message below in searching for a different Sweave topic. Have you pursued this? I'm new to R (9 months). Recently have been doing data analysis in R and have started pondering the same question, but don't have any ideas yet. I did do something related to this in SAS, the main purpose of which was to build a standardized file of statistical results to be
2006 May 11
7
[ANN/ADV] Ruby for Rails now published in paper!
Hi -- I''m on the road, so I haven''t laid eyes on it yet -- but word on the virtual street is that "Ruby for Rails: Ruby techniques for Rails developers" is now out in paper. It will probably take a little longer to trickle to your neighborhood Barnes and Noble... but you can order it now from the publisher. See http://www.manning.com/black. And trickle it will, too.
2006 Apr 26
0
JOB: Bandzoogle.com
Bandzoogle.com, the leading website builder for bands, is looking a web application developer to join our team. We are a stable, profitable, fun and fast growing web company with a tremendously supportive user base. Some symptoms that you might fit in at Bandzoogle: - You get really excited when you play with elegant web frameworks like Rails, Dojo, and Prototype (uncontrollable giggling is an
2006 Jul 25
2
Ruby Central''s Regional Conference Grant Program
Hello everyone -- We are very pleased to announce the launching of the Ruby Central Regional Conference Grant Program for 2006. This program will provide grants of up to $1500 US to approximate six to eight regional conferences, over the next year. You can download full details at either of these addresses: http://www.rubycentral.org/rcg2006.pdf
2010 Nov 02
2
Using DNS in pxelinux.cfg
Hi all, First time here, so please be gentle! :) I'm trying to configure a system that will pxeboot and retrieve a kickstart file from a server based on that host's macaddress as part of my Edison project[0] however I'm having issues getting the dns lookup to work and I'm hoping you can help! My pxelinux.cfg/default file is as follows: ======================= default linux
2006 Jul 31
2
[UPDATE] More info on RubyConf 2006 registration
Hi -- Registration for RubyConf 2006 is still scheduled to open on August 2, in the early evening Pacific (US West Coast) time. Also, there''s more info at http://www.rubycentral.org/conference (e.g., the fact that this year we''re only taking credit cards, etc.). David P.S. Any LA area Rubyists around? I''ll be there this week doing Rails training. --
2011 Sep 12
1
Installation on Intel DH67BL motherboard failed
Hello all I tried to install Centos 6 on Intel DH67BL motherboard with i7-2600 processor and a PCI Parallel/Serial port Card. This machine is running Win7, Ubuntu & Fedora 15. Booting from DVD, the machine boots up in text mode & loads vmlinuz and then the screen goes grey. Pressing a keyboard key does some dvd/hdd activity, so the machine is not hung. So the issue is obviously the
2008 Apr 29
10
Better way to remove value from list??
I''ve got a field in a database that contains a string of ids. I want to be able to remove an item from that list and save the list again. The only way I saw how to do this was to convert it to an array and back to a string again. The variable names are for an example. This code works, but I don''t think that it''s efficient. It''s all in my controller.
2008 Aug 19
1
Interested in helping Nouveau
Hi everyone, I know there's a TODO page on the wiki, but it's kind of old (may), and it doesn't really indicate priorities. So I thought I'd list my skillset and interests here, and let those who are experienced with nouveau development point me to a good place to start. I'm currently running a P4 (presler) with a GeForce 6600. The family gaming macine is being upgraded soon
2013 Oct 14
1
Powerpoint 2007 not advancing slides
Hi Everyone Samba 3.6.7 on OpenSuse 12.2 x86_64 I have an unusual problem for which I have not been able to find a solution on the Internet. With Powerpoint 2003, there was no issue. With Powerpoint 2007, the user cannot advance slides unless the file is saved locally on the client (Windows XP SP3, ntfs filesystem). When the file is loaded from the samba share, the user can edit and save
2015 Mar 09
0
Samba 4.1 on CentOS 7
Thank you very much Tim kind regards, Edison ----- Mensagem original ----- De: "Tim" <lists at kiuni.de> Para: samba at lists.samba.org Enviadas: Segunda-feira, 9 de mar?o de 2015 12:58:35 Assunto: Re: [Samba] Samba 4.1 on CentOS 7 Me too, works great! Ad hoc I would do the following steps in your case: 1 Setting up a test environment 2 Doing a DC backup of your 4.0.3