search for: baracus

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

Did you mean: arcus
2006 Jun 17
5
STI versus Composition...or the headaches of one big table
...os table have a sub_type_id and sub_type column, and somehow use this to map. However, I''m unsure how to go about this...composed_of doesn''t seem to be designed with this situation in mind. Any insight or suggestions you may provide will be very welcome. Thanks! B.A. -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 May 06
3
Extending Rails plugins?
...{primary_key} = taggings.taggable_id " + "AND taggings.taggable_type = ? " + "AND taggings.tag_id = tags.id AND tags.name IN (?)", acts_as_taggable_options[:taggable_type], list ]) end end == Thanks! B.A. -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 May 07
6
Challenging SQL for you...
...tags.name=''beach'' and taggings.tag_id = tags.id) and taggable_id in (select taggable_id from tags,taggings where tags.name=''beer'' and taggings.tag_id = tags.id) and taggable_type=''MyType''; Thanks! B.A. -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Jun 15
11
OT: Anyone have experience with completelydedicated.com?
.....a bit higher than I wish to go but I have no choice. Can anyone weigh in on this company or any competitively priced companies, and, additionally, on a Sempron for a server? I can''t imagine it would be a step down...my current server is a 900Mhz AMD Athlon. Thanks! B.A. -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Jun 04
1
Image links in stylesheets?
Guys, I understand the logic behind using image_tag in rhtml to maintain app portability, but how do you link to images in a stylesheet maintaining that same portability? Thanks for your help! B.A. -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Apr 30
13
Programming with designers in mind
Gents, We''re hard at work on a new Rails app. We''re a small group of developers...not a web designer in the bunch. We know CSS enough to be dangerous, but we shy away from the "softer" skills (all the while envious of those with that capability). We intend to grow our application in terms of functionality, but I need to make sure we keep an eye towards
2006 Jul 05
8
Beating the authentication horse (dead yet?)
...y pixie dust could be a real boon to developers. Can anyone point me in the direction of a good comparison, or can you recommend a particular approach? I''m very wary of chosing the coat tail to ride and not realizing it until two weeks after grabbing ahold... Thanks! B.A. -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Jul 06
17
Linux distros
Is there any particular distro that seems to be most used among RoR developers on Linux? Any that might provide better support somehow for development of RoR apps? -- Posted via http://www.ruby-forum.com/.
2006 May 31
0
Morfik versus RJS?
Just curious...since Morfik is going after Google...do you think they''ll try to claim RJS violates their patent as well? I for one think such a claim would be ludicrous, but we all know patent lawsuits and rationale are polar opposites. B.A. -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Nov 04
0
Chaining actions
If you need to call one action, have it do some preparatory work, and then call another action, what''s the proper way to do this? It appears render_component will work, but the docs say it''s expensive and should be avoided. Thanks for the help. BA -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Jul 12
11
ruby-debug 0.1.3
Hello Everyone, I''m pleasant to announce the release of ruby-debug 0.1.3. If you think that ruby-breakpoint is too limited for your needs and debug.rb brings your application to its knees, you might find this small extension useful. INSTALL It''s a usual procedure: $ gem install ruby-debug DOCS This library has almost identical interface with the standard debug.rblibrary.