search for: colo0logo

Displaying 13 results from an estimated 13 matches for "colo0logo".

2006 Jun 30
5
Reading the api docs help
Ok so I am at a point that I read my entire book front to back and around and a around. And now digging through it again .. But I am now missing a key piece to the clues is the api. I found http://www.gotapi.com/index.html as a great search tool. But I can''t make heads or tails of it besides a basic search for exactly what I am looking for by word. But if I dont know the word I am
2006 Jul 07
4
Help installing Ferret
http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails I followed everything here but at the last I get when loading page get_results Can only handle a String or a Query. RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/models/result.rb:27:in `search_each'' #{RAILS_ROOT}/app/models/result.rb:27:in `search_index''
2006 Jun 30
3
How do I seach for this in the api ?
<% for product in @products %> <%= h(product.description) %> It is simple code I see, but it has no umm classes I think <% for product <-- that can be fish in @products <-- this is the table I know %> <%= h(product <-- so this can be fish as well .description<-- this is the object to show the table field) %> But what would <% for()
2006 May 30
16
Is Rails a good place to start for a newb to the database
Is Rails a good place to start for a newb to the database world ?? I need to make a database that is searchable with multiple filters that can be turned on and off at a moments notice kinda like java xhtml dynamic loading.. I have not worked with php or mysql much more than basic scripts running and website defaults. so I am new to the racket and want to pick something that is robust and
2006 Jul 03
0
Scaffolds auto generate tables fields.. and Database amounts
Small story , I am moving over databases from Filemaker. In the filemaker databases are some like near 100 fields for one table. Luckly they are not relational to anything just big fat one page docs of fields.. First I am wondering if this is smart from a database speed point. Or if they should be broken up into many different database tables.. Though they all need to be on screen for the
2006 Jul 27
0
Can I Filter searching, via checkboxes ? I have a diagram
[img]http://img130.imageshack.us/img130/7478/filterssr8.jpg[/img] The search box is default like a search box. The filters will all be on by default, and clicking one of them off will remove that tables results from the search results Also http://www.treeview.net/treemenu/3fr_checkbox.html Can this be done ? If so please help.. I can not figure it out yet.. -- Posted via
2006 Jun 06
0
Any links to search engine tools ?
So I bought the Agile Web Development with rails 1st ed book.. And now find out there is a 2nd ed almost available.. :( Oh well Now besides the search engine here at this site ... are there any other examples to read from that some one might have started betas of >? Please dont get me wrong, I am not looking for a finished product just some examples as I start digging right into my book
2006 Jun 15
2
Custom database forms input and display ??
I read through the entire agile web book and started over from scratch now to see if I can start my own project.. I need to understand how admin/new.rhtml <%= render :partial => ''form'' %> is creating the forms and telling it to input data into the tables I have it talking to a different table this time and in list.rhtml <%= column.human_name %> I can get it
2006 Jun 15
1
how can I use Ajax auto refresh after I save a file ??
I have open lots of windows one of which is the views files... When I edit the code and save to see what is happening on teh html page I have to hop back and hit refresh and hop back to see what went wrong in code... Can i have the page just auto refresh every say second ?? just for development purposes ??? -- Posted via http://www.ruby-forum.com/.
2006 Jun 28
0
Syntax look up search site ?
I need to findout what certain syntax is when searching through code.. Do you know of any? Example this like this => @ @@ and so on, I know I keep running into them and at somepoints => is a hash but at some points :action => ''index'' => is not a hash.. Google returns zilch when I enter => and other syntax I need to lookup Please help :D -- Posted via
2007 Dec 06
0
No matter what I do, Mongrel will not write pid files
I have been trying to run mongrel_rails start -e production -p 41740 -P /home/user/railsftpapp/log/mongrel.41740.pid And cluster but it wont make a pid file ! It''s driving me crazy.... Cluster verbose mongrel_rails start -d -e production -S /home/nhall/railsftpapp/config/mongrel_upload_progress.conf --user mongrel --group mongrel -p 41740 -P /home/nhall/railsftpapp/fake/mongrel.41740.pid
2009 Mar 30
0
Trying to bind an appended partial that has REST_in_place attached to it with jquery?
In my create.js.erb view I am creating a new model in the view. On creation I want to have the appended partial in the dom and selectable so I can click it''s name and run the plugin REST in place with Jquery. #create.js.erb $("#new_show").before(''<div id="flash_notice"><%= escape_javascript (flash.delete(:notice)) %></div>'');
2006 Jun 28
4
What does => mean ?
I see => is a hash in ruby so is # ,,, errrg But then I see in Rails #=> and then render :action => ''list.rhtml'' and other uses to it ,, I just need some sort of definition to what it mean, is it redirect send_to ''then'' no wait : is then ,,, help... -- Posted via http://www.ruby-forum.com/.