similar to: An Orlando Ruby/Ruby_on_rails user group is forming

Displaying 20 results from an estimated 1000 matches similar to: "An Orlando Ruby/Ruby_on_rails user group is forming"

2006 Jan 05
3
What is SwitchTower?
What is SwitchTower? SteveT Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting Techniques of the Successful Technologist * Rapid Learning: Secret Weapon of the Successful Technologist Webmaster * Troubleshooters.Com * http://www.troubleshooters.com
2006 Jan 06
3
Where to place a global function
Hi all, I have a little function called format_price(price) that simply formats the argument as a dollar sign, dollar amount, dot and penny amount. Then, in a .rhtml file, I could do this: <%= format_price(item.unit_price * item.quantity) %> But where do I put the format_price() function definition? The app couldn''t find it in app/controllers/application.rb. Where do I put it
2006 Jan 09
6
What is AJAX?
What is AJAX? SteveT Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting Techniques of the Successful Technologist * Rapid Learning: Secret Weapon of the Successful Technologist Webmaster * Troubleshooters.Com * http://www.troubleshooters.com
2005 Dec 28
2
Rails didn''t install correctly
Hi all, Apparently rails didn''t install correctly on my Mandrake 10.0 system. ================================= [slitt@mydesk work]$ rails demo /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:204:in `report_activate_error'': Could not find RubyGem rails (> 0) (Gem::LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:141:in `activate'' from
2006 Jan 07
11
Beware of Mozilla + Rails
Hi all, In re-doing the very first Hello World in the Agile Rails WEb Dev book, I continuously got blank pages, no matter what URL I put in, except when I put http://localhost:3000/ After eliminating everything else, I switched from Mozilla to Konqueror, and the symptom went away. I tried clearing cache on Mozilla, but that didn''t bring it back. I copied and pasted the URL from
2006 Jan 04
10
Is Webrick good enough?
Hi all, On the rails list I''ve seen that it''s hard to integrate Rails with Apache (especially apache2), that it''s hard to change the default port (3000), and that Apache runs Rails stuff slowly. Is it reasonable to run Rails stuff on Webrick while simultaneously running other stuff on Apache? How does one simultaneously run two rails applications on Webrick, when
2002 Aug 26
6
ACL support?
Is it still true that in order for a Linux hosted Samba server to have NT ACL support, the Linux box must have an ACL aware file system such as XFS or Andreas Gruenbacher's kernel patch ("POSIX ACL")? I read this in chapter 4 of "Teach Yourself Samba in 24 Hours". In the time since that book was written, has an easier method been developed, or has a
2006 Jan 06
10
I need debugging tips?
Hi all, Like most other frameworks, Ruby groups code by Model/View/Controller instead of by task, and therefore I''m having a hard time debugging a problem from the Agile Rails book where looping through @items errors out because one or more items is nil. I managed to empty the cart by placing session[:cart] = nil in find_cart() in the store_controller_rb, and the problem continued
2006 Jul 09
0
Orlando Ruby Users Group
Orlando Florida Ruby/Rails Programmers, The Orlando Users Ruby Group is looking for more Ruby/Rails programmers in the area to join us. We''re having our 3rd meeting tomorrow night. For details see our website: http://www.orug.org If you''re looking to get into rails subcontracting work we need more local programmers! Gregg Pollack Orlando Ruby Users Group
2019 Dec 06
0
How do I set all my mailboxes to "subscribed"
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> The command is </div> <div> <br> </div> <div> doveadm mailbox subscribe </div> <div> <br> </div> <div> as I said in my original mail. </div> <div>
2006 Jun 27
3
Decoding Unicode URLs Properly
Please help, I have an application I switched over to UTF-8, but I am unable to decode URLs with unicode characters in them properly. For instance, if I have "item=Pur%E9ed" as a parameter in my url, when it''s decoded by rails, it returns "Pur?ed" and not "Pur?ed". Is there an easy way to fix my controller to accept these characters properly?
2007 Feb 19
2
Acts_As_Ferret Tutorial
Hey guys, I wanted to share with you guys a detailed tutorial I just finished this weekend for using Acts_As_Ferret. http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial I started using Ferret and Acts_As_Ferret a few weeks ago, and I learned so much that I wanted to give back to the community by writing up a helpful tutorial that covers all the key topics in one
2015 Aug 09
0
backing up email / saving maildir on external hard drives
On Sat, 8 Aug 2015 10:26:55 +0530 Kevin Laurie <superinterstellar at gmail.com> wrote: > Hello, > Yesterday I tried to back up a 40GB maildir . > I tried to move the maildir from home to external HDD but failed. If you tried to *move* it it's an archive, not a backup. If you tried to *copy* it, with the intent of keeping the original on the original hard disk and using it
2015 Aug 11
0
backing up email / saving maildir on external hard drives
Hi, talking of rsync and compression is may be also a bit misleading. On the destination there will be no compressed files if you transfer with rsync! The transfere on the network by rsync might be compressed! /G?tz Am 09.08.15 um 18:33 schrieb Kevin Laurie: > Dear Steve, > Very valuable info. Appreciate it and will be careful when using terms. > Actually I think I should just use
2015 Aug 09
2
backing up email / saving maildir on external hard drives
Dear Steve, Very valuable info. Appreciate it and will be careful when using terms. Actually I think I should just use rsync without compressing. The reason why I started compressing was because the GUI gave some errors when I was trying to copy then files. I'll just rsync the data from my laptop HDD to my external drive(without compressing) Thanks Kevin On Sunday, August 9, 2015, Steve
2019 Dec 04
3
How do I set all my mailboxes to "subscribed"
Hi all, I've had a great deal of trouble accessing my Dovecot IMAP from most supposedly IMAP aware email clients, and have been advised that it might be because some of my email folders are not subscribed. Is there s way I can subscribe all my folders? I see no reason to have a folder not subscribed. Thanks, SteveT Steve Litt December 2019 featured book: Rapid Learning for the 21st
2013 Mar 01
2
I need help with my mail client: was [OCLUG] running cron on UTC
On Thu, 28 Feb 2013 19:29:20 -0800 Kevin Cernekee <cernekee at gmail.com> wrote: > On Thu, Feb 28, 2013 at 5:54 PM, Nathan Haines <nhaines at ubuntu.com> I'm sorry to hijack a thread to do this, but I actually had to reply to someone in order to show you the symptom. Before describing the symptom, let me give you the situation... I'm running Claws-Mail 3.8.1 on Xubuntu
2016 Nov 18
3
Good email client to use with Dovecot?
since years mutt, 'cause it really sucks. I tried TB or claws, evolution, opera but always returned to mutt. Am 18. November 2016 06:31:43 MEZ, schrieb Steve Litt <slitt at troubleshooters.com>: >On Thu, 17 Nov 2016 18:07:15 -0800 >lists at lazygranch.com wrote: > >> FWIW, I use claws, which is about the only one not mentioned.? >> >> I don't like
2016 Nov 18
1
Good email client to use with Dovecot?
Look up "roundcube", really straight forward configuration, once installed type in the IP of your server publishing it on a web browser and it will walk you through configuring it On 18 Nov 2016 07:16, <lists at lazygranch.com> wrote: > So does mutt suck or not? > > Original Message > From: Andreas Kalex > Sent: Thursday, November 17, 2016 11:06 PM > To:
2013 Jul 11
3
What great things can a non-windows user do with Samba
Hi all, I ask this question about once a decade. I have about 7 computers, all Linux or BSD. Are there any cool things I can do with Samba, even though I have no Windows computers? Thanks, SteveT Steve Litt * http://www.troubleshooters.com/ Troubleshooting Training * Human Performance