search for: willson

Displaying 20 results from an estimated 22 matches for "willson".

Did you mean: wilson
2008 May 04
3
Rails Configuration in Workers
I override some Rails'' configuration options in my project, like: config.database_configuration_file = "#{RAILS_ROOT}/local/config/ database.yml" But they aren''t picked up in BackgroundRB because Rails ActiveRecord is just initialized directly in MasterWorker#load_rails_env: db_config_file = YAML.load(ERB.new(IO.read("#{RAILS_HOME}/
2006 Jul 24
3
Newbie Q: How to creat 2 classes
Hi, I am very new and still learning and I am not sure how to start this...could someone show me some code or give some hints...I want to creat to classes so there will be admin users and regular users in a login system. Thanks in advance... adam -- Posted via http://www.ruby-forum.com/.
2006 Jan 18
7
FastCgi issue
Hi, I know that Apache2 + fastcgi is sometimes difficult to setup, but I was wondering if anyone has come across this error and if yes what did you do to resolve it? [Wed Jan 18 14:58:12 2006] [error] [client 77.123.19.115] FastCGI: comm with server "/var/htdocs/ot/public/dispatch.fcgi" aborted: idle timeout (120 sec) [Wed Jan 18 14:58:12 2006] [error] [client 77.123.19.115]
2006 Jul 25
8
Calender Script?
I have been trying to get one of the calender javascripts to work with the <%= form.text_field. So when the user pick the date it updates the time fields? (like in normal reservation system where you pick up the date and time from the calender and when user pick the selection it updates the field) but I could not get this to work. Does anyone have got something similar to work? or could
2006 Feb 16
2
fixtures outside of rails
Is there an easy way to use fixtures outside of a rails app? I''m using activerecord for a project and would love to use fixtures as well, but I haven''t found any info on doing this. I''m hoping it''s something quick and simple someone can explain to me so I don''t have to dig through the rails source :) -- Posted via http://www.ruby-forum.com/.
2008 May 21
0
[JOB] San Francisco, financial application
...firm up by asking lots of questions and seeking feedback. Please email jobs-ju2ih3z2s7NWk0Htik3J/w@public.gmane.org with a brief description of your Rails experience, the rate you''re looking for, a small sample of your work (100-300 lines) and when you can be available to start. -- Nick Willson --~--~---------~--~----~------------~-------~--~----~ 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, send...
2007 Jan 31
3
performance lost in using a software raid array with only 1 disk
Is there any performance lost in using a software raid array with only 1 disk? I was wanting to use the mdadm monitoring tools to monitor the machines single disk drive for failures and such. Is there any performance hit for such a setup? Some machines have RAID some machines dont (for me) and I was thinking about a common setup. Also then if I want in the future I can actually just add the
2006 Feb 10
3
RoR, Apache 2, FastCGI
I have everything working and I am really excited about learning Ruby and Rails. But whenever I access my different defs in my controller it takes ~ 5 seconds before they are returned. I am working locally so I don''t know what the issue is. System Details: Windows XP Apache 2.0.55 Ruby 1.8.2 Rails 1.0 Seth Buntin Web Resources Coordinator Kentucky Academy of Technology
2006 Jan 26
2
Apache FastCGI seems single threaded (W2K)
Hi, I have set up Apache 2, FastCGI on W2K. My Rails project seems to run fine. I wanted to test how many FastCGI processes I would need. So I created a new project with 1 controller, that has 1 method : def index s = Time.new while Time.new - 3 < s end render_text "#{s.strftime(''%H:%M:%S'')} - #{Time.new.strftime(''%H:%M:%S'')}" end The
2001 Nov 13
4
EXT3 with 2.2.20 - Is it stable enough for a production server th at is used 24X7?
..., would you recommend that I just stay with ext2? 2) I have looked far and wide for a the ext3 patch for 2.2.20 - where can I find it? 3) Were are the e2fsprogs that are appropriate to run with the 2.2.X kernel series? Thanks, Wayne **************************************************** Wayne Willson Data Network Consultant AT&T Technical Marketing Voice: 312.230.4242 Fax: 312.230.8690 Email: wwillson@att.com ***************************************************
2005 Dec 22
13
in-memory SQLite for testing
I am following the rails book, and arrived to the section about testing. The test database is configured as: test: adapter: sqlite3 database: ":memory:" and I get this error with the simple product test: % ruby test/unit/product_test.rb Loaded suite test/unit/product_test Started E/usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0/lib/sqlite3/ errors.rb:94:in
2006 Feb 09
1
(no subject)
My application has one central database + Rails server and many distributed GUI clients. The remote clients need to read and update different collections of ActiveRecords. They also need to submit fairly demanding calculation + database update requests. Have you designed a similar Ruby application? What did you do? I''ll try to summarize the approachs I''m considering
2013 Mar 01
7
Conditional Weighted Average (ddply or any other function)
Hello R community, I am computing weighted average statistic by using ddply function: My data set is: N1 T1 S1 I1 C1 FY-4 ROE11 EPS11 MKT11 N1 T1 S1 I1 C1 FY-3 ROE12 EPS12 MKT12 N1 T1 S1 I1 C1 FY-2 ROE13 EPS13 MKT13 N1 T1 S1 I1 C1 FY-1 ROE14 EPS14 MKT14 N1 T1 S1 I1 C1 FY0 ROE15 EPS15 MKT15 N1 T1 S1 I1 C1 FY1 ROE16 EPS16 MKT16 N1 T1 S1 I1 C1 FY2 ROE17
2006 Feb 02
2
Installation behind a proxy
Hi all, I was a client site today on another project and we started talking about RoR. I wanted to show it in action, so I downloaded the one-click Ruby installer for Windows and then tried to do "gem install Rails -include-dependencies". After a time-out period I received the following error: ERROR: While executing gem.(Gem::RemoteSourceException) Error fetching remote gem
2005 Nov 26
6
Fuzzy searching
Hi, everyone, Just wondering if someone had come up with a good way to do fuzzy searches if you use MySQL as your database (we tried switching to PostgreSQL, but that ended up adding even more problems). Ferret sounds great, but reading through the discussion it looks like we need to solve the problem of write conflicts. I just wrote a post in ruby-talk about using KirbyBase maybe to solve
2005 Dec 29
9
Single Table Inheritance
Hi all, Quick question for STI. With the following setup: class Company < AR::Base; end class Firm < Company; end Why does Firm.find(:all) return all Companies, not just those that have type==''Firm''? -- Alex
2006 Jan 18
35
Pay rates for Rails developers
Does anyone have an idea of the rates being charged by Rails developers (or salaries for FTEs)? I''m curious to see whether rates will become comparable to those paid to more experienced Java/.NET developer types, or if rates will be lowered by the free/open source mentality, and the possible perception that Rails makes Web development "easy." Sometimes rates are more
2006 Jan 26
1
end_of_month()
I noticed that ActiveSupport::CoreExtensions::Time::Calculations::ClassMethods.end_of_month() returns a new Time with the time set to 00:00:00. I expected it to return 23:59:59. Am I missing something? Should this be changed? Scott
2014 Oct 11
0
(no subject)
your *FirstnameLastname* username = johnwebb the proposed subject of your Wiki contribution(s) = security the proposed location of your Wiki contribution(s) = ? We also encourage you to request and to maintain a personal homepage = requesting -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Oct 13
0
new user - into and request for home page
Hi all, > > My name is John Webb, username "johnwebb" I would like to contribute to WiKi on security topics, as well as general issues such as accuracy of articles/descriptions, dead URLs etc. Thanks, Sydney/AU -------------- next part -------------- An HTML attachment was scrubbed... URL: