similar to: Rails on FreeBSD or OSX

Displaying 20 results from an estimated 500 matches similar to: "Rails on FreeBSD or OSX"

2006 Jun 10
2
username.tadalist.com - How?
Hi. I was wondering how to do this in rails where the user gets a subdomain in the link of the site. example: username.tadalist.com Or if you know of a reference, please point me to it. Thanks -- Posted via http://www.ruby-forum.com/.
2008 Sep 17
1
floppy disk controller broken
Hello, when testing FreeBSD-7.1-BETA i discovered that the floppy disk controller doesn't work correctly. Trying to format a floppy (perhaps with bad blocks) i get: Processing fdformat: ioctl(FD_FORM): Device not configured instead of the normal E letter. I then checked the same problem is present on FreeBSD-6.3 and it has been reported by Beech Rintoul (*) in 2006! Of course the floppy disk
2006 Mar 29
2
GRUB does not boot FreeBSD after installworld ...
HI, i have updatete to 6.1-PRERELEASE and after the "installworld" step GRUB is unable to boot FreeBSD. After i did the installworld and rebooted the GRUB error was: 23 : Error while parsing number I have reinstalled the standard FreeBSD loader for now. Booting with a GRUB boot-floppy i am able to start either XP or Linux but trying to start FreeBSD the system just reboots, no
2011 Dec 17
2
help me....
Life times of one brand of light bulb were observed. Life hours of nine light bulbs were 898, 720, 354, 405, 620, 54, 229, 306, 890. There were three more light bulbs that were still burning after 1000 hours. It is common to assume the life time of a light bulb follows an exponential distribution. With the observed data find the MLE of the parameter of the exponential distribution with EM
2008 Sep 10
1
radeon and FreeBSD freeze
Boris Samorodov wrote: > The most convenient way to freeze the OS is to finish gnome session. > When gdm is reloading the whole mashine freezes at gnome greeter. > The mouse cursor freezes while being a clock-buzzer. Ctrl-alt-del > doesn't help, only reset does. > > > Does disabling DRI in xorg.conf fixes the problem ? > > Didn't try, but may do if it may help.
2023 Oct 28
1
My Back-UPS RS 1000 went haywire, any ideas?
Is the battery old? PbAc ones usually last for 2-3 years and then degrade. Should be a field-replaceable part. Some 20 years ago I had an APC BackUPS become a glorified power strip every few years, so when the wall power disappeared - load went down immediately. It was also beeping about battery replacement (but in the closet, was not often noticed quickly). This is also a way for you to check if
2007 Feb 09
2
a series of tabbed forms
Hi, I''ve previously described one of my wish list items, http://kleb.tadalist.com/lists/public/427170 in http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/217068 where I basically take a hash of hashes and create a set of tabbed dialogs for each key of the large hash where each tab has a form to set each key-value pair of the embedded hashes. Toward this end I looked
2005 Mar 02
1
using subdomains as account keys
I finally managed to use subdomains as account keys, just as in tadalist. Now I have an "account" variable in all my controllers, and was thinking about what implications I''m going to have on security, because the accounts table contains all account crypted passwords (of course). Is it secure or not ? David ? :) -- checking for life_signs in -lKenny... no Oh my god, make (1)
2005 Mar 06
10
A Nightmare on Rails Street: Windows Lives!
Just spent 40+ hours in two days deploying my app on Windows 2000. Not all the time was Apache/MySql related, but a significant portion was. What a nightmare that was. Unfortunately, the customer is dead-set on "standardizing" by using Windows. So, as I sat there between a Linux box and an AIX box working on this thing, I ran into problems, part of which were: CGI was slow (Dell
2006 Apr 04
6
Console for Testing Routes?
Hi, when the "Agile Web Development" book talks about routes, there are what looks like console transcripts like the following: URL> store @params = {:controller => ''store'', :action = ''index''} Is there something like a console for testing routes (where you could put in a url and see how rails would route it)?? Ingo -- Posted via
2006 Jun 06
1
Redirect\Cookie bug with MSIE 5.5sp2
Hello all, There seems to be a bug in internet explorer 5 where a redirect causes the session to be lost. A controller says.... def login case @request.method when :post if @session[:user] = User.authenticate(@params [:user_login], @params[:user_password]) return redirect_to(:action=>''send_confirmation'') unless
2005 Mar 17
4
Specifying Which Environment I Am In
After I have uploaded my app where do I specify that my app should now use production environment settings and not development? Can that be done dynamically so that I don''t have to reset a value once I upload website? Thanks for your help!
2005 Mar 10
4
:anchor won''t work in 0.10.1
Anyone else having problems with :anchor? Until 0.10.0 it was working fine but with this recent update it''s just not doing anything. Thanks, Pedro
2005 Mar 01
2
@request cycle variables
I posted something about this yesterday, and got some good responses but it seems that the variable @request[''controller''] isn''t being passed in to the page or isn''t being read. Has the naming convention for these variables changed. it worked great in all rails versions up to 0.9.5 with fcgi, but is not working in rails 0.10.0 with fcgi. I am currently just
2005 Mar 09
10
Confused about extending the login generator ''user''
I''ve been using the login generator ''out of the box'' for simple authentication, and its been working fine. Now I want to extend it by simply adding ''type_id'' field which links to my ''user_types'' table, but I''m hitting: #<ActionController::SessionRestoreError: Session contained objects where the class definition
2005 Apr 24
4
Typo 2.0
I''m proud to announce the 2.0 release of the typo web logging engine. What started as a toy project while I was waiting for a client at starbucks now became a prestige open source project with tons of modern features a dedicated dev team and even its own hosting service! Get it at http://rubyforge.org/projects/typo/ The 2.0 release has been long coming. Here are some of the new
2015 Dec 28
3
Server not shutting down before power loss
Hi I hope someone can please help. I have an Ubuntu Server running 14.04.3 LTS and using an APC ES550 UPS connected via USB. I've installed Nut and can see it does monitor the UPS correctly and give the correct stats with battery percentage etc. But on doing a "real" test and unplugging the UPS from the power supply, after watching the battery drop slowly suddenly the server just
2005 Mar 06
9
How to do SQL queries outside of AR
Hi Everyone, I''m trying to figure out how to do SQL queries in the Controller. I know this is not recommended, but I can''t use ActiveRecord because I am dealing with thousands of a different tables, one for each user, and I don''t think AR can be made to handle that situation. You can assign the table name; but that''s a class variable so any particular
2005 Mar 05
3
login generator problem
I am trying to use the login generator, but I keep getting the following error when I run "generate login Account": /usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/base.rb:84:in `manifest'': No manifest for ''login'' generator. (NotImplementedError) from (eval):3:in `__send__'' from (eval):3:in `manifest'' from
2005 May 17
8
acts_as_tree elegant tree printing
Hi, I''m working with acts_as_tree to print an unordered list of items: Root -- Child ---- Child I''ve got this working, however I''d like to know if there is a more elegant fashion that I''m unaware of: #Takes a parent category and recursivley returns all children def find_all_subcategories(category) if category.children.size > 0