search for: fryolat

Displaying 17 results from an estimated 17 matches for "fryolat".

Did you mean: fromat
2006 Jan 26
2
javascript in link_to?
...in a link_to generated link. at first i thought i could use the html_options field, but if i understand correctly, that only supports :confirm, :popup, and :post options. hope i''m wrong. anyone know different? john _______________________________________________ John McGrath http://fryolator.com <http://fryolator.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060126/477e0d11/attachment.html
2006 Jan 16
15
where''d we come from?
...y head around those. I''m wondering, what''s the learning curve like for someone being exposed to OO/MVC/ORM for the first time through Rails? How long, on the average, does it take to feel comfortable? John _______________________________________________ John McGrath http://fryolator.com <http://fryolator.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060116/31d0358d/attachment.html
2006 Jan 19
4
create an object from a string?
...ay to do it in Ruby, but maybe I''ve been up too long -- can''t find it. In Java, I''d be doing something like this: Class.forName("Car").newInstance(); Any help greatly appreciated. John _______________________________________________ John McGrath http://fryolator.com <http://fryolator.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060119/dbb8396a/attachment.html
2006 Jan 17
5
Noob Question concerning code in Agile Web Development with Rails
Hi, I''m currently learning Ruby on Rails using "Agile Web Development with Rails." I am using RadRails as my development environment. Everything has been going along well, until the end of chapter 7. Just before the end of the chapter, we set up our store pages so that they can be styled with the depot.css stylesheet. This is where I run into my problem. The stylesheet
2006 Jun 17
2
preventing indexing of an acts_as_ferret''d model?
Hi, this is hopefully an easy one, but I''ve gone through the api and searched past forum entries, and am drawing a blank. I have a model that with acts_as_ferret mixed in to it, which is working fine. But I want users to be able to set a ''private'' attribute on the model, and when it''s set to true, create and update methods would skip indexing. So, how can I
2006 Jan 22
2
a newbie doomed in the first introduction to ruby.
Hello, I have bought the Dave Thomas Agile Developtment with Rails. (I have previously bought and read his Programming with Ruby book) On my winxp sp2 system ruby 1.8.15 (one click installer), rails 1.0framework (with ruby gems) and mysql 5.0 are installed. While following the example stated in the Chapter Building an Application I had following problem. After creating databases for test,
2006 Jan 14
11
nuby: do models have to inherit directly from ActiveRecord?
...tuff seems like it would be, well, [puts on fireproof suit] easier in Java. I''m still sort of waiting for it all to come together in my mind. Anyways, apologies for being a dunce. Any guidance on how to best handle the abstract base class question would be much appreciated. John http://fryolator.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060114/a267578f/attachment.html
2006 Apr 06
0
:disable_with breaks form_remote_tag?
...than update a target, the form response loaded in the browser as if it had been rendered with :layout => false. Before I dig into what''s going on, figured i''d see if it was a known issue/bug. has anyone else encountered this? John _____________________ John McGrath http://fryolator.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2006 Mar 23
0
1.1RC1 upgrade notes
...ls in order to use DHH''s acts_as_taggable plugin. Wasn''t until I was almost done that I realized Edge had been promoted to 1.1RC1 :-) I''ve posted a few notes about dependencies/gotchas. Please add comments if I got something wrong or if you have further insights. http://fryolator.com/?p=13 Regards, John ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2006 Mar 23
0
acts_as_taggable and deleting tags
...able.rb, i tried changing this line: has_many :tags, :through => :taggings to mirror the has_many definition for taggings, like so: has_many :tags, :through => :taggings, :dependent => true didn''t work, though. any suggestions? john _______________________ John McGrath http://fryolator.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2006 Apr 19
2
Credit Card Processing / Merchant Account
Hi All, Has anyone implemented a credit card processing / merchant account system using Rails? I know that there is a ''payment'' gem that is supposed to integrate with the Authorize.net gateway, but I''m wondering if that is the best (and only) solution out there. Are there any other recommended solutions from Rails programmers out there? Thanks in advance for the
2006 Apr 05
5
duplicate search results
...d had trouble even finding where the index was being created. or could something else be causing this? every time i re-save (or update) a model, a new document is being created in the index. ferret is rad, many thanks for all the work on it. best, john _____________________ John McGrath http://fryolator.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2006 Apr 03
1
:through causes White Screen of Death
...w, i need the association to be polymorphic because in my app, Magazines are also collectable. if anyone has any ideas, i''d be grateful. i can use the workaround, but i''m baffled why :through isn''t working for me. best, john _____________________ John McGrath http://fryolator.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2006 Jan 22
2
a newbie doomed in the first introduction to rails.
...54 of ''agile'', and this > > helps too: > > http://dev.mysql.com/doc/refman/5.0/en/adding-users.html > > > > just some thoughts. good luck. > > > > _______________________________________________ > > > > John McGrath > > http://fryolator.com > > > > > > -----Original Message----- > > *From:* rails-bounces@lists.rubyonrails.org [mailto: > > rails-bounces@lists.rubyonrails.org] *On Behalf Of *Talha Oktay > > *Sent:* Saturday, January 21, 2006 4:25 PM > > *To:* rails@lists.rubyonrails.org &...
2006 Mar 04
6
Can''t get Fast CGI working.
Well, after many hours of tinkering and internet browsing I just can''t get Fast CGI to work with Rails and Apache 1.3 on FreeBSD 5.4 Normal CGI works fine, but as soon as I enable FastCGI in .htaccess I get the message: Application error Rails application failed to start properly Here''s what I''ve done so far: - I''ve installed all the necessary software for
2006 Jan 21
5
Distributing a Rails app
I''ve developed a Rails application that I''d like to make generally available, but I''m not sure how to go about this, or even what tools are most appropriate. Is this something that the Rails framework provides, or is it a job for Rake? for Rubygems? for Tar2rubyscript or Rubyscript2exe? A pointer to a "Distributing your Rails Application" would be ideal. --
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