search for: zolkos

Displaying 8 results from an estimated 8 matches for "zolkos".

Did you mean: folks
2006 Apr 04
4
Anyone noticed slow rendering performance with formhelpers?
It seems like the form helpers, such as "link_to" and "check_box" really slows down rendering when you have hundreds of rows. Has anyone else noticed this?? Is there a way to go around it apart from typing the raw html? -- Posted via http://www.ruby-forum.com/.
2006 Apr 08
4
Development Environment
I want to be able to code my rails apps either on my Desktop mac or my Powerbook using textmate. I want to build a Debian server that runs lighttpd, rails and mysql. Would I use samba on the server and access the files that way through TextMate or is there something else that folks use? and should I use subversion and if so, how would I do that in the scanario I''m describing.
2006 Apr 19
3
newbie question : select distinct in model
Hi guys, I''m new so be gentle :-) How do I put the following into a method inside a model.... select distinct(pairing_id), description from pairings_stories, pairings where pairing_id = pairings.id order by description I basically want to have a @pairlist = Pairing.UniqueBookList line in a controller. Just not sure how to wire up this method in the model. And do I use
2006 Apr 23
1
checkboxes for filtered search
I have a page that renders a series of about 20 checkboxes on the left hand side with content on the right. These checkboxes are created from a DB and that part is all working well. What I want to do is have a user click on a checkbox [genres] and have the content on the right be filtered based on the checkbox ticked. If a user clicks on more than one checkbox than only those stories
2006 Apr 10
9
Pagination with letter (A B C D ... Z)
Hi there, Is there a neat and easy way to implement pagination with letters rather than numbers eg : A B C D ... Z Rob
2009 Jun 26
1
rSpec Newbie Question - Testing controller
Hi I am very new to rspec and would like to learn more. I have googled around and asked in irc with no firm answers. I have the following controller : class ProductsController < ApplicationController before_filter :loadsidebar def show @category = Category.find(params[:id]) @products = @category.products end private def loadsidebar
2011 Nov 21
0
OmniAuth provider not working (single sign on, two Rails apps)
...OmniAuth and am trying to get two sample apps (a provider and a client) to work. I have two sample apps I forked from a blog post on omniauth and single sign in: http://blog.joshsoftware.com/2010/12/16/multiple-applications-with-devise-omniauth-and-single-sign-on/ Provider - https://github.com/RobZolkos/sso-devise-omniauth-provider Client - https://github.com/RobZolkos/sso-devise-omniauth-client At the moment, when I get the client to authenticate, I get back an invalid credential failure (even though I''m using the correct credentials and getting authenticated into the provider app). I...
2006 Aug 01
0
Paypal and Rails (Site down?)
I''m having trouble getting the paypal/rails stuff from this site : http://dist.leetsoft.com/api/paypal/ Is this site down or is there a mirror? Also does anyone know of any good RoR paypal guides/tutorials? Thanks, Rob -------------- next part -------------- An HTML attachment was scrubbed... URL: