search for: gregnet

Displaying 8 results from an estimated 8 matches for "gregnet".

Did you mean: greenet
2009 Jan 14
6
How do I change MYSQL startup options on Mac??? (can't work it out)
.../usr/local/mysql/data --pid-file=/usr/local/mysql/data/Macintosh-2.local.pid greg 53283 0.0 0.0 599700 372 s002 R+ 11:44AM 0:00.00 grep mysql QUESTION: So how can I determine what Mac startup component/files culminate in the above-mentioned mysqld & mysql startup? Thanks -- Greg http://blog.gregnet.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group,...
2009 Feb 09
5
"reaper" is not picking up new changes to my application???
...=> restart. INT => stop (no restart). ** Rails signals registered. HUP => reload (without restart). It might not work well. ** Mongrel 1.1.5 available at 0.0.0.0:3001 ** Writing PID file to /u/apps/equity/releases/20090209050120/tmp/pids/dispatch.3001.pid Thanks -- Greg http://blog.gregnet.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group,...
2006 Jul 23
18
help with "rake db:migrate" error please?
...o it manually. Below is the error I get after running the rake migrate. It worked OK on my home PC environment. I did change the enviroment to "test" on the dreamhost.com site. Any ideas? ERROR OUTPUT ========== [skybar]$ rake db:migrate --trace (in /home/.granger/callagga/testapp.gregnet.org) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate rake aborted! Can''t connect to local MySQL server through socket ''/var/run/mysqld/mysqld.sock'' (2) /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/a...
2009 Sep 25
8
Cheapest Rails Hosting where they give you full access to Apache (to load modules etc)???
any pointers / suggestions re cheapest Rails hosting where they give you full access to Apache (to load modules etc)??? Can be a shared platform, however not sure if there is a shared platform type hosting service where they do give you such access?
2009 Jan 11
6
Why does ActiveRecord allow perception of success when updating an ID, however it doesn't really work(i.e. no change in database)?
Hi, Why does ActiveRecord allow perception of success when updating an ID, however it doesn''t really work(i.e. no change in database)? Here''s an example. The update of "id" versus update of a non-existent attribute. ?> ai = AccountItem.find(:first) => #<AccountItem id: 1, account_id: 1, date: "2009-01-11", amount:
2009 Jan 13
0
How can I get Rspec on Mac iTerm formatting and colors occuring when I use Putty remotely???
Hi, Any ideas how can I get the nice formatting & colors that occurs on my Mac iTerm when I run Rspec (e.g. ./script/autotest), to occur when I log in to my dev environment via Putty (from Windows) and run it here??? -- Greg http://blog.gregnet.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group,...
2009 Jan 15
0
is there an "before_commit" hook somewhere in Rails?
Hi, Is there an "before_commit" hook somewhere in Rails? (i.e. after all the saves & after_save callbacks occur, but just before the transaction commits?) -- Greg http://blog.gregnet.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group,...
2009 Dec 03
2
AuthLogic Question - one time password (persistence_token) - what config is required to use this???
Hi, I''m stuck trying to work this one out - have been reviewing the AuthLogic code base but having a hard time making sense of it ( http://github.com/binarylogic/authlogic ). Question 1 - Can anyone confirm what config exactly is required to make the one time password (persistence_token) work in AuthLogic? See below for the bulk... Question 2 - If not the full answer to the above,