search for: grari

Displaying 3 results from an estimated 3 matches for "grari".

Did you mean: grati
2010 Feb 17
7
ruby update on OS X 10.5 and I now this: "Rails requires RubyGems >= 1.3.2"
Hi all, I''ve seen other messages on this problem, but I still can''t get back to working with Rails after using MacPorts to install a recent version of ruby on my mac OS X 10.5 (ruby 1.8.7.) I''m getting: "Rails requires RubyGems >= 1.3.2." In fact, I am running rubygems 1.3.5. Here are some settings of mine that seemed important in previous posts on this
2010 Mar 16
7
Recommendations for pdf generators
hi, everyone, i have googled around for some pdf generators. Found 1) PDF::Writer which is a little dated 2) Rupdf (http://scoop.simplyexcited.co.uk//2007/12/15/rupdf-simple- ruby-pdf-rails-plugin/ and http://agilewebdevelopment.com/plugins/rupdf) - it''s a little dated. Last revision was on 15th of Dec, 2007. Any recommendations for pdf generators? thank you -- You received this
2010 Feb 25
1
accepts_nested_attributes_for vs. multiple controllers on one page
Hi, I''d like to render the results from show, create, edit and delete actions for several different models (one controller per model) on one page. While these several models are conceptually related, they do not need to be associated with each other. So, I''d rather not impose associations on them just to use accepts_nested_attributes_for to facilitate their presentation in a