search for: athayd

Displaying 10 results from an estimated 10 matches for "athayd".

Did you mean: athayde
2006 Feb 12
4
How do I emulate directory structure with routes?
...tructure. tld.com/projects/:project_name/ tld.com/projects/:project_name/:sequence_acronym/ tld.com/projects/:project_name/:sequence_acronym/:shot_number/ etc. Is this kind of stuff doable? Is this acts_as_tree (which i''ve seen in the book but never in a live implementation) -- John Athayde bobo@meticulous.com Meticulous | www.meticulous.com (work) Rotoscope | www.rotoscope.com (sound: rock band) Boboroshi & Kynz | www.boboroshiandkynz.com (sound: electronic) Personal Weblog | www.boboroshi.com (play) "Those who would give up essential Liberty, to purchase a little tempora...
2006 May 12
12
Anyone tried the recent Mac OS X Security update?
It includes a patch for Ruby. I have already installed 1.8.4 from source, and updated my PATH to look in /usr/local first, so I don''t imagine that anything Apple does to "their" copy of Ruby will have any impact on me, but I''m wondering if the changes to their Ruby is something that needs to be done to 1.8.4 as well. Thoughts? Walter
2006 Feb 12
6
Including another helper
I need to include another helper module apart from the normal two (ApplicationHelper and [controllername]Helper). The inclusion needs to be dynamic and based on external parameters (ie what helper that get included differ from request to request). Is it possible? How? /Marcus
2006 Jan 08
1
Install to Site5
is there any way to install a RoR application to Site5 (or any other host for that matter) that doesn''t require shell access. It would be nice, for simplicity sake, to be able to upload an application edit a .htaccess (or something) and have the application just run. [ it doesn''t really matter if there is no way to do this. its just that I''m trying to test my apps on a
2006 Jan 09
5
file_column content type
is there a way using the file_column plugin to enforce a certain content type based on regex (i.ie, /^image/) and/or filesize (150k) ? thanks adam
2005 Jul 16
14
Thoughts on Second-Tier Documentation
In the course of this argument, keep in mind that I think Rails is making excellent progress in the development of documentation and community. I am only trying to develop discussion of where we need to go next. A consistent theme we are seeing on this list, I believe, is frustration caused by the lack of second-tier documentation. So far we have... -- the various tutorials which are
2006 May 16
7
WYSIWYG IDE, etc...
I''m new to Ruby, so don''t be too hard on me. Is there a great visual editor for Ruby? Also can Ruby on Rails (RoR) work with any other databases other than the ones listed in the documentation, I need to connect to SQLBase? Can Ruby be used to create standalone Applications (like Java)? If yes, does it create native looking apps? Can it be use in Client-Side and/or Server
2013 Apr 08
0
Blom transformation in R
I wonder if anyone knows any package enabling the transformation of Blom (data not normal) in R. Thank you! Anselmo [[alternative HTML version deleted]]
2006 Dec 26
0
acts_as_taggable Plugin issue (not gem)
...|format| format.html # index.rhtml format.xml { render :xml => @elements.to_xml } end end </code> *Models* <code> class Element < ActiveRecord::Base acts_as_taggable [...] end </code> *CONSOLE* This does work: <code> soho:~/Sites/work/koji jathayde$ script/console Loading development environment. >> @elements = Element.find_tagged_with("spam") DEPRECATION WARNING: The :dependent => true option is deprecated and will be removed from Rails 2.0. Please use :dependent => :destroy instead. See http://www.rubyonrails.org/de...
2006 Dec 27
4
acts_as_taggable issue
This won''t post with a full code paste, so I''ve got to link it to another forum where I''ve posted it. http://www.railsweenie.com/forums/1/topics/1053 Can''t get the acts_as_taggable plugin to play nice. Works in console, not in teh view. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google