search for: jhodadfcq

Displaying 12 results from an estimated 12 matches for "jhodadfcq".

2005 Dec 15
7
PHP include() Type Functionality in Ruby/Rails
...reference the external files. Is there similar functionality in Ruby or Rails that I can use so I don''t have to update excess content in two different locations? Thanks. __________________________________________________ Justin Williams justin-2D/i1VWQ6ciB+jHODAdFcQ@public.gmane.org work: www.maczealots.com play: www.carpeaqua.com _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 29
4
Any switchers from mod_perl
Good afternoon, I have been developing in mod_perl for many years, and my livelihood is based on being productive with it. I''ve spent the past week reading and testing RoR and it does look good. But before I take the plunge for my next project, I was hoping to hear from other mod_perl switchers. One of the main reasons I like mod_perl is code flexibility. I like being able to insert
2005 Sep 19
2
warning: already initialized constant
Hello all. I''m new to Rails and working on replacing an existing Perl based app. Everything has been smooth, and I''m beginning to get the hang of things. I just implemented DB based photo handling, with code directly from the Pragmatic Rails book. Here''s a fresh server log of my app, with a logged in user (by cookie and session) getting a list of his photos. The
2009 Jul 14
4
[ActiveRecord::Base].collect {|a,b| ...} weirdness
Hey everyone. My mind has been boggled by an issue I ran into a few hours ago. I am completely lost as to why the following code behaves the way it does and would appreciate any hints from you guys. It would already be super-helpful if others could post their output for the following so that I can figure out whether this is weirdness specific to my setup or a global phenomenon. So far,
2007 Jun 04
15
RoR for a Large Scale App?
I''ve seen discussion on this topic in the past, and was wondering what people''s feelings were in regards to the more recent releases? Mainly, could it be possible to build a web application on the scale of, say, Amazon, or deal with similar bandwidth and load requirements as an iTunes would? It may be unfair to expect that much, seeing as these are some of the largest around,
2010 Sep 27
7
Uploading photos
Hi all, Learning RoR (and loving it!) to develop a website. A requirement of the website is enabling users to upload photos to be made viewable (dynamically) on the website. Is this something I can develop with RoR? Thanks, Jeff -- 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
2005 Dec 16
10
''Code table'' best practices?
I''ve been going back and forth about this kind of thing for a while. I reverse my opinion on it every project, and I''m wondering if anyone has any advice/battle scars to share. As usual, please forgive my long-windedness in advance. Let''s say I have this: Table: PLANS ID int CATEGORY_CODE_ID int --Other junk removed for clarity Table: CATEGORY_CODES ID int DESCRIPTION
2005 Dec 14
3
Migrations bug with Rails 1.0, PostgreSQL 8.1?
Filed a ticket for bogus Ruby produced via: rake db_schema_dump http://dev.rubyonrails.org/ticket/3232 I''d appreciate it if someone could verify against PostgreSQL 8.0.x -- -- Tom Mornini
2005 Dec 25
2
scriptaculous-js-1.5.0
I''m not a JavaScript guy, so please help me out. It''s my understanding that Rails 1.0 includes scriptaculous-js-1.5.0 But it seems to contain portions of, but not the complete library. Rails 1.0 includes 4 .js files, scriptaculous-js-1.5.0 includes 8. What am I missing? > tmornini$ rails --version > Rails 1.0.0 > > tmornini$ rails test | grep
2011 Oct 11
1
Silicon Valley Ruby Innovator Award
The first ever Ruby competition judged by "Matz" in Silicon Valley. Application Deadline: October 17 http://www.myfukuoka.com/events/2012-fukuoka-ruby-award-competition -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2011 Oct 19
0
Fukuoka Ruby Night
Ruby event on November 3, 2011 at MacKenzie Room, Stanford University. Program will include, 1) keynote speeches by Yukihiro “Matz” Matsumoto and Derek Collison, CTO, VMware Inc. and 2)Silicon Valley Ruby Innovator Award Competition, a preliminary competition for the 2012 Fukuoka Ruby Award. Please check the details from the following link and register for the event.
2005 Oct 20
3
Missing id on date_select (0.14.1)
I''m getting markup violation errors on my tests and I noticed that a template with this (a modified 0.13.1 generated scaffold). <label for="credit_card_account">Account</label> <%= text_field ''credit_card'', ''account'' %> <label for="credit_card_expires_on">Expires on</label>