I''m looking at this patch (http://dev.rubyonrails.com/attachment/ticket/960/remote_autocomplete.diff) and it refers to `prototype.js'' and `style.css'' within a `railties'' directory (which would presumably be in /usr/lib/ruby/gems/1.8/gems/ on my debian system). But i have no `railties'' directory on my system. Can someone clue me in as to what i don''t have installed on my system (if that''s what the story is)?
craig duncan wrote:> I''m looking at this patch > (http://dev.rubyonrails.com/attachment/ticket/960/remote_autocomplete.diff) > and it refers to `prototype.js'' and `style.css'' within a `railties'' > directory > (which would presumably be in /usr/lib/ruby/gems/1.8/gems/ on my debian > system). > But i have no `railties'' directory on my system. Can someone clue me in > as to what i don''t have installed on my system (if that''s what the story > is)?Responding to my own message, i''m guessing this is just a link to whatever version of rails is installed (e.g. rails-0.11.1). But i have no `style.css'' file anywhere. craig
http://dev.rubyonrails.com/browser/trunk/railties/lib/rails_generator/ generators/components/scaffold/templates/ if you checkout the svn trunk, it will be right there -- the patch is of course for the svn trunk, not a rails app... ;) Thomas Am 10.04.2005 um 16:42 schrieb craig duncan:> craig duncan wrote: >> I''m looking at this patch >> (http://dev.rubyonrails.com/attachment/ticket/960/ >> remote_autocomplete.diff) >> and it refers to `prototype.js'' and `style.css'' within a `railties'' >> directory >> (which would presumably be in /usr/lib/ruby/gems/1.8/gems/ on my >> debian system). >> But i have no `railties'' directory on my system. Can someone clue me >> in as to what i don''t have installed on my system (if that''s what the >> story is)? > > Responding to my own message, i''m guessing this is just a link to > whatever version of rails is installed (e.g. rails-0.11.1). But i > have no `style.css'' file anywhere. > > craig > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Thomas Fuchs wrote:> http://dev.rubyonrails.com/browser/trunk/railties/lib/rails_generator/ > generators/components/scaffold/templates/ > > if you checkout the svn trunk, it will be right there -- > the patch is of course for the svn trunk, not a rails app... ;) > > ThomasOh... of course... i could have picked that answer out on a multiple choice test (but i didn''t realize... thanks). craig
On 11/04/2005, at 7:48 AM, craig duncan wrote:> Thomas Fuchs wrote: >> http://dev.rubyonrails.com/browser/trunk/railties/lib/ >> rails_generator/ generators/components/scaffold/templates/ >> if you checkout the svn trunk, it will be right there -- >> the patch is of course for the svn trunk, not a rails app... ;) >> Thomas > > Oh... of course... i could have picked that answer out on a multiple > choice test (but i didn''t realize... thanks).You''re probably better off patching the style.css and prototype.js files in your rails application dir, rather than the installed gem. - tim lucas