similar to: Rails didn''t install correctly

Displaying 20 results from an estimated 2000 matches similar to: "Rails didn''t install correctly"

2016 Nov 17
5
Good email client to use with Dovecot?
On Thu, 17 Nov 2016 14:11:45 +0100 Jochen Bern <Jochen.Bern at binect.de> wrote: > On 11/17/2016 08:48 AM, Steve Litt wrote: > > When I use an email client, its purpose is as a window into my > > Dovecot IMAP, and as a mechanism to reply to and send emails. I > > don't do filtering or calendaring on my email client (filtering via > > procmail direct to
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
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
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 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
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
2016 Nov 17
11
Good email client to use with Dovecot?
Hi all, When I use an email client, its purpose is as a window into my Dovecot IMAP, and as a mechanism to reply to and send emails. I don't do filtering or calendaring on my email client (filtering via procmail direct to Dovecot). What email clients are all of you using to look at your IMAP email? Thanks, SteveT Steve Litt November 2016 featured book: Quit Joblessness: Start Your Own
2019 May 13
2
How to mount a share without using -o vers=1.0 ?
Hi all, Behavior described in this email is identical whether I try to mount at 192.168.100.2, my desktop and location of my Samba server, or 192.168.100.239, my laptop that is remote from my desktop with Samba server... I want to mount a share defined on my Linux desktop, on my Linux laptop, as a better alternative than sshfs or NFS. I want this mount to happen as version 2.x or 3.x, not as
2005 Dec 29
7
NEW RAILS SITE: Riding two bubbles at the same time
Today we finally opened the doors to "Street Easy" (http:// www.streeteasy.com/), a Real Estate Research Site for New York City. It was built by two guys in three months. It doesn''t have tags, but it has google maps. It rides two bubbles at the same time. It''s like road kill: the price tags will shock you, but you won''t be able to stop browsing around.
2005 Dec 29
14
Rails 1.0 - Agile book still good?
I''m new to Ruby and RoR but excited to learn what I can do with RoR; I have Pickaxe second edition and want to get "Agile Web Development with Rails" but I''m aware that the book was published some while before RoR version 1.0 was released. Has a lot changed since then, and would I therefore be advised to wait for a second edition of AWDwR? Many thanks in advance
2009 Aug 13
4
Win98 asks for IPC$ password
Hi all, After I converted my Linux desktop from Mandriva 2008.1 with Samba 3.0.28a to Ubuntu 9.04 with Samba 3.3.2, my Windows 98 box could no longer connect to my Linux desktop via Samba. The symptom was that Windows kept asking for the IPC$ password. Linux clients have no problem with the Ubuntu Samba server. My machine is called "mydesk", and on every Linux box in the house, the
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
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?
On Thu, 17 Nov 2016 08:52:11 +0100 (CET) Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, 17 Nov 2016, Steve Litt wrote: > > > What email clients are all of you using to look at your IMAP > > email? > > https://de.wikipedia.org/wiki/Alpine_(E-Mail-Programm) > > :-) Thanks
2006 Jan 10
7
Application Design Question
I am designing an application to run a fishing tournament I am hosting. Each fish entered will be given a point total based on the length of the fish and the species of fish. Each species has a point multiplier. For Example Trout have a multiplier of 10 so a 20 inch Trout would have a score of 200. My conundrum is in where and when do I calculate the points. The options I have come up
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
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 12
12
Ajax Button Back function?
Hi Folks! I''m new in the forum and i have a doubt. The button back function with the Ajax on Rails? tks. -- Posted via http://www.ruby-forum.com/.
2014 Sep 25
7
Does dovecot work OK on *BSD?
Hi all, I have a dovecot server on my Debian Wheezy desktop computer. My days with Debian are limited, and I'm investigating several 'BSD's: OpenBSD FreeBSD PCBSD NetBSD DragonflyBSD etc Is there any reason Dovecot wouldn't work on any of those? Does anyone know if those OS's have packages for Dovecot, or do I need to compile it myself? Thanks, SteveT Steve Litt