search for: genereux

Displaying 11 results from an estimated 11 matches for "genereux".

2006 Jun 27
2
Patch submission question.
DHH asked for more documentation. Are those patches submitted indivdually per method or per module documented? Or are they submitted as some giant patch? Michael Genereux SimianCodex
2006 Jul 04
4
ROaR: A Ruby on Rails Podcast
...lf interactive, all community. As always, the first episode kinda sucks but I''m looking forward to feedback from all of you on how to make it better. http://www.simiancodex.com/roar/ or for iTunes people http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=163609703 Michael Genereux SimianCodex
2006 Jul 27
25
Why are has_one objects resaved when the parent is saved?
If the associated object of a has_one association has been loaded, it is resaved when the parent is saved. Eg: class Person < ActiveRecord::Base has_one :user end class User < ActiveRecord::Base belongs_to :person end p = Person.find(:first) p.save # As expected, nothing happens with the user association p.user # Loads the associated object p.save # As well as saving the person, the
2006 Jun 28
5
rails destroys rdoc...again
for many versions of ruby, and as many versions of rails, ive been unable to generate docs without deleting this file: lib/rails_generator/generators/components/controller/templates/controller.rb ruby just chews more and more memory until swap fils up and the system has to be reset.. m gems # rdoc --version RDoc V1.0.1 - 20041108 ruby --version ruby 1.8.5 (2006-06-22) [x86_64-linux]
2006 Jul 01
22
TextDrive complaints
Hi all, I have deployed my Ruby On Rails application on TextDrive. At first everything seamed to be fine. However, lately, response time of my application is incredible slow. Worse, lately there is also a lot of downtime. I have contacted their support desk, however, they do not respond (at all, or very, very late). Has anyone else these experiences with TextDrive? And if so, what did you do
2006 Jul 20
9
Including children''s children?
a has many b''s b has many c''s results = A.find params[:id], :include => :b How do you also make sure the b''s include the c''s? Thanks for your help. Thank You, Ben Johnson E: bjohnson@contuitive.com O: 800-341-6826 M: 817-229-4258 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
...Ruby on Rails internals and its development. RCW is brought to you by Rodney Ramdas and proofread by the good people of The Caboose (http://blog.caboo.se/) for accuracy. RSS feed and RCW home: http://www.pinupgeek.com/articles/category/rails-core-weekly-news The ruby on rails podcast by Michael Genereux supposedly now includes RCW: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=163609703&s=143452 ==PLUG== Caboose (spec. Court3nay) has started an Rails documentation projecct to fund someone to improve the Rails API documentation.The initial goal of 5000 USD has already been...
2006 Jul 24
8
Off-topic: Rails hosting
All, I''ve been looking switching hosting providers, and have been strongly considering TextDrive. Doing a little Googling turns up a fair number of complaints that seem to be centered around server performance, stability and uptime. Since I know a poorly written app can contribute to all of these, I thought I''d pose the question to all of you. Does anyone here host
2006 Jul 20
13
GoDaddy Woes
Has anyone had any luck setting up a Rails App using GoDaddy? I''m at my wits end, I uploaded the site using the "instructions" in the Help Center but I keep getting the Application error Rails application failed to start properly" Error. I''ve lucked all over for help, and I''ve tried a bunch of things (adjusting the chmod values of my dispatch files
2006 Jul 14
18
ActiveRecord Love While We''re At It
I am working on and will be publicly showing ActiveRecord some love around the time of the RubyConf*MI [1] in late August. My main focus is getting AR to better handle inserts, updates and merges when working large sets of data. It can improve improve performance by 400% to 600% in preliminary benchmarks. I am coding this in a way so it can be patched to AR easily, and with that in mind
2006 Jun 27
25
1.1.3 available.
Hello, DHH has just announced the release of Rails 1.1.3 http://weblog.rubyonrails.org/2006/6/27/rails-1-1-3-security-fix-and-minor-fixes rails-1.1.3 activerecord-1.14.3 actionpack-1.12.2 actionmailer-1.2.2 actionwebservice-1.1.3 The announce without the repetition :) "Rails 1.1.3: Security fix and minor fixes Posted by David June 27, 2006 @ 08:07PM We''ve found and fixed a