search for: bbqtree

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

Did you mean: bbitre
2006 Jun 05
25
RoR on mac OS tiger 10.4.6 latest n greatest?
hi, ive had some trouble trying to install RoR on tiger. during my google search i came across many different installs.. some using apache, lighttpd, or webricks for the web server,,,,,some are using sqlite, or mysql....now ive tried all and it came to a point where im sure i had multiple libraries etc...installed and everything was not working right compared to my ubuntu install of Ror. so
2006 Jul 18
5
mac users: what program do you use to create your views?
just wondering if there is a better way to create a nice view other than using iweb. like, it would be nice if you can design a view, and then just add the ruby tags. thanks. -- Posted via http://www.ruby-forum.com/.
2006 Jul 27
2
is there an easy way to move data from one table and copy it
to another? i would like my website to be able to have the user to fill out a web form. i then would like to have a view of my own to either accept or reject what the user filled out. if i accept it, i want the info deleted from where it was stored and then store it to the ''public'' database. i guess its all of a matter of saving each field in the form to a temp table. when
2006 Oct 09
2
hello, acts_as_ferret questions, any help greatly appreciate
hi, ive been reading up on ferret, acts_as_ferret, and other search plugins for rails. after reading about ferret, i found out about the acts_as_ferrt plugin. my first question about acts_as_ferret: 1. from reading about ferret, do i still need to manually save the IDX and add a IDX column field to my model table for acts_as_ferret to work? they say that acts_as_ferret handles everything,
2006 Jul 02
1
typo working only when webbrick is running?
hi. i currently have tyop setup on a shared rails hosting server. my problem is that the ''links'' on my blog site are not ''active''. the home page is fine, but when you try to click on the menu, the buttons take you nowhere. but when I start webbrick, the site then becomes fully functional. any ideas? -- Posted via http://www.ruby-forum.com/.
2006 Jun 10
1
in default there is no usr/local/bin correct? macOSx?
i am following the hivelogic tutorial and noticed that there is no /usr/local and /usr/local/bin in my area. i created the folders but i am thinking i may not be looking in the right area? i basically ''cd..'' till i couldnt ''cd..'' anymore, went into usr, but no local. is this correct? -- Posted via http://www.ruby-forum.com/.
2006 Oct 03
1
recipe for a myspace type clone?
loginGenrator for accounts and custom views ferret for search engine acts_as_attachment with imagick backroundRb for DB cleanup anything else one would use for a social networking site? and would the above plugins be ''good enough'' for a much smaller instance of myspace? looking to have around 1000 or so members. -- Posted via http://www.ruby-forum.com/.
2006 Jan 20
15
Cannot rake migrate on OS X After New Install, Tons of Debugging
I''m getting ready to go to the Rails Studio in Pasadena next week. As part of the prep for that event, I was instructed by the Pragmatic guys to download and install a new Rails 1.0/Ruby 1.8.4 configuration to my OS X 10.4.4 box. I did that three or four days ago. Ever since then, I cannot run a rake migrate command successfully anywhere in my Rails world. (Mind you,
2006 Mar 31
7
Recommended search library?
I''m at a point where I''d like to start adding search capability to my app, so I thought I''d ask: Anyone have any recommendations for a good Rails search library/plugin/etc? There seem to be quite a few different ones out there, but I don''t have much context on any of them. What is the difference between using Ferret, or a SearchGenerator, SimpleSearch,
2006 Jun 26
7
Using Rails to Generate static pages
Hi all, Has anyone ever thought about or implemented a way to use Rails to pull content from a database and actually *generate* static html pages from view templates? I want to throw a bunch of content into a db using rails and then put all my website templates into the views dir and write the files out with the content inside. The funny thing is that the html pages Rails normally outputs to