search for: conradwt

Displaying 20 results from an estimated 63 matches for "conradwt".

Did you mean: conrad
2006 Apr 09
16
Rails 1.1.2: A tiny fix for gem dependencies
The new gem version dependency system from Rails 1.1.1 needed a few tweaks to work properly and to stop throwing meaningless warnings. This tiny release makes up for that. To install: * gem install rails * rake rails:update:configs (to get the latest config/boot.rb) This release also signals our new commitment to do more tiny releases from the stable branch, which only gets bug fixes. So it will
2006 May 16
7
svn-1.3.1 errors on intel mac on checkout
I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ... subversion/libsvn_wc/log.c:338: (apr_err=155009) svn: In directory ''sr'' subversion/libsvn_subr/io.c:565: (apr_err=2) svn: Can''t copy ''sr/.svn/tmp/text-base/README.svn-base'' to ''sr/README.tmp'': No such file or directory Any one getting this? TIA for any help.
2009 Oct 19
3
routing namespaced controllers
Hi, I have one controller in the /app/controllers/animals_controller.rb directory, and another in /app/controllers/production/services_controller.rb. The thing is that one Animal has many Services, and i''d like to access to them using something like: http://localhost:3000/animals/1/production/services/1 or at least with: http://localhost:3000/animals/1/services/1 I tried the last one
2006 Mar 15
3
Adding Gems and Plugins To A Shared Hosting Account?
Hi, I have a hosting account with godaddy.com and I guess after asking about RoR, it''s now installed on both the Deluxe and Premium shared plans. Now, it seems that I don''t have command line access (i.e ssh). Thus, I was wondering, how does one check to see what gems are installed and how can I add other gems? Is it possible to add gems and plugins to the local project and
2007 Aug 10
16
[OT] Parallels or VMWare?
I''m looking to get parallels or vmware for my imac. Wondering what ppls opinions are. Besides web broswers I need to run some windows only stuff, and wondering about running MS Office Opinions? Thanx Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2006 Apr 14
3
Boston Rails work/Meeting Railers
Hey all, Been working with/excited about Rails since November, when I quit working for The Man in order to freelance. Have a couple of Rails projects completed. Having worked with web app dev since 1999, it''s been a breath of fresh air. Now I''m at a point where I need to meet more people in person that are excited about Rails, or are interested in working on Rails projects in
2009 Mar 05
3
Connection Pooling on Rails 2.2.2 (Windows Vista)
Hi, I''m trying to setup rails 2.2.2 pool connections to MySQL by specifying the pool setting with 5 in database.yml but no hope.. It doesn''t work. My rails is running on webrick in the production mode and the webrick is launched by RadRails. Even though I send multiple requests to my app on rails at the same time, it seemed only one connection is shared ( pooled ). I also
2011 Jun 15
5
rails 3.0.9
Today was expected the new stable rails release 3.0.9 with some fixed, among all the problem with escape_javascript. It seems that it see that has not been released, unfortunately. -- 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
2009 Aug 04
6
form_for
hi everybody... I have a form_for in that, onclicking submit button i am calling a javascript for validation.If validation fails that form_for doesnt do anything.But even the validation fails it goes to the controller and action. here my code: <%form_for :promotion_code,
2010 Mar 26
6
installing ActionMailer from Rails 3?
Hi I''d like to use the new ActionMailer that comes with Rails 3, for a email reminder program I am writing. I am pretty new to Ruby, and would like to know how I can gem install this pre-release version, so I can start using it. Thanks for the help :) Alex -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups
2006 May 02
3
Mongrel on Textdrive
As anyone deployed on Textdrive using Apache + Mongrel? If so did you just install the GEM locally? I have filed a support request with Textdrive querying when we will see the Mongrel GEMs installed but have received no response yet... Thanks! Josh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 06
1
Install Rails Engine Plugin for every Rails Application?
Hi, does one need to install the Rails Engine Plugin and any additional plugins for each Rails application? Thanks, -Conrad
2006 Apr 12
1
Great Job Instant Rails Team
Hey John, I received the same type of functionality but I simply used WebBrick instead of SCGI and I was up and running. Great Job Instant Rails Team! :-) BTW, I have used rails on my PowerMac but this is the first for the PC and it took me less than 10 minutes to get operational. This includes download time, unpacking, and firing up the cookbook application. Now, I wish that my .Net project
2006 Apr 26
2
Deploying Rails Application?
Hi, after someone has performed the ''rake freeze_gems'', how does one reverse this action? I guess my goal was to deploy a 1.1.2 rails application on a 1.0 rails host. Is this the correct step to perform for deployment. If any one has any insight, please drop me an e-mail and thanks in advance. Peace, -Conrad -------------- next part -------------- An HTML attachment was
2006 Apr 27
3
Rails apps and TextDrive
Hi, I was wondering, does anyone have experience with deploying rails application(s) on TextDrive. At this time, I''m only seeing an index page remotely but on my system, I would type the following and obtain the expected result: http://localhost:3000/visitor/list However, when I perform the same operation on textdrive, I''m getting the following message on the screen:
2006 Mar 04
1
Hiding and expanding form fields?
Hi, I''m wanting to create a form where some of the for fields are hidden until the user clicks the advanced link. BTW, I''m looking for the functionality similar to the Rails Welcome page (i.e. http://localhost:3000). The relevant link hear is as follows: http://localhost:3000/rails_info/properties In short, it seems to be a expand and collapse functionality using AJAX.
2006 Feb 23
3
Correct to use Apache with Rails?
Hi, I have looking for the best way to integrate Apache 1.3.x and RoR. BTW, I have gone through several different articles and I''m not clear as to which method is the correct method for a production level environment. Thus, if someone could shed some light on this topic, it would be most appreciated. Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment
2006 Apr 01
2
Migrating Rails 1.0 Application to 1.1
Hi, I was wondering, what''s the steps to migrating a Rails 1.0 to 1.1? Thanks in advance, -Conrad
2009 Apr 16
3
deprec problem
I install deprec with gem install deprec but when i write deprec --apply-to . this message display to me " ''deprec'' is not recognized as an internal or external command, operable program or batch file. " what can i do? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2006 Mar 01
5
Error installing the MySQL Ruby bindings?
Hi, I attempted to install the MySQL Ruby bindings and I received the following errors: > gem install mysql -- --with-mysql-dir=/usr/local/mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Building native extensions. This could take a while... *** extconf.rb failed *** Could not